Uses of Class
edu.caltech.nanodb.sqlparse.NanoSQLBaseVisitor
-
Packages that use NanoSQLBaseVisitor Package Description edu.caltech.nanodb.sqlparse -
-
Uses of NanoSQLBaseVisitor in edu.caltech.nanodb.sqlparse
Subclasses of NanoSQLBaseVisitor in edu.caltech.nanodb.sqlparse Modifier and Type Class Description 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.
-