Uses of Class
edu.caltech.nanodb.sqlparse.NanoSQLParser.ColumnRefContext
-
Packages that use NanoSQLParser.ColumnRefContext Package Description edu.caltech.nanodb.sqlparse -
-
Uses of NanoSQLParser.ColumnRefContext in edu.caltech.nanodb.sqlparse
Subclasses of NanoSQLParser.ColumnRefContext in edu.caltech.nanodb.sqlparse Modifier and Type Class Description static class
NanoSQLParser.ColRefNoTableContext
static class
NanoSQLParser.ColRefTableContext
static class
NanoSQLParser.ColRefWildcardNoTableContext
static class
NanoSQLParser.ColRefWildcardTableContext
Methods in edu.caltech.nanodb.sqlparse that return NanoSQLParser.ColumnRefContext Modifier and Type Method Description NanoSQLParser.ColumnRefContext
NanoSQLParser. columnRef()
NanoSQLParser.ColumnRefContext
NanoSQLParser.ExprColumnRefContext. columnRef()
Methods in edu.caltech.nanodb.sqlparse with parameters of type NanoSQLParser.ColumnRefContext Modifier and Type Method Description void
NanoSQLParser.ColumnRefContext. copyFrom(NanoSQLParser.ColumnRefContext ctx)
Constructors in edu.caltech.nanodb.sqlparse with parameters of type NanoSQLParser.ColumnRefContext Constructor Description ColRefNoTableContext(NanoSQLParser.ColumnRefContext ctx)
ColRefTableContext(NanoSQLParser.ColumnRefContext ctx)
ColRefWildcardNoTableContext(NanoSQLParser.ColumnRefContext ctx)
ColRefWildcardTableContext(NanoSQLParser.ColumnRefContext ctx)
-