Uses of Interface
edu.caltech.nanodb.sqlparse.NanoSQLVisitor
-
Packages that use NanoSQLVisitor Package Description edu.caltech.nanodb.sqlparse -
-
Uses of NanoSQLVisitor in edu.caltech.nanodb.sqlparse
Classes in edu.caltech.nanodb.sqlparse that implement NanoSQLVisitor Modifier and Type Class Description class
NanoSQLBaseVisitor<T>
This class provides an empty implementation ofNanoSQLVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.class
NanoSQLTranslator
This class translates NanoSQL parse trees generated by the ANTLR4 grammar into the corresponding hierarchy ofCommand
andExpression
objects used by the server for command execution.
-