Package edu.caltech.nanodb.sqlparse
Interface NanoSQLListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
NanoSQLBaseListener
public interface NanoSQLListener extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced byNanoSQLParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterCommands
void enterCommands(NanoSQLParser.CommandsContext ctx)
Enter a parse tree produced byNanoSQLParser.commands()
.- Parameters:
ctx
- the parse tree
-
exitCommands
void exitCommands(NanoSQLParser.CommandsContext ctx)
Exit a parse tree produced byNanoSQLParser.commands()
.- Parameters:
ctx
- the parse tree
-
enterCommand
void enterCommand(NanoSQLParser.CommandContext ctx)
Enter a parse tree produced byNanoSQLParser.command()
.- Parameters:
ctx
- the parse tree
-
exitCommand
void exitCommand(NanoSQLParser.CommandContext ctx)
Exit a parse tree produced byNanoSQLParser.command()
.- Parameters:
ctx
- the parse tree
-
enterCommandNoSemicolon
void enterCommandNoSemicolon(NanoSQLParser.CommandNoSemicolonContext ctx)
Enter a parse tree produced byNanoSQLParser.commandNoSemicolon()
.- Parameters:
ctx
- the parse tree
-
exitCommandNoSemicolon
void exitCommandNoSemicolon(NanoSQLParser.CommandNoSemicolonContext ctx)
Exit a parse tree produced byNanoSQLParser.commandNoSemicolon()
.- Parameters:
ctx
- the parse tree
-
enterCreateTableStmt
void enterCreateTableStmt(NanoSQLParser.CreateTableStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.createTableStmt()
.- Parameters:
ctx
- the parse tree
-
exitCreateTableStmt
void exitCreateTableStmt(NanoSQLParser.CreateTableStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.createTableStmt()
.- Parameters:
ctx
- the parse tree
-
enterTableColDecl
void enterTableColDecl(NanoSQLParser.TableColDeclContext ctx)
Enter a parse tree produced byNanoSQLParser.tableColDecl()
.- Parameters:
ctx
- the parse tree
-
exitTableColDecl
void exitTableColDecl(NanoSQLParser.TableColDeclContext ctx)
Exit a parse tree produced byNanoSQLParser.tableColDecl()
.- Parameters:
ctx
- the parse tree
-
enterColTypeInt
void enterColTypeInt(NanoSQLParser.ColTypeIntContext ctx)
Enter a parse tree produced by theColTypeInt
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeInt
void exitColTypeInt(NanoSQLParser.ColTypeIntContext ctx)
Exit a parse tree produced by theColTypeInt
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeBigInt
void enterColTypeBigInt(NanoSQLParser.ColTypeBigIntContext ctx)
Enter a parse tree produced by theColTypeBigInt
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeBigInt
void exitColTypeBigInt(NanoSQLParser.ColTypeBigIntContext ctx)
Exit a parse tree produced by theColTypeBigInt
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeDecimal
void enterColTypeDecimal(NanoSQLParser.ColTypeDecimalContext ctx)
Enter a parse tree produced by theColTypeDecimal
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeDecimal
void exitColTypeDecimal(NanoSQLParser.ColTypeDecimalContext ctx)
Exit a parse tree produced by theColTypeDecimal
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeFloat
void enterColTypeFloat(NanoSQLParser.ColTypeFloatContext ctx)
Enter a parse tree produced by theColTypeFloat
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeFloat
void exitColTypeFloat(NanoSQLParser.ColTypeFloatContext ctx)
Exit a parse tree produced by theColTypeFloat
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeDouble
void enterColTypeDouble(NanoSQLParser.ColTypeDoubleContext ctx)
Enter a parse tree produced by theColTypeDouble
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeDouble
void exitColTypeDouble(NanoSQLParser.ColTypeDoubleContext ctx)
Exit a parse tree produced by theColTypeDouble
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeChar
void enterColTypeChar(NanoSQLParser.ColTypeCharContext ctx)
Enter a parse tree produced by theColTypeChar
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeChar
void exitColTypeChar(NanoSQLParser.ColTypeCharContext ctx)
Exit a parse tree produced by theColTypeChar
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeVarChar
void enterColTypeVarChar(NanoSQLParser.ColTypeVarCharContext ctx)
Enter a parse tree produced by theColTypeVarChar
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeVarChar
void exitColTypeVarChar(NanoSQLParser.ColTypeVarCharContext ctx)
Exit a parse tree produced by theColTypeVarChar
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeDate
void enterColTypeDate(NanoSQLParser.ColTypeDateContext ctx)
Enter a parse tree produced by theColTypeDate
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeDate
void exitColTypeDate(NanoSQLParser.ColTypeDateContext ctx)
Exit a parse tree produced by theColTypeDate
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeDateTime
void enterColTypeDateTime(NanoSQLParser.ColTypeDateTimeContext ctx)
Enter a parse tree produced by theColTypeDateTime
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeDateTime
void exitColTypeDateTime(NanoSQLParser.ColTypeDateTimeContext ctx)
Exit a parse tree produced by theColTypeDateTime
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeTime
void enterColTypeTime(NanoSQLParser.ColTypeTimeContext ctx)
Enter a parse tree produced by theColTypeTime
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeTime
void exitColTypeTime(NanoSQLParser.ColTypeTimeContext ctx)
Exit a parse tree produced by theColTypeTime
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColTypeTimestamp
void enterColTypeTimestamp(NanoSQLParser.ColTypeTimestampContext ctx)
Enter a parse tree produced by theColTypeTimestamp
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
exitColTypeTimestamp
void exitColTypeTimestamp(NanoSQLParser.ColTypeTimestampContext ctx)
Exit a parse tree produced by theColTypeTimestamp
labeled alternative inNanoSQLParser.columnType()
.- Parameters:
ctx
- the parse tree
-
enterColConstraintNotNull
void enterColConstraintNotNull(NanoSQLParser.ColConstraintNotNullContext ctx)
Enter a parse tree produced by theColConstraintNotNull
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
exitColConstraintNotNull
void exitColConstraintNotNull(NanoSQLParser.ColConstraintNotNullContext ctx)
Exit a parse tree produced by theColConstraintNotNull
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
enterColConstraintUnique
void enterColConstraintUnique(NanoSQLParser.ColConstraintUniqueContext ctx)
Enter a parse tree produced by theColConstraintUnique
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
exitColConstraintUnique
void exitColConstraintUnique(NanoSQLParser.ColConstraintUniqueContext ctx)
Exit a parse tree produced by theColConstraintUnique
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
enterColConstraintPrimaryKey
void enterColConstraintPrimaryKey(NanoSQLParser.ColConstraintPrimaryKeyContext ctx)
Enter a parse tree produced by theColConstraintPrimaryKey
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
exitColConstraintPrimaryKey
void exitColConstraintPrimaryKey(NanoSQLParser.ColConstraintPrimaryKeyContext ctx)
Exit a parse tree produced by theColConstraintPrimaryKey
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
enterColConstraintForeignKey
void enterColConstraintForeignKey(NanoSQLParser.ColConstraintForeignKeyContext ctx)
Enter a parse tree produced by theColConstraintForeignKey
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
exitColConstraintForeignKey
void exitColConstraintForeignKey(NanoSQLParser.ColConstraintForeignKeyContext ctx)
Exit a parse tree produced by theColConstraintForeignKey
labeled alternative inNanoSQLParser.columnConstraint()
.- Parameters:
ctx
- the parse tree
-
enterTblConstraintUnique
void enterTblConstraintUnique(NanoSQLParser.TblConstraintUniqueContext ctx)
Enter a parse tree produced by theTblConstraintUnique
labeled alternative inNanoSQLParser.tableConstraint()
.- Parameters:
ctx
- the parse tree
-
exitTblConstraintUnique
void exitTblConstraintUnique(NanoSQLParser.TblConstraintUniqueContext ctx)
Exit a parse tree produced by theTblConstraintUnique
labeled alternative inNanoSQLParser.tableConstraint()
.- Parameters:
ctx
- the parse tree
-
enterTblConstraintPrimaryKey
void enterTblConstraintPrimaryKey(NanoSQLParser.TblConstraintPrimaryKeyContext ctx)
Enter a parse tree produced by theTblConstraintPrimaryKey
labeled alternative inNanoSQLParser.tableConstraint()
.- Parameters:
ctx
- the parse tree
-
exitTblConstraintPrimaryKey
void exitTblConstraintPrimaryKey(NanoSQLParser.TblConstraintPrimaryKeyContext ctx)
Exit a parse tree produced by theTblConstraintPrimaryKey
labeled alternative inNanoSQLParser.tableConstraint()
.- Parameters:
ctx
- the parse tree
-
enterTblConstraintForeignKey
void enterTblConstraintForeignKey(NanoSQLParser.TblConstraintForeignKeyContext ctx)
Enter a parse tree produced by theTblConstraintForeignKey
labeled alternative inNanoSQLParser.tableConstraint()
.- Parameters:
ctx
- the parse tree
-
exitTblConstraintForeignKey
void exitTblConstraintForeignKey(NanoSQLParser.TblConstraintForeignKeyContext ctx)
Exit a parse tree produced by theTblConstraintForeignKey
labeled alternative inNanoSQLParser.tableConstraint()
.- Parameters:
ctx
- the parse tree
-
enterCascadeOptRestrict
void enterCascadeOptRestrict(NanoSQLParser.CascadeOptRestrictContext ctx)
Enter a parse tree produced by theCascadeOptRestrict
labeled alternative inNanoSQLParser.cascadeOption()
.- Parameters:
ctx
- the parse tree
-
exitCascadeOptRestrict
void exitCascadeOptRestrict(NanoSQLParser.CascadeOptRestrictContext ctx)
Exit a parse tree produced by theCascadeOptRestrict
labeled alternative inNanoSQLParser.cascadeOption()
.- Parameters:
ctx
- the parse tree
-
enterCascadeOptCascade
void enterCascadeOptCascade(NanoSQLParser.CascadeOptCascadeContext ctx)
Enter a parse tree produced by theCascadeOptCascade
labeled alternative inNanoSQLParser.cascadeOption()
.- Parameters:
ctx
- the parse tree
-
exitCascadeOptCascade
void exitCascadeOptCascade(NanoSQLParser.CascadeOptCascadeContext ctx)
Exit a parse tree produced by theCascadeOptCascade
labeled alternative inNanoSQLParser.cascadeOption()
.- Parameters:
ctx
- the parse tree
-
enterCascadeOptSetNull
void enterCascadeOptSetNull(NanoSQLParser.CascadeOptSetNullContext ctx)
Enter a parse tree produced by theCascadeOptSetNull
labeled alternative inNanoSQLParser.cascadeOption()
.- Parameters:
ctx
- the parse tree
-
exitCascadeOptSetNull
void exitCascadeOptSetNull(NanoSQLParser.CascadeOptSetNullContext ctx)
Exit a parse tree produced by theCascadeOptSetNull
labeled alternative inNanoSQLParser.cascadeOption()
.- Parameters:
ctx
- the parse tree
-
enterDropTableStmt
void enterDropTableStmt(NanoSQLParser.DropTableStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dropTableStmt()
.- Parameters:
ctx
- the parse tree
-
exitDropTableStmt
void exitDropTableStmt(NanoSQLParser.DropTableStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dropTableStmt()
.- Parameters:
ctx
- the parse tree
-
enterCreateIndexStmt
void enterCreateIndexStmt(NanoSQLParser.CreateIndexStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.createIndexStmt()
.- Parameters:
ctx
- the parse tree
-
exitCreateIndexStmt
void exitCreateIndexStmt(NanoSQLParser.CreateIndexStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.createIndexStmt()
.- Parameters:
ctx
- the parse tree
-
enterDropIndexStmt
void enterDropIndexStmt(NanoSQLParser.DropIndexStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dropIndexStmt()
.- Parameters:
ctx
- the parse tree
-
exitDropIndexStmt
void exitDropIndexStmt(NanoSQLParser.DropIndexStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dropIndexStmt()
.- Parameters:
ctx
- the parse tree
-
enterShowTablesStmt
void enterShowTablesStmt(NanoSQLParser.ShowTablesStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showTablesStmt()
.- Parameters:
ctx
- the parse tree
-
exitShowTablesStmt
void exitShowTablesStmt(NanoSQLParser.ShowTablesStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showTablesStmt()
.- Parameters:
ctx
- the parse tree
-
enterAnalyzeStmt
void enterAnalyzeStmt(NanoSQLParser.AnalyzeStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.analyzeStmt()
.- Parameters:
ctx
- the parse tree
-
exitAnalyzeStmt
void exitAnalyzeStmt(NanoSQLParser.AnalyzeStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.analyzeStmt()
.- Parameters:
ctx
- the parse tree
-
enterOptimizeStmt
void enterOptimizeStmt(NanoSQLParser.OptimizeStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.optimizeStmt()
.- Parameters:
ctx
- the parse tree
-
exitOptimizeStmt
void exitOptimizeStmt(NanoSQLParser.OptimizeStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.optimizeStmt()
.- Parameters:
ctx
- the parse tree
-
enterVerifyStmt
void enterVerifyStmt(NanoSQLParser.VerifyStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.verifyStmt()
.- Parameters:
ctx
- the parse tree
-
exitVerifyStmt
void exitVerifyStmt(NanoSQLParser.VerifyStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.verifyStmt()
.- Parameters:
ctx
- the parse tree
-
enterDumpTableStmt
void enterDumpTableStmt(NanoSQLParser.DumpTableStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dumpTableStmt()
.- Parameters:
ctx
- the parse tree
-
exitDumpTableStmt
void exitDumpTableStmt(NanoSQLParser.DumpTableStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dumpTableStmt()
.- Parameters:
ctx
- the parse tree
-
enterDumpIndexStmt
void enterDumpIndexStmt(NanoSQLParser.DumpIndexStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.dumpIndexStmt()
.- Parameters:
ctx
- the parse tree
-
exitDumpIndexStmt
void exitDumpIndexStmt(NanoSQLParser.DumpIndexStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.dumpIndexStmt()
.- Parameters:
ctx
- the parse tree
-
enterShowTableStatsStmt
void enterShowTableStatsStmt(NanoSQLParser.ShowTableStatsStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showTableStatsStmt()
.- Parameters:
ctx
- the parse tree
-
exitShowTableStatsStmt
void exitShowTableStatsStmt(NanoSQLParser.ShowTableStatsStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showTableStatsStmt()
.- Parameters:
ctx
- the parse tree
-
enterBeginTxnStmt
void enterBeginTxnStmt(NanoSQLParser.BeginTxnStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.beginTxnStmt()
.- Parameters:
ctx
- the parse tree
-
exitBeginTxnStmt
void exitBeginTxnStmt(NanoSQLParser.BeginTxnStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.beginTxnStmt()
.- Parameters:
ctx
- the parse tree
-
enterCommitTxnStmt
void enterCommitTxnStmt(NanoSQLParser.CommitTxnStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.commitTxnStmt()
.- Parameters:
ctx
- the parse tree
-
exitCommitTxnStmt
void exitCommitTxnStmt(NanoSQLParser.CommitTxnStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.commitTxnStmt()
.- Parameters:
ctx
- the parse tree
-
enterRollbackTxnStmt
void enterRollbackTxnStmt(NanoSQLParser.RollbackTxnStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.rollbackTxnStmt()
.- Parameters:
ctx
- the parse tree
-
exitRollbackTxnStmt
void exitRollbackTxnStmt(NanoSQLParser.RollbackTxnStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.rollbackTxnStmt()
.- Parameters:
ctx
- the parse tree
-
enterShowPropsStmt
void enterShowPropsStmt(NanoSQLParser.ShowPropsStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showPropsStmt()
.- Parameters:
ctx
- the parse tree
-
exitShowPropsStmt
void exitShowPropsStmt(NanoSQLParser.ShowPropsStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showPropsStmt()
.- Parameters:
ctx
- the parse tree
-
enterSetPropStmt
void enterSetPropStmt(NanoSQLParser.SetPropStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.setPropStmt()
.- Parameters:
ctx
- the parse tree
-
exitSetPropStmt
void exitSetPropStmt(NanoSQLParser.SetPropStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.setPropStmt()
.- Parameters:
ctx
- the parse tree
-
enterShowSystemStatsStmt
void enterShowSystemStatsStmt(NanoSQLParser.ShowSystemStatsStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.showSystemStatsStmt()
.- Parameters:
ctx
- the parse tree
-
exitShowSystemStatsStmt
void exitShowSystemStatsStmt(NanoSQLParser.ShowSystemStatsStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.showSystemStatsStmt()
.- Parameters:
ctx
- the parse tree
-
enterFlushStmt
void enterFlushStmt(NanoSQLParser.FlushStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.flushStmt()
.- Parameters:
ctx
- the parse tree
-
exitFlushStmt
void exitFlushStmt(NanoSQLParser.FlushStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.flushStmt()
.- Parameters:
ctx
- the parse tree
-
enterCrashStmt
void enterCrashStmt(NanoSQLParser.CrashStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.crashStmt()
.- Parameters:
ctx
- the parse tree
-
exitCrashStmt
void exitCrashStmt(NanoSQLParser.CrashStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.crashStmt()
.- Parameters:
ctx
- the parse tree
-
enterExitStmt
void enterExitStmt(NanoSQLParser.ExitStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.exitStmt()
.- Parameters:
ctx
- the parse tree
-
exitExitStmt
void exitExitStmt(NanoSQLParser.ExitStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.exitStmt()
.- Parameters:
ctx
- the parse tree
-
enterSelectStmt
void enterSelectStmt(NanoSQLParser.SelectStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.selectStmt()
.- Parameters:
ctx
- the parse tree
-
exitSelectStmt
void exitSelectStmt(NanoSQLParser.SelectStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.selectStmt()
.- Parameters:
ctx
- the parse tree
-
enterSelectValue
void enterSelectValue(NanoSQLParser.SelectValueContext ctx)
Enter a parse tree produced byNanoSQLParser.selectValue()
.- Parameters:
ctx
- the parse tree
-
exitSelectValue
void exitSelectValue(NanoSQLParser.SelectValueContext ctx)
Exit a parse tree produced byNanoSQLParser.selectValue()
.- Parameters:
ctx
- the parse tree
-
enterJoinTypeInner
void enterJoinTypeInner(NanoSQLParser.JoinTypeInnerContext ctx)
Enter a parse tree produced by theJoinTypeInner
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
exitJoinTypeInner
void exitJoinTypeInner(NanoSQLParser.JoinTypeInnerContext ctx)
Exit a parse tree produced by theJoinTypeInner
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
enterJoinTypeLeftOuter
void enterJoinTypeLeftOuter(NanoSQLParser.JoinTypeLeftOuterContext ctx)
Enter a parse tree produced by theJoinTypeLeftOuter
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
exitJoinTypeLeftOuter
void exitJoinTypeLeftOuter(NanoSQLParser.JoinTypeLeftOuterContext ctx)
Exit a parse tree produced by theJoinTypeLeftOuter
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
enterJoinTypeRightOuter
void enterJoinTypeRightOuter(NanoSQLParser.JoinTypeRightOuterContext ctx)
Enter a parse tree produced by theJoinTypeRightOuter
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
exitJoinTypeRightOuter
void exitJoinTypeRightOuter(NanoSQLParser.JoinTypeRightOuterContext ctx)
Exit a parse tree produced by theJoinTypeRightOuter
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
enterJoinTypeFullOuter
void enterJoinTypeFullOuter(NanoSQLParser.JoinTypeFullOuterContext ctx)
Enter a parse tree produced by theJoinTypeFullOuter
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
exitJoinTypeFullOuter
void exitJoinTypeFullOuter(NanoSQLParser.JoinTypeFullOuterContext ctx)
Exit a parse tree produced by theJoinTypeFullOuter
labeled alternative inNanoSQLParser.joinType()
.- Parameters:
ctx
- the parse tree
-
enterFromImplicitCrossJoin
void enterFromImplicitCrossJoin(NanoSQLParser.FromImplicitCrossJoinContext ctx)
Enter a parse tree produced by theFromImplicitCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromImplicitCrossJoin
void exitFromImplicitCrossJoin(NanoSQLParser.FromImplicitCrossJoinContext ctx)
Exit a parse tree produced by theFromImplicitCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromTableFunction
void enterFromTableFunction(NanoSQLParser.FromTableFunctionContext ctx)
Enter a parse tree produced by theFromTableFunction
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromTableFunction
void exitFromTableFunction(NanoSQLParser.FromTableFunctionContext ctx)
Exit a parse tree produced by theFromTableFunction
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromCrossJoin
void enterFromCrossJoin(NanoSQLParser.FromCrossJoinContext ctx)
Enter a parse tree produced by theFromCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromCrossJoin
void exitFromCrossJoin(NanoSQLParser.FromCrossJoinContext ctx)
Exit a parse tree produced by theFromCrossJoin
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromTable
void enterFromTable(NanoSQLParser.FromTableContext ctx)
Enter a parse tree produced by theFromTable
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromTable
void exitFromTable(NanoSQLParser.FromTableContext ctx)
Exit a parse tree produced by theFromTable
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromParens
void enterFromParens(NanoSQLParser.FromParensContext ctx)
Enter a parse tree produced by theFromParens
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromParens
void exitFromParens(NanoSQLParser.FromParensContext ctx)
Exit a parse tree produced by theFromParens
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromNestedSelect
void enterFromNestedSelect(NanoSQLParser.FromNestedSelectContext ctx)
Enter a parse tree produced by theFromNestedSelect
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromNestedSelect
void exitFromNestedSelect(NanoSQLParser.FromNestedSelectContext ctx)
Exit a parse tree produced by theFromNestedSelect
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromNaturalJoin
void enterFromNaturalJoin(NanoSQLParser.FromNaturalJoinContext ctx)
Enter a parse tree produced by theFromNaturalJoin
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromNaturalJoin
void exitFromNaturalJoin(NanoSQLParser.FromNaturalJoinContext ctx)
Exit a parse tree produced by theFromNaturalJoin
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromJoinOn
void enterFromJoinOn(NanoSQLParser.FromJoinOnContext ctx)
Enter a parse tree produced by theFromJoinOn
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromJoinOn
void exitFromJoinOn(NanoSQLParser.FromJoinOnContext ctx)
Exit a parse tree produced by theFromJoinOn
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterFromJoinUsing
void enterFromJoinUsing(NanoSQLParser.FromJoinUsingContext ctx)
Enter a parse tree produced by theFromJoinUsing
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
exitFromJoinUsing
void exitFromJoinUsing(NanoSQLParser.FromJoinUsingContext ctx)
Exit a parse tree produced by theFromJoinUsing
labeled alternative inNanoSQLParser.fromExpr()
.- Parameters:
ctx
- the parse tree
-
enterOrderByExpr
void enterOrderByExpr(NanoSQLParser.OrderByExprContext ctx)
Enter a parse tree produced byNanoSQLParser.orderByExpr()
.- Parameters:
ctx
- the parse tree
-
exitOrderByExpr
void exitOrderByExpr(NanoSQLParser.OrderByExprContext ctx)
Exit a parse tree produced byNanoSQLParser.orderByExpr()
.- Parameters:
ctx
- the parse tree
-
enterInsertStmt
void enterInsertStmt(NanoSQLParser.InsertStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.insertStmt()
.- Parameters:
ctx
- the parse tree
-
exitInsertStmt
void exitInsertStmt(NanoSQLParser.InsertStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.insertStmt()
.- Parameters:
ctx
- the parse tree
-
enterUpdateStmt
void enterUpdateStmt(NanoSQLParser.UpdateStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.updateStmt()
.- Parameters:
ctx
- the parse tree
-
exitUpdateStmt
void exitUpdateStmt(NanoSQLParser.UpdateStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.updateStmt()
.- Parameters:
ctx
- the parse tree
-
enterDeleteStmt
void enterDeleteStmt(NanoSQLParser.DeleteStmtContext ctx)
Enter a parse tree produced byNanoSQLParser.deleteStmt()
.- Parameters:
ctx
- the parse tree
-
exitDeleteStmt
void exitDeleteStmt(NanoSQLParser.DeleteStmtContext ctx)
Exit a parse tree produced byNanoSQLParser.deleteStmt()
.- Parameters:
ctx
- the parse tree
-
enterExplainSelect
void enterExplainSelect(NanoSQLParser.ExplainSelectContext ctx)
Enter a parse tree produced by theExplainSelect
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
exitExplainSelect
void exitExplainSelect(NanoSQLParser.ExplainSelectContext ctx)
Exit a parse tree produced by theExplainSelect
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
enterExplainInsert
void enterExplainInsert(NanoSQLParser.ExplainInsertContext ctx)
Enter a parse tree produced by theExplainInsert
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
exitExplainInsert
void exitExplainInsert(NanoSQLParser.ExplainInsertContext ctx)
Exit a parse tree produced by theExplainInsert
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
enterExplainUpdate
void enterExplainUpdate(NanoSQLParser.ExplainUpdateContext ctx)
Enter a parse tree produced by theExplainUpdate
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
exitExplainUpdate
void exitExplainUpdate(NanoSQLParser.ExplainUpdateContext ctx)
Exit a parse tree produced by theExplainUpdate
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
enterExplainDelete
void enterExplainDelete(NanoSQLParser.ExplainDeleteContext ctx)
Enter a parse tree produced by theExplainDelete
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
exitExplainDelete
void exitExplainDelete(NanoSQLParser.ExplainDeleteContext ctx)
Exit a parse tree produced by theExplainDelete
labeled alternative inNanoSQLParser.explainStmt()
.- Parameters:
ctx
- the parse tree
-
enterCmdProperties
void enterCmdProperties(NanoSQLParser.CmdPropertiesContext ctx)
Enter a parse tree produced byNanoSQLParser.cmdProperties()
.- Parameters:
ctx
- the parse tree
-
exitCmdProperties
void exitCmdProperties(NanoSQLParser.CmdPropertiesContext ctx)
Exit a parse tree produced byNanoSQLParser.cmdProperties()
.- Parameters:
ctx
- the parse tree
-
enterExprScalarSubquery
void enterExprScalarSubquery(NanoSQLParser.ExprScalarSubqueryContext ctx)
Enter a parse tree produced by theExprScalarSubquery
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprScalarSubquery
void exitExprScalarSubquery(NanoSQLParser.ExprScalarSubqueryContext ctx)
Exit a parse tree produced by theExprScalarSubquery
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprParen
void enterExprParen(NanoSQLParser.ExprParenContext ctx)
Enter a parse tree produced by theExprParen
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprParen
void exitExprParen(NanoSQLParser.ExprParenContext ctx)
Exit a parse tree produced by theExprParen
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprExists
void enterExprExists(NanoSQLParser.ExprExistsContext ctx)
Enter a parse tree produced by theExprExists
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprExists
void exitExprExists(NanoSQLParser.ExprExistsContext ctx)
Exit a parse tree produced by theExprExists
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprBetween
void enterExprBetween(NanoSQLParser.ExprBetweenContext ctx)
Enter a parse tree produced by theExprBetween
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprBetween
void exitExprBetween(NanoSQLParser.ExprBetweenContext ctx)
Exit a parse tree produced by theExprBetween
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprSimilarTo
void enterExprSimilarTo(NanoSQLParser.ExprSimilarToContext ctx)
Enter a parse tree produced by theExprSimilarTo
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprSimilarTo
void exitExprSimilarTo(NanoSQLParser.ExprSimilarToContext ctx)
Exit a parse tree produced by theExprSimilarTo
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprLike
void enterExprLike(NanoSQLParser.ExprLikeContext ctx)
Enter a parse tree produced by theExprLike
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprLike
void exitExprLike(NanoSQLParser.ExprLikeContext ctx)
Exit a parse tree produced by theExprLike
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprNot
void enterExprNot(NanoSQLParser.ExprNotContext ctx)
Enter a parse tree produced by theExprNot
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprNot
void exitExprNot(NanoSQLParser.ExprNotContext ctx)
Exit a parse tree produced by theExprNot
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprMultiColInSubquery
void enterExprMultiColInSubquery(NanoSQLParser.ExprMultiColInSubqueryContext ctx)
Enter a parse tree produced by theExprMultiColInSubquery
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprMultiColInSubquery
void exitExprMultiColInSubquery(NanoSQLParser.ExprMultiColInSubqueryContext ctx)
Exit a parse tree produced by theExprMultiColInSubquery
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprAnd
void enterExprAnd(NanoSQLParser.ExprAndContext ctx)
Enter a parse tree produced by theExprAnd
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprAnd
void exitExprAnd(NanoSQLParser.ExprAndContext ctx)
Exit a parse tree produced by theExprAnd
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprFunctionCall
void enterExprFunctionCall(NanoSQLParser.ExprFunctionCallContext ctx)
Enter a parse tree produced by theExprFunctionCall
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprFunctionCall
void exitExprFunctionCall(NanoSQLParser.ExprFunctionCallContext ctx)
Exit a parse tree produced by theExprFunctionCall
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprIsNull
void enterExprIsNull(NanoSQLParser.ExprIsNullContext ctx)
Enter a parse tree produced by theExprIsNull
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprIsNull
void exitExprIsNull(NanoSQLParser.ExprIsNullContext ctx)
Exit a parse tree produced by theExprIsNull
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprOr
void enterExprOr(NanoSQLParser.ExprOrContext ctx)
Enter a parse tree produced by theExprOr
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprOr
void exitExprOr(NanoSQLParser.ExprOrContext ctx)
Exit a parse tree produced by theExprOr
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprOneColInSubquery
void enterExprOneColInSubquery(NanoSQLParser.ExprOneColInSubqueryContext ctx)
Enter a parse tree produced by theExprOneColInSubquery
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprOneColInSubquery
void exitExprOneColInSubquery(NanoSQLParser.ExprOneColInSubqueryContext ctx)
Exit a parse tree produced by theExprOneColInSubquery
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprColumnRef
void enterExprColumnRef(NanoSQLParser.ExprColumnRefContext ctx)
Enter a parse tree produced by theExprColumnRef
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprColumnRef
void exitExprColumnRef(NanoSQLParser.ExprColumnRefContext ctx)
Exit a parse tree produced by theExprColumnRef
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprCompare
void enterExprCompare(NanoSQLParser.ExprCompareContext ctx)
Enter a parse tree produced by theExprCompare
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprCompare
void exitExprCompare(NanoSQLParser.ExprCompareContext ctx)
Exit a parse tree produced by theExprCompare
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprLiteral
void enterExprLiteral(NanoSQLParser.ExprLiteralContext ctx)
Enter a parse tree produced by theExprLiteral
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprLiteral
void exitExprLiteral(NanoSQLParser.ExprLiteralContext ctx)
Exit a parse tree produced by theExprLiteral
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprOneColInValues
void enterExprOneColInValues(NanoSQLParser.ExprOneColInValuesContext ctx)
Enter a parse tree produced by theExprOneColInValues
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprOneColInValues
void exitExprOneColInValues(NanoSQLParser.ExprOneColInValuesContext ctx)
Exit a parse tree produced by theExprOneColInValues
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprMul
void enterExprMul(NanoSQLParser.ExprMulContext ctx)
Enter a parse tree produced by theExprMul
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprMul
void exitExprMul(NanoSQLParser.ExprMulContext ctx)
Exit a parse tree produced by theExprMul
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprAdd
void enterExprAdd(NanoSQLParser.ExprAddContext ctx)
Enter a parse tree produced by theExprAdd
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprAdd
void exitExprAdd(NanoSQLParser.ExprAddContext ctx)
Exit a parse tree produced by theExprAdd
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExprUnarySign
void enterExprUnarySign(NanoSQLParser.ExprUnarySignContext ctx)
Enter a parse tree produced by theExprUnarySign
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExprUnarySign
void exitExprUnarySign(NanoSQLParser.ExprUnarySignContext ctx)
Exit a parse tree produced by theExprUnarySign
labeled alternative inNanoSQLParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralNull
void enterLiteralNull(NanoSQLParser.LiteralNullContext ctx)
Enter a parse tree produced by theLiteralNull
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralNull
void exitLiteralNull(NanoSQLParser.LiteralNullContext ctx)
Exit a parse tree produced by theLiteralNull
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterLiteralTrue
void enterLiteralTrue(NanoSQLParser.LiteralTrueContext ctx)
Enter a parse tree produced by theLiteralTrue
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralTrue
void exitLiteralTrue(NanoSQLParser.LiteralTrueContext ctx)
Exit a parse tree produced by theLiteralTrue
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterLiteralFalse
void enterLiteralFalse(NanoSQLParser.LiteralFalseContext ctx)
Enter a parse tree produced by theLiteralFalse
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralFalse
void exitLiteralFalse(NanoSQLParser.LiteralFalseContext ctx)
Exit a parse tree produced by theLiteralFalse
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterLiteralInteger
void enterLiteralInteger(NanoSQLParser.LiteralIntegerContext ctx)
Enter a parse tree produced by theLiteralInteger
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralInteger
void exitLiteralInteger(NanoSQLParser.LiteralIntegerContext ctx)
Exit a parse tree produced by theLiteralInteger
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterLiteralDecimal
void enterLiteralDecimal(NanoSQLParser.LiteralDecimalContext ctx)
Enter a parse tree produced by theLiteralDecimal
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralDecimal
void exitLiteralDecimal(NanoSQLParser.LiteralDecimalContext ctx)
Exit a parse tree produced by theLiteralDecimal
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterLiteralString
void enterLiteralString(NanoSQLParser.LiteralStringContext ctx)
Enter a parse tree produced by theLiteralString
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralString
void exitLiteralString(NanoSQLParser.LiteralStringContext ctx)
Exit a parse tree produced by theLiteralString
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterLiteralInterval
void enterLiteralInterval(NanoSQLParser.LiteralIntervalContext ctx)
Enter a parse tree produced by theLiteralInterval
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
exitLiteralInterval
void exitLiteralInterval(NanoSQLParser.LiteralIntervalContext ctx)
Exit a parse tree produced by theLiteralInterval
labeled alternative inNanoSQLParser.literalValue()
.- Parameters:
ctx
- the parse tree
-
enterColRefTable
void enterColRefTable(NanoSQLParser.ColRefTableContext ctx)
Enter a parse tree produced by theColRefTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
exitColRefTable
void exitColRefTable(NanoSQLParser.ColRefTableContext ctx)
Exit a parse tree produced by theColRefTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
enterColRefNoTable
void enterColRefNoTable(NanoSQLParser.ColRefNoTableContext ctx)
Enter a parse tree produced by theColRefNoTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
exitColRefNoTable
void exitColRefNoTable(NanoSQLParser.ColRefNoTableContext ctx)
Exit a parse tree produced by theColRefNoTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
enterColRefWildcardTable
void enterColRefWildcardTable(NanoSQLParser.ColRefWildcardTableContext ctx)
Enter a parse tree produced by theColRefWildcardTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
exitColRefWildcardTable
void exitColRefWildcardTable(NanoSQLParser.ColRefWildcardTableContext ctx)
Exit a parse tree produced by theColRefWildcardTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
enterColRefWildcardNoTable
void enterColRefWildcardNoTable(NanoSQLParser.ColRefWildcardNoTableContext ctx)
Enter a parse tree produced by theColRefWildcardNoTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
exitColRefWildcardNoTable
void exitColRefWildcardNoTable(NanoSQLParser.ColRefWildcardNoTableContext ctx)
Exit a parse tree produced by theColRefWildcardNoTable
labeled alternative inNanoSQLParser.columnRef()
.- Parameters:
ctx
- the parse tree
-
enterExpressionList
void enterExpressionList(NanoSQLParser.ExpressionListContext ctx)
Enter a parse tree produced byNanoSQLParser.expressionList()
.- Parameters:
ctx
- the parse tree
-
exitExpressionList
void exitExpressionList(NanoSQLParser.ExpressionListContext ctx)
Exit a parse tree produced byNanoSQLParser.expressionList()
.- Parameters:
ctx
- the parse tree
-
enterFunctionCall
void enterFunctionCall(NanoSQLParser.FunctionCallContext ctx)
Enter a parse tree produced byNanoSQLParser.functionCall()
.- Parameters:
ctx
- the parse tree
-
exitFunctionCall
void exitFunctionCall(NanoSQLParser.FunctionCallContext ctx)
Exit a parse tree produced byNanoSQLParser.functionCall()
.- Parameters:
ctx
- the parse tree
-
-