Package io.trino.sql.parser
Interface SqlBaseListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SqlBaseBaseListener
public interface SqlBaseListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced bySqlBaseParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterSingleStatement
void enterSingleStatement(SqlBaseParser.SingleStatementContext ctx)
Enter a parse tree produced bySqlBaseParser.singleStatement().- Parameters:
ctx- the parse tree
-
exitSingleStatement
void exitSingleStatement(SqlBaseParser.SingleStatementContext ctx)
Exit a parse tree produced bySqlBaseParser.singleStatement().- Parameters:
ctx- the parse tree
-
enterStandaloneExpression
void enterStandaloneExpression(SqlBaseParser.StandaloneExpressionContext ctx)
Enter a parse tree produced bySqlBaseParser.standaloneExpression().- Parameters:
ctx- the parse tree
-
exitStandaloneExpression
void exitStandaloneExpression(SqlBaseParser.StandaloneExpressionContext ctx)
Exit a parse tree produced bySqlBaseParser.standaloneExpression().- Parameters:
ctx- the parse tree
-
enterStandalonePathSpecification
void enterStandalonePathSpecification(SqlBaseParser.StandalonePathSpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.standalonePathSpecification().- Parameters:
ctx- the parse tree
-
exitStandalonePathSpecification
void exitStandalonePathSpecification(SqlBaseParser.StandalonePathSpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.standalonePathSpecification().- Parameters:
ctx- the parse tree
-
enterStandaloneType
void enterStandaloneType(SqlBaseParser.StandaloneTypeContext ctx)
Enter a parse tree produced bySqlBaseParser.standaloneType().- Parameters:
ctx- the parse tree
-
exitStandaloneType
void exitStandaloneType(SqlBaseParser.StandaloneTypeContext ctx)
Exit a parse tree produced bySqlBaseParser.standaloneType().- Parameters:
ctx- the parse tree
-
enterStatementDefault
void enterStatementDefault(SqlBaseParser.StatementDefaultContext ctx)
Enter a parse tree produced by thestatementDefaultlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitStatementDefault
void exitStatementDefault(SqlBaseParser.StatementDefaultContext ctx)
Exit a parse tree produced by thestatementDefaultlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterUse
void enterUse(SqlBaseParser.UseContext ctx)
Enter a parse tree produced by theuselabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitUse
void exitUse(SqlBaseParser.UseContext ctx)
Exit a parse tree produced by theuselabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCreateSchema
void enterCreateSchema(SqlBaseParser.CreateSchemaContext ctx)
Enter a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCreateSchema
void exitCreateSchema(SqlBaseParser.CreateSchemaContext ctx)
Exit a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDropSchema
void enterDropSchema(SqlBaseParser.DropSchemaContext ctx)
Enter a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDropSchema
void exitDropSchema(SqlBaseParser.DropSchemaContext ctx)
Exit a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRenameSchema
void enterRenameSchema(SqlBaseParser.RenameSchemaContext ctx)
Enter a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRenameSchema
void exitRenameSchema(SqlBaseParser.RenameSchemaContext ctx)
Exit a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterSetSchemaAuthorization
void enterSetSchemaAuthorization(SqlBaseParser.SetSchemaAuthorizationContext ctx)
Enter a parse tree produced by thesetSchemaAuthorizationlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitSetSchemaAuthorization
void exitSetSchemaAuthorization(SqlBaseParser.SetSchemaAuthorizationContext ctx)
Exit a parse tree produced by thesetSchemaAuthorizationlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCreateTableAsSelect
void enterCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)
Enter a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCreateTableAsSelect
void exitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)
Exit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCreateTable
void enterCreateTable(SqlBaseParser.CreateTableContext ctx)
Enter a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCreateTable
void exitCreateTable(SqlBaseParser.CreateTableContext ctx)
Exit a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDropTable
void enterDropTable(SqlBaseParser.DropTableContext ctx)
Enter a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDropTable
void exitDropTable(SqlBaseParser.DropTableContext ctx)
Exit a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterInsertInto
void enterInsertInto(SqlBaseParser.InsertIntoContext ctx)
Enter a parse tree produced by theinsertIntolabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitInsertInto
void exitInsertInto(SqlBaseParser.InsertIntoContext ctx)
Exit a parse tree produced by theinsertIntolabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDelete
void enterDelete(SqlBaseParser.DeleteContext ctx)
Enter a parse tree produced by thedeletelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDelete
void exitDelete(SqlBaseParser.DeleteContext ctx)
Exit a parse tree produced by thedeletelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRenameTable
void enterRenameTable(SqlBaseParser.RenameTableContext ctx)
Enter a parse tree produced by therenameTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRenameTable
void exitRenameTable(SqlBaseParser.RenameTableContext ctx)
Exit a parse tree produced by therenameTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCommentTable
void enterCommentTable(SqlBaseParser.CommentTableContext ctx)
Enter a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCommentTable
void exitCommentTable(SqlBaseParser.CommentTableContext ctx)
Exit a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCommentColumn
void enterCommentColumn(SqlBaseParser.CommentColumnContext ctx)
Enter a parse tree produced by thecommentColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCommentColumn
void exitCommentColumn(SqlBaseParser.CommentColumnContext ctx)
Exit a parse tree produced by thecommentColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRenameColumn
void enterRenameColumn(SqlBaseParser.RenameColumnContext ctx)
Enter a parse tree produced by therenameColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRenameColumn
void exitRenameColumn(SqlBaseParser.RenameColumnContext ctx)
Exit a parse tree produced by therenameColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDropColumn
void enterDropColumn(SqlBaseParser.DropColumnContext ctx)
Enter a parse tree produced by thedropColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDropColumn
void exitDropColumn(SqlBaseParser.DropColumnContext ctx)
Exit a parse tree produced by thedropColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterAddColumn
void enterAddColumn(SqlBaseParser.AddColumnContext ctx)
Enter a parse tree produced by theaddColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitAddColumn
void exitAddColumn(SqlBaseParser.AddColumnContext ctx)
Exit a parse tree produced by theaddColumnlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterSetTableAuthorization
void enterSetTableAuthorization(SqlBaseParser.SetTableAuthorizationContext ctx)
Enter a parse tree produced by thesetTableAuthorizationlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitSetTableAuthorization
void exitSetTableAuthorization(SqlBaseParser.SetTableAuthorizationContext ctx)
Exit a parse tree produced by thesetTableAuthorizationlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterAnalyze
void enterAnalyze(SqlBaseParser.AnalyzeContext ctx)
Enter a parse tree produced by theanalyzelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitAnalyze
void exitAnalyze(SqlBaseParser.AnalyzeContext ctx)
Exit a parse tree produced by theanalyzelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCreateMaterializedView
void enterCreateMaterializedView(SqlBaseParser.CreateMaterializedViewContext ctx)
Enter a parse tree produced by thecreateMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCreateMaterializedView
void exitCreateMaterializedView(SqlBaseParser.CreateMaterializedViewContext ctx)
Exit a parse tree produced by thecreateMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCreateView
void enterCreateView(SqlBaseParser.CreateViewContext ctx)
Enter a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCreateView
void exitCreateView(SqlBaseParser.CreateViewContext ctx)
Exit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRefreshMaterializedView
void enterRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)
Enter a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRefreshMaterializedView
void exitRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)
Exit a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDropMaterializedView
void enterDropMaterializedView(SqlBaseParser.DropMaterializedViewContext ctx)
Enter a parse tree produced by thedropMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDropMaterializedView
void exitDropMaterializedView(SqlBaseParser.DropMaterializedViewContext ctx)
Exit a parse tree produced by thedropMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDropView
void enterDropView(SqlBaseParser.DropViewContext ctx)
Enter a parse tree produced by thedropViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDropView
void exitDropView(SqlBaseParser.DropViewContext ctx)
Exit a parse tree produced by thedropViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRenameView
void enterRenameView(SqlBaseParser.RenameViewContext ctx)
Enter a parse tree produced by therenameViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRenameView
void exitRenameView(SqlBaseParser.RenameViewContext ctx)
Exit a parse tree produced by therenameViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterSetViewAuthorization
void enterSetViewAuthorization(SqlBaseParser.SetViewAuthorizationContext ctx)
Enter a parse tree produced by thesetViewAuthorizationlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitSetViewAuthorization
void exitSetViewAuthorization(SqlBaseParser.SetViewAuthorizationContext ctx)
Exit a parse tree produced by thesetViewAuthorizationlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCall
void enterCall(SqlBaseParser.CallContext ctx)
Enter a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCall
void exitCall(SqlBaseParser.CallContext ctx)
Exit a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCreateRole
void enterCreateRole(SqlBaseParser.CreateRoleContext ctx)
Enter a parse tree produced by thecreateRolelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCreateRole
void exitCreateRole(SqlBaseParser.CreateRoleContext ctx)
Exit a parse tree produced by thecreateRolelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDropRole
void enterDropRole(SqlBaseParser.DropRoleContext ctx)
Enter a parse tree produced by thedropRolelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDropRole
void exitDropRole(SqlBaseParser.DropRoleContext ctx)
Exit a parse tree produced by thedropRolelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterGrantRoles
void enterGrantRoles(SqlBaseParser.GrantRolesContext ctx)
Enter a parse tree produced by thegrantRoleslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitGrantRoles
void exitGrantRoles(SqlBaseParser.GrantRolesContext ctx)
Exit a parse tree produced by thegrantRoleslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRevokeRoles
void enterRevokeRoles(SqlBaseParser.RevokeRolesContext ctx)
Enter a parse tree produced by therevokeRoleslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRevokeRoles
void exitRevokeRoles(SqlBaseParser.RevokeRolesContext ctx)
Exit a parse tree produced by therevokeRoleslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterSetRole
void enterSetRole(SqlBaseParser.SetRoleContext ctx)
Enter a parse tree produced by thesetRolelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitSetRole
void exitSetRole(SqlBaseParser.SetRoleContext ctx)
Exit a parse tree produced by thesetRolelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterGrant
void enterGrant(SqlBaseParser.GrantContext ctx)
Enter a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitGrant
void exitGrant(SqlBaseParser.GrantContext ctx)
Exit a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRevoke
void enterRevoke(SqlBaseParser.RevokeContext ctx)
Enter a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRevoke
void exitRevoke(SqlBaseParser.RevokeContext ctx)
Exit a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowGrants
void enterShowGrants(SqlBaseParser.ShowGrantsContext ctx)
Enter a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowGrants
void exitShowGrants(SqlBaseParser.ShowGrantsContext ctx)
Exit a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterExplain
void enterExplain(SqlBaseParser.ExplainContext ctx)
Enter a parse tree produced by theexplainlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitExplain
void exitExplain(SqlBaseParser.ExplainContext ctx)
Exit a parse tree produced by theexplainlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowCreateTable
void enterShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx)
Enter a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowCreateTable
void exitShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx)
Exit a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowCreateSchema
void enterShowCreateSchema(SqlBaseParser.ShowCreateSchemaContext ctx)
Enter a parse tree produced by theshowCreateSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowCreateSchema
void exitShowCreateSchema(SqlBaseParser.ShowCreateSchemaContext ctx)
Exit a parse tree produced by theshowCreateSchemalabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowCreateView
void enterShowCreateView(SqlBaseParser.ShowCreateViewContext ctx)
Enter a parse tree produced by theshowCreateViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowCreateView
void exitShowCreateView(SqlBaseParser.ShowCreateViewContext ctx)
Exit a parse tree produced by theshowCreateViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowCreateMaterializedView
void enterShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)
Enter a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowCreateMaterializedView
void exitShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)
Exit a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowTables
void enterShowTables(SqlBaseParser.ShowTablesContext ctx)
Enter a parse tree produced by theshowTableslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowTables
void exitShowTables(SqlBaseParser.ShowTablesContext ctx)
Exit a parse tree produced by theshowTableslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowSchemas
void enterShowSchemas(SqlBaseParser.ShowSchemasContext ctx)
Enter a parse tree produced by theshowSchemaslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowSchemas
void exitShowSchemas(SqlBaseParser.ShowSchemasContext ctx)
Exit a parse tree produced by theshowSchemaslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowCatalogs
void enterShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx)
Enter a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowCatalogs
void exitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx)
Exit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowColumns
void enterShowColumns(SqlBaseParser.ShowColumnsContext ctx)
Enter a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowColumns
void exitShowColumns(SqlBaseParser.ShowColumnsContext ctx)
Exit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowStats
void enterShowStats(SqlBaseParser.ShowStatsContext ctx)
Enter a parse tree produced by theshowStatslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowStats
void exitShowStats(SqlBaseParser.ShowStatsContext ctx)
Exit a parse tree produced by theshowStatslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowStatsForQuery
void enterShowStatsForQuery(SqlBaseParser.ShowStatsForQueryContext ctx)
Enter a parse tree produced by theshowStatsForQuerylabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowStatsForQuery
void exitShowStatsForQuery(SqlBaseParser.ShowStatsForQueryContext ctx)
Exit a parse tree produced by theshowStatsForQuerylabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowRoles
void enterShowRoles(SqlBaseParser.ShowRolesContext ctx)
Enter a parse tree produced by theshowRoleslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowRoles
void exitShowRoles(SqlBaseParser.ShowRolesContext ctx)
Exit a parse tree produced by theshowRoleslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowRoleGrants
void enterShowRoleGrants(SqlBaseParser.ShowRoleGrantsContext ctx)
Enter a parse tree produced by theshowRoleGrantslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowRoleGrants
void exitShowRoleGrants(SqlBaseParser.ShowRoleGrantsContext ctx)
Exit a parse tree produced by theshowRoleGrantslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowFunctions
void enterShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Enter a parse tree produced by theshowFunctionslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowFunctions
void exitShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Exit a parse tree produced by theshowFunctionslabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterShowSession
void enterShowSession(SqlBaseParser.ShowSessionContext ctx)
Enter a parse tree produced by theshowSessionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitShowSession
void exitShowSession(SqlBaseParser.ShowSessionContext ctx)
Exit a parse tree produced by theshowSessionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterSetSession
void enterSetSession(SqlBaseParser.SetSessionContext ctx)
Enter a parse tree produced by thesetSessionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitSetSession
void exitSetSession(SqlBaseParser.SetSessionContext ctx)
Exit a parse tree produced by thesetSessionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterResetSession
void enterResetSession(SqlBaseParser.ResetSessionContext ctx)
Enter a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitResetSession
void exitResetSession(SqlBaseParser.ResetSessionContext ctx)
Exit a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterStartTransaction
void enterStartTransaction(SqlBaseParser.StartTransactionContext ctx)
Enter a parse tree produced by thestartTransactionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitStartTransaction
void exitStartTransaction(SqlBaseParser.StartTransactionContext ctx)
Exit a parse tree produced by thestartTransactionlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterCommit
void enterCommit(SqlBaseParser.CommitContext ctx)
Enter a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitCommit
void exitCommit(SqlBaseParser.CommitContext ctx)
Exit a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterRollback
void enterRollback(SqlBaseParser.RollbackContext ctx)
Enter a parse tree produced by therollbacklabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitRollback
void exitRollback(SqlBaseParser.RollbackContext ctx)
Exit a parse tree produced by therollbacklabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterPrepare
void enterPrepare(SqlBaseParser.PrepareContext ctx)
Enter a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitPrepare
void exitPrepare(SqlBaseParser.PrepareContext ctx)
Exit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDeallocate
void enterDeallocate(SqlBaseParser.DeallocateContext ctx)
Enter a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDeallocate
void exitDeallocate(SqlBaseParser.DeallocateContext ctx)
Exit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterExecute
void enterExecute(SqlBaseParser.ExecuteContext ctx)
Enter a parse tree produced by theexecutelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitExecute
void exitExecute(SqlBaseParser.ExecuteContext ctx)
Exit a parse tree produced by theexecutelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDescribeInput
void enterDescribeInput(SqlBaseParser.DescribeInputContext ctx)
Enter a parse tree produced by thedescribeInputlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDescribeInput
void exitDescribeInput(SqlBaseParser.DescribeInputContext ctx)
Exit a parse tree produced by thedescribeInputlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterDescribeOutput
void enterDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Enter a parse tree produced by thedescribeOutputlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitDescribeOutput
void exitDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Exit a parse tree produced by thedescribeOutputlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterSetPath
void enterSetPath(SqlBaseParser.SetPathContext ctx)
Enter a parse tree produced by thesetPathlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitSetPath
void exitSetPath(SqlBaseParser.SetPathContext ctx)
Exit a parse tree produced by thesetPathlabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterUpdate
void enterUpdate(SqlBaseParser.UpdateContext ctx)
Enter a parse tree produced by theupdatelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitUpdate
void exitUpdate(SqlBaseParser.UpdateContext ctx)
Exit a parse tree produced by theupdatelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterMerge
void enterMerge(SqlBaseParser.MergeContext ctx)
Enter a parse tree produced by themergelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
exitMerge
void exitMerge(SqlBaseParser.MergeContext ctx)
Exit a parse tree produced by themergelabeled alternative inSqlBaseParser.statement().- Parameters:
ctx- the parse tree
-
enterQuery
void enterQuery(SqlBaseParser.QueryContext ctx)
Enter a parse tree produced bySqlBaseParser.query().- Parameters:
ctx- the parse tree
-
exitQuery
void exitQuery(SqlBaseParser.QueryContext ctx)
Exit a parse tree produced bySqlBaseParser.query().- Parameters:
ctx- the parse tree
-
enterWith
void enterWith(SqlBaseParser.WithContext ctx)
Enter a parse tree produced bySqlBaseParser.with().- Parameters:
ctx- the parse tree
-
exitWith
void exitWith(SqlBaseParser.WithContext ctx)
Exit a parse tree produced bySqlBaseParser.with().- Parameters:
ctx- the parse tree
-
enterTableElement
void enterTableElement(SqlBaseParser.TableElementContext ctx)
Enter a parse tree produced bySqlBaseParser.tableElement().- Parameters:
ctx- the parse tree
-
exitTableElement
void exitTableElement(SqlBaseParser.TableElementContext ctx)
Exit a parse tree produced bySqlBaseParser.tableElement().- Parameters:
ctx- the parse tree
-
enterColumnDefinition
void enterColumnDefinition(SqlBaseParser.ColumnDefinitionContext ctx)
Enter a parse tree produced bySqlBaseParser.columnDefinition().- Parameters:
ctx- the parse tree
-
exitColumnDefinition
void exitColumnDefinition(SqlBaseParser.ColumnDefinitionContext ctx)
Exit a parse tree produced bySqlBaseParser.columnDefinition().- Parameters:
ctx- the parse tree
-
enterLikeClause
void enterLikeClause(SqlBaseParser.LikeClauseContext ctx)
Enter a parse tree produced bySqlBaseParser.likeClause().- Parameters:
ctx- the parse tree
-
exitLikeClause
void exitLikeClause(SqlBaseParser.LikeClauseContext ctx)
Exit a parse tree produced bySqlBaseParser.likeClause().- Parameters:
ctx- the parse tree
-
enterProperties
void enterProperties(SqlBaseParser.PropertiesContext ctx)
Enter a parse tree produced bySqlBaseParser.properties().- Parameters:
ctx- the parse tree
-
exitProperties
void exitProperties(SqlBaseParser.PropertiesContext ctx)
Exit a parse tree produced bySqlBaseParser.properties().- Parameters:
ctx- the parse tree
-
enterProperty
void enterProperty(SqlBaseParser.PropertyContext ctx)
Enter a parse tree produced bySqlBaseParser.property().- Parameters:
ctx- the parse tree
-
exitProperty
void exitProperty(SqlBaseParser.PropertyContext ctx)
Exit a parse tree produced bySqlBaseParser.property().- Parameters:
ctx- the parse tree
-
enterQueryNoWith
void enterQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Enter a parse tree produced bySqlBaseParser.queryNoWith().- Parameters:
ctx- the parse tree
-
exitQueryNoWith
void exitQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Exit a parse tree produced bySqlBaseParser.queryNoWith().- Parameters:
ctx- the parse tree
-
enterLimitRowCount
void enterLimitRowCount(SqlBaseParser.LimitRowCountContext ctx)
Enter a parse tree produced bySqlBaseParser.limitRowCount().- Parameters:
ctx- the parse tree
-
exitLimitRowCount
void exitLimitRowCount(SqlBaseParser.LimitRowCountContext ctx)
Exit a parse tree produced bySqlBaseParser.limitRowCount().- Parameters:
ctx- the parse tree
-
enterRowCount
void enterRowCount(SqlBaseParser.RowCountContext ctx)
Enter a parse tree produced bySqlBaseParser.rowCount().- Parameters:
ctx- the parse tree
-
exitRowCount
void exitRowCount(SqlBaseParser.RowCountContext ctx)
Exit a parse tree produced bySqlBaseParser.rowCount().- Parameters:
ctx- the parse tree
-
enterQueryTermDefault
void enterQueryTermDefault(SqlBaseParser.QueryTermDefaultContext ctx)
Enter a parse tree produced by thequeryTermDefaultlabeled alternative inSqlBaseParser.queryTerm().- Parameters:
ctx- the parse tree
-
exitQueryTermDefault
void exitQueryTermDefault(SqlBaseParser.QueryTermDefaultContext ctx)
Exit a parse tree produced by thequeryTermDefaultlabeled alternative inSqlBaseParser.queryTerm().- Parameters:
ctx- the parse tree
-
enterSetOperation
void enterSetOperation(SqlBaseParser.SetOperationContext ctx)
Enter a parse tree produced by thesetOperationlabeled alternative inSqlBaseParser.queryTerm().- Parameters:
ctx- the parse tree
-
exitSetOperation
void exitSetOperation(SqlBaseParser.SetOperationContext ctx)
Exit a parse tree produced by thesetOperationlabeled alternative inSqlBaseParser.queryTerm().- Parameters:
ctx- the parse tree
-
enterQueryPrimaryDefault
void enterQueryPrimaryDefault(SqlBaseParser.QueryPrimaryDefaultContext ctx)
Enter a parse tree produced by thequeryPrimaryDefaultlabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
exitQueryPrimaryDefault
void exitQueryPrimaryDefault(SqlBaseParser.QueryPrimaryDefaultContext ctx)
Exit a parse tree produced by thequeryPrimaryDefaultlabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
enterTable
void enterTable(SqlBaseParser.TableContext ctx)
Enter a parse tree produced by thetablelabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
exitTable
void exitTable(SqlBaseParser.TableContext ctx)
Exit a parse tree produced by thetablelabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
enterInlineTable
void enterInlineTable(SqlBaseParser.InlineTableContext ctx)
Enter a parse tree produced by theinlineTablelabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
exitInlineTable
void exitInlineTable(SqlBaseParser.InlineTableContext ctx)
Exit a parse tree produced by theinlineTablelabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
enterSubquery
void enterSubquery(SqlBaseParser.SubqueryContext ctx)
Enter a parse tree produced by thesubquerylabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
exitSubquery
void exitSubquery(SqlBaseParser.SubqueryContext ctx)
Exit a parse tree produced by thesubquerylabeled alternative inSqlBaseParser.queryPrimary().- Parameters:
ctx- the parse tree
-
enterSortItem
void enterSortItem(SqlBaseParser.SortItemContext ctx)
Enter a parse tree produced bySqlBaseParser.sortItem().- Parameters:
ctx- the parse tree
-
exitSortItem
void exitSortItem(SqlBaseParser.SortItemContext ctx)
Exit a parse tree produced bySqlBaseParser.sortItem().- Parameters:
ctx- the parse tree
-
enterQuerySpecification
void enterQuerySpecification(SqlBaseParser.QuerySpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.querySpecification().- Parameters:
ctx- the parse tree
-
exitQuerySpecification
void exitQuerySpecification(SqlBaseParser.QuerySpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.querySpecification().- Parameters:
ctx- the parse tree
-
enterGroupBy
void enterGroupBy(SqlBaseParser.GroupByContext ctx)
Enter a parse tree produced bySqlBaseParser.groupBy().- Parameters:
ctx- the parse tree
-
exitGroupBy
void exitGroupBy(SqlBaseParser.GroupByContext ctx)
Exit a parse tree produced bySqlBaseParser.groupBy().- Parameters:
ctx- the parse tree
-
enterSingleGroupingSet
void enterSingleGroupingSet(SqlBaseParser.SingleGroupingSetContext ctx)
Enter a parse tree produced by thesingleGroupingSetlabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
exitSingleGroupingSet
void exitSingleGroupingSet(SqlBaseParser.SingleGroupingSetContext ctx)
Exit a parse tree produced by thesingleGroupingSetlabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
enterRollup
void enterRollup(SqlBaseParser.RollupContext ctx)
Enter a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
exitRollup
void exitRollup(SqlBaseParser.RollupContext ctx)
Exit a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
enterCube
void enterCube(SqlBaseParser.CubeContext ctx)
Enter a parse tree produced by thecubelabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
exitCube
void exitCube(SqlBaseParser.CubeContext ctx)
Exit a parse tree produced by thecubelabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
enterMultipleGroupingSets
void enterMultipleGroupingSets(SqlBaseParser.MultipleGroupingSetsContext ctx)
Enter a parse tree produced by themultipleGroupingSetslabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
exitMultipleGroupingSets
void exitMultipleGroupingSets(SqlBaseParser.MultipleGroupingSetsContext ctx)
Exit a parse tree produced by themultipleGroupingSetslabeled alternative inSqlBaseParser.groupingElement().- Parameters:
ctx- the parse tree
-
enterGroupingSet
void enterGroupingSet(SqlBaseParser.GroupingSetContext ctx)
Enter a parse tree produced bySqlBaseParser.groupingSet().- Parameters:
ctx- the parse tree
-
exitGroupingSet
void exitGroupingSet(SqlBaseParser.GroupingSetContext ctx)
Exit a parse tree produced bySqlBaseParser.groupingSet().- Parameters:
ctx- the parse tree
-
enterWindowDefinition
void enterWindowDefinition(SqlBaseParser.WindowDefinitionContext ctx)
Enter a parse tree produced bySqlBaseParser.windowDefinition().- Parameters:
ctx- the parse tree
-
exitWindowDefinition
void exitWindowDefinition(SqlBaseParser.WindowDefinitionContext ctx)
Exit a parse tree produced bySqlBaseParser.windowDefinition().- Parameters:
ctx- the parse tree
-
enterWindowSpecification
void enterWindowSpecification(SqlBaseParser.WindowSpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.windowSpecification().- Parameters:
ctx- the parse tree
-
exitWindowSpecification
void exitWindowSpecification(SqlBaseParser.WindowSpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.windowSpecification().- Parameters:
ctx- the parse tree
-
enterNamedQuery
void enterNamedQuery(SqlBaseParser.NamedQueryContext ctx)
Enter a parse tree produced bySqlBaseParser.namedQuery().- Parameters:
ctx- the parse tree
-
exitNamedQuery
void exitNamedQuery(SqlBaseParser.NamedQueryContext ctx)
Exit a parse tree produced bySqlBaseParser.namedQuery().- Parameters:
ctx- the parse tree
-
enterSetQuantifier
void enterSetQuantifier(SqlBaseParser.SetQuantifierContext ctx)
Enter a parse tree produced bySqlBaseParser.setQuantifier().- Parameters:
ctx- the parse tree
-
exitSetQuantifier
void exitSetQuantifier(SqlBaseParser.SetQuantifierContext ctx)
Exit a parse tree produced bySqlBaseParser.setQuantifier().- Parameters:
ctx- the parse tree
-
enterSelectSingle
void enterSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Enter a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().- Parameters:
ctx- the parse tree
-
exitSelectSingle
void exitSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Exit a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().- Parameters:
ctx- the parse tree
-
enterSelectAll
void enterSelectAll(SqlBaseParser.SelectAllContext ctx)
Enter a parse tree produced by theselectAlllabeled alternative inSqlBaseParser.selectItem().- Parameters:
ctx- the parse tree
-
exitSelectAll
void exitSelectAll(SqlBaseParser.SelectAllContext ctx)
Exit a parse tree produced by theselectAlllabeled alternative inSqlBaseParser.selectItem().- Parameters:
ctx- the parse tree
-
enterRelationDefault
void enterRelationDefault(SqlBaseParser.RelationDefaultContext ctx)
Enter a parse tree produced by therelationDefaultlabeled alternative inSqlBaseParser.relation().- Parameters:
ctx- the parse tree
-
exitRelationDefault
void exitRelationDefault(SqlBaseParser.RelationDefaultContext ctx)
Exit a parse tree produced by therelationDefaultlabeled alternative inSqlBaseParser.relation().- Parameters:
ctx- the parse tree
-
enterJoinRelation
void enterJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Enter a parse tree produced by thejoinRelationlabeled alternative inSqlBaseParser.relation().- Parameters:
ctx- the parse tree
-
exitJoinRelation
void exitJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Exit a parse tree produced by thejoinRelationlabeled alternative inSqlBaseParser.relation().- Parameters:
ctx- the parse tree
-
enterJoinType
void enterJoinType(SqlBaseParser.JoinTypeContext ctx)
Enter a parse tree produced bySqlBaseParser.joinType().- Parameters:
ctx- the parse tree
-
exitJoinType
void exitJoinType(SqlBaseParser.JoinTypeContext ctx)
Exit a parse tree produced bySqlBaseParser.joinType().- Parameters:
ctx- the parse tree
-
enterJoinCriteria
void enterJoinCriteria(SqlBaseParser.JoinCriteriaContext ctx)
Enter a parse tree produced bySqlBaseParser.joinCriteria().- Parameters:
ctx- the parse tree
-
exitJoinCriteria
void exitJoinCriteria(SqlBaseParser.JoinCriteriaContext ctx)
Exit a parse tree produced bySqlBaseParser.joinCriteria().- Parameters:
ctx- the parse tree
-
enterSampledRelation
void enterSampledRelation(SqlBaseParser.SampledRelationContext ctx)
Enter a parse tree produced bySqlBaseParser.sampledRelation().- Parameters:
ctx- the parse tree
-
exitSampledRelation
void exitSampledRelation(SqlBaseParser.SampledRelationContext ctx)
Exit a parse tree produced bySqlBaseParser.sampledRelation().- Parameters:
ctx- the parse tree
-
enterSampleType
void enterSampleType(SqlBaseParser.SampleTypeContext ctx)
Enter a parse tree produced bySqlBaseParser.sampleType().- Parameters:
ctx- the parse tree
-
exitSampleType
void exitSampleType(SqlBaseParser.SampleTypeContext ctx)
Exit a parse tree produced bySqlBaseParser.sampleType().- Parameters:
ctx- the parse tree
-
enterAliasedRelation
void enterAliasedRelation(SqlBaseParser.AliasedRelationContext ctx)
Enter a parse tree produced bySqlBaseParser.aliasedRelation().- Parameters:
ctx- the parse tree
-
exitAliasedRelation
void exitAliasedRelation(SqlBaseParser.AliasedRelationContext ctx)
Exit a parse tree produced bySqlBaseParser.aliasedRelation().- Parameters:
ctx- the parse tree
-
enterColumnAliases
void enterColumnAliases(SqlBaseParser.ColumnAliasesContext ctx)
Enter a parse tree produced bySqlBaseParser.columnAliases().- Parameters:
ctx- the parse tree
-
exitColumnAliases
void exitColumnAliases(SqlBaseParser.ColumnAliasesContext ctx)
Exit a parse tree produced bySqlBaseParser.columnAliases().- Parameters:
ctx- the parse tree
-
enterTableName
void enterTableName(SqlBaseParser.TableNameContext ctx)
Enter a parse tree produced by thetableNamelabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
exitTableName
void exitTableName(SqlBaseParser.TableNameContext ctx)
Exit a parse tree produced by thetableNamelabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
enterSubqueryRelation
void enterSubqueryRelation(SqlBaseParser.SubqueryRelationContext ctx)
Enter a parse tree produced by thesubqueryRelationlabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
exitSubqueryRelation
void exitSubqueryRelation(SqlBaseParser.SubqueryRelationContext ctx)
Exit a parse tree produced by thesubqueryRelationlabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
enterUnnest
void enterUnnest(SqlBaseParser.UnnestContext ctx)
Enter a parse tree produced by theunnestlabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
exitUnnest
void exitUnnest(SqlBaseParser.UnnestContext ctx)
Exit a parse tree produced by theunnestlabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
enterLateral
void enterLateral(SqlBaseParser.LateralContext ctx)
Enter a parse tree produced by thelaterallabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
exitLateral
void exitLateral(SqlBaseParser.LateralContext ctx)
Exit a parse tree produced by thelaterallabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
enterParenthesizedRelation
void enterParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Enter a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
exitParenthesizedRelation
void exitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Exit a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().- Parameters:
ctx- the parse tree
-
enterExpression
void enterExpression(SqlBaseParser.ExpressionContext ctx)
Enter a parse tree produced bySqlBaseParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
void exitExpression(SqlBaseParser.ExpressionContext ctx)
Exit a parse tree produced bySqlBaseParser.expression().- Parameters:
ctx- the parse tree
-
enterLogicalNot
void enterLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Enter a parse tree produced by thelogicalNotlabeled alternative inSqlBaseParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitLogicalNot
void exitLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Exit a parse tree produced by thelogicalNotlabeled alternative inSqlBaseParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterPredicated
void enterPredicated(SqlBaseParser.PredicatedContext ctx)
Enter a parse tree produced by thepredicatedlabeled alternative inSqlBaseParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitPredicated
void exitPredicated(SqlBaseParser.PredicatedContext ctx)
Exit a parse tree produced by thepredicatedlabeled alternative inSqlBaseParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterLogicalBinary
void enterLogicalBinary(SqlBaseParser.LogicalBinaryContext ctx)
Enter a parse tree produced by thelogicalBinarylabeled alternative inSqlBaseParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitLogicalBinary
void exitLogicalBinary(SqlBaseParser.LogicalBinaryContext ctx)
Exit a parse tree produced by thelogicalBinarylabeled alternative inSqlBaseParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterComparison
void enterComparison(SqlBaseParser.ComparisonContext ctx)
Enter a parse tree produced by thecomparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitComparison
void exitComparison(SqlBaseParser.ComparisonContext ctx)
Exit a parse tree produced by thecomparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterQuantifiedComparison
void enterQuantifiedComparison(SqlBaseParser.QuantifiedComparisonContext ctx)
Enter a parse tree produced by thequantifiedComparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitQuantifiedComparison
void exitQuantifiedComparison(SqlBaseParser.QuantifiedComparisonContext ctx)
Exit a parse tree produced by thequantifiedComparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterBetween
void enterBetween(SqlBaseParser.BetweenContext ctx)
Enter a parse tree produced by thebetweenlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitBetween
void exitBetween(SqlBaseParser.BetweenContext ctx)
Exit a parse tree produced by thebetweenlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterInList
void enterInList(SqlBaseParser.InListContext ctx)
Enter a parse tree produced by theinListlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitInList
void exitInList(SqlBaseParser.InListContext ctx)
Exit a parse tree produced by theinListlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterInSubquery
void enterInSubquery(SqlBaseParser.InSubqueryContext ctx)
Enter a parse tree produced by theinSubquerylabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitInSubquery
void exitInSubquery(SqlBaseParser.InSubqueryContext ctx)
Exit a parse tree produced by theinSubquerylabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterLike
void enterLike(SqlBaseParser.LikeContext ctx)
Enter a parse tree produced by thelikelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitLike
void exitLike(SqlBaseParser.LikeContext ctx)
Exit a parse tree produced by thelikelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterNullPredicate
void enterNullPredicate(SqlBaseParser.NullPredicateContext ctx)
Enter a parse tree produced by thenullPredicatelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitNullPredicate
void exitNullPredicate(SqlBaseParser.NullPredicateContext ctx)
Exit a parse tree produced by thenullPredicatelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterDistinctFrom
void enterDistinctFrom(SqlBaseParser.DistinctFromContext ctx)
Enter a parse tree produced by thedistinctFromlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
exitDistinctFrom
void exitDistinctFrom(SqlBaseParser.DistinctFromContext ctx)
Exit a parse tree produced by thedistinctFromlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).- Parameters:
ctx- the parse tree
-
enterValueExpressionDefault
void enterValueExpressionDefault(SqlBaseParser.ValueExpressionDefaultContext ctx)
Enter a parse tree produced by thevalueExpressionDefaultlabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitValueExpressionDefault
void exitValueExpressionDefault(SqlBaseParser.ValueExpressionDefaultContext ctx)
Exit a parse tree produced by thevalueExpressionDefaultlabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterConcatenation
void enterConcatenation(SqlBaseParser.ConcatenationContext ctx)
Enter a parse tree produced by theconcatenationlabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitConcatenation
void exitConcatenation(SqlBaseParser.ConcatenationContext ctx)
Exit a parse tree produced by theconcatenationlabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterArithmeticBinary
void enterArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Enter a parse tree produced by thearithmeticBinarylabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitArithmeticBinary
void exitArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Exit a parse tree produced by thearithmeticBinarylabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterArithmeticUnary
void enterArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)
Enter a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitArithmeticUnary
void exitArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)
Exit a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterAtTimeZone
void enterAtTimeZone(SqlBaseParser.AtTimeZoneContext ctx)
Enter a parse tree produced by theatTimeZonelabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitAtTimeZone
void exitAtTimeZone(SqlBaseParser.AtTimeZoneContext ctx)
Exit a parse tree produced by theatTimeZonelabeled alternative inSqlBaseParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterDereference
void enterDereference(SqlBaseParser.DereferenceContext ctx)
Enter a parse tree produced by thedereferencelabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitDereference
void exitDereference(SqlBaseParser.DereferenceContext ctx)
Exit a parse tree produced by thedereferencelabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterTypeConstructor
void enterTypeConstructor(SqlBaseParser.TypeConstructorContext ctx)
Enter a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitTypeConstructor
void exitTypeConstructor(SqlBaseParser.TypeConstructorContext ctx)
Exit a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterSpecialDateTimeFunction
void enterSpecialDateTimeFunction(SqlBaseParser.SpecialDateTimeFunctionContext ctx)
Enter a parse tree produced by thespecialDateTimeFunctionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitSpecialDateTimeFunction
void exitSpecialDateTimeFunction(SqlBaseParser.SpecialDateTimeFunctionContext ctx)
Exit a parse tree produced by thespecialDateTimeFunctionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterSubstring
void enterSubstring(SqlBaseParser.SubstringContext ctx)
Enter a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitSubstring
void exitSubstring(SqlBaseParser.SubstringContext ctx)
Exit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterCast
void enterCast(SqlBaseParser.CastContext ctx)
Enter a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitCast
void exitCast(SqlBaseParser.CastContext ctx)
Exit a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterLambda
void enterLambda(SqlBaseParser.LambdaContext ctx)
Enter a parse tree produced by thelambdalabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitLambda
void exitLambda(SqlBaseParser.LambdaContext ctx)
Exit a parse tree produced by thelambdalabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
void enterParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
void exitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterParameter
void enterParameter(SqlBaseParser.ParameterContext ctx)
Enter a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitParameter
void exitParameter(SqlBaseParser.ParameterContext ctx)
Exit a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterNormalize
void enterNormalize(SqlBaseParser.NormalizeContext ctx)
Enter a parse tree produced by thenormalizelabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitNormalize
void exitNormalize(SqlBaseParser.NormalizeContext ctx)
Exit a parse tree produced by thenormalizelabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterIntervalLiteral
void enterIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx)
Enter a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitIntervalLiteral
void exitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx)
Exit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterNumericLiteral
void enterNumericLiteral(SqlBaseParser.NumericLiteralContext ctx)
Enter a parse tree produced by thenumericLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitNumericLiteral
void exitNumericLiteral(SqlBaseParser.NumericLiteralContext ctx)
Exit a parse tree produced by thenumericLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
void enterBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx)
Enter a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
void exitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx)
Exit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterSimpleCase
void enterSimpleCase(SqlBaseParser.SimpleCaseContext ctx)
Enter a parse tree produced by thesimpleCaselabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitSimpleCase
void exitSimpleCase(SqlBaseParser.SimpleCaseContext ctx)
Exit a parse tree produced by thesimpleCaselabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterColumnReference
void enterColumnReference(SqlBaseParser.ColumnReferenceContext ctx)
Enter a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitColumnReference
void exitColumnReference(SqlBaseParser.ColumnReferenceContext ctx)
Exit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterNullLiteral
void enterNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Enter a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitNullLiteral
void exitNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Exit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterRowConstructor
void enterRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Enter a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitRowConstructor
void exitRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Exit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterSubscript
void enterSubscript(SqlBaseParser.SubscriptContext ctx)
Enter a parse tree produced by thesubscriptlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitSubscript
void exitSubscript(SqlBaseParser.SubscriptContext ctx)
Exit a parse tree produced by thesubscriptlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterCurrentPath
void enterCurrentPath(SqlBaseParser.CurrentPathContext ctx)
Enter a parse tree produced by thecurrentPathlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitCurrentPath
void exitCurrentPath(SqlBaseParser.CurrentPathContext ctx)
Exit a parse tree produced by thecurrentPathlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterSubqueryExpression
void enterSubqueryExpression(SqlBaseParser.SubqueryExpressionContext ctx)
Enter a parse tree produced by thesubqueryExpressionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitSubqueryExpression
void exitSubqueryExpression(SqlBaseParser.SubqueryExpressionContext ctx)
Exit a parse tree produced by thesubqueryExpressionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterBinaryLiteral
void enterBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Enter a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitBinaryLiteral
void exitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Exit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterCurrentUser
void enterCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Enter a parse tree produced by thecurrentUserlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitCurrentUser
void exitCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Exit a parse tree produced by thecurrentUserlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterExtract
void enterExtract(SqlBaseParser.ExtractContext ctx)
Enter a parse tree produced by theextractlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitExtract
void exitExtract(SqlBaseParser.ExtractContext ctx)
Exit a parse tree produced by theextractlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterStringLiteral
void enterStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Enter a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitStringLiteral
void exitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Exit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterArrayConstructor
void enterArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx)
Enter a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitArrayConstructor
void exitArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx)
Exit a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterFunctionCall
void enterFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Enter a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitFunctionCall
void exitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Exit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterExists
void enterExists(SqlBaseParser.ExistsContext ctx)
Enter a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitExists
void exitExists(SqlBaseParser.ExistsContext ctx)
Exit a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterPosition
void enterPosition(SqlBaseParser.PositionContext ctx)
Enter a parse tree produced by thepositionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitPosition
void exitPosition(SqlBaseParser.PositionContext ctx)
Exit a parse tree produced by thepositionlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterSearchedCase
void enterSearchedCase(SqlBaseParser.SearchedCaseContext ctx)
Enter a parse tree produced by thesearchedCaselabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitSearchedCase
void exitSearchedCase(SqlBaseParser.SearchedCaseContext ctx)
Exit a parse tree produced by thesearchedCaselabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterGroupingOperation
void enterGroupingOperation(SqlBaseParser.GroupingOperationContext ctx)
Enter a parse tree produced by thegroupingOperationlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
exitGroupingOperation
void exitGroupingOperation(SqlBaseParser.GroupingOperationContext ctx)
Exit a parse tree produced by thegroupingOperationlabeled alternative inSqlBaseParser.primaryExpression().- Parameters:
ctx- the parse tree
-
enterNullTreatment
void enterNullTreatment(SqlBaseParser.NullTreatmentContext ctx)
Enter a parse tree produced bySqlBaseParser.nullTreatment().- Parameters:
ctx- the parse tree
-
exitNullTreatment
void exitNullTreatment(SqlBaseParser.NullTreatmentContext ctx)
Exit a parse tree produced bySqlBaseParser.nullTreatment().- Parameters:
ctx- the parse tree
-
enterBasicStringLiteral
void enterBasicStringLiteral(SqlBaseParser.BasicStringLiteralContext ctx)
Enter a parse tree produced by thebasicStringLiterallabeled alternative inSqlBaseParser.string().- Parameters:
ctx- the parse tree
-
exitBasicStringLiteral
void exitBasicStringLiteral(SqlBaseParser.BasicStringLiteralContext ctx)
Exit a parse tree produced by thebasicStringLiterallabeled alternative inSqlBaseParser.string().- Parameters:
ctx- the parse tree
-
enterUnicodeStringLiteral
void enterUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Enter a parse tree produced by theunicodeStringLiterallabeled alternative inSqlBaseParser.string().- Parameters:
ctx- the parse tree
-
exitUnicodeStringLiteral
void exitUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Exit a parse tree produced by theunicodeStringLiterallabeled alternative inSqlBaseParser.string().- Parameters:
ctx- the parse tree
-
enterTimeZoneInterval
void enterTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Enter a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().- Parameters:
ctx- the parse tree
-
exitTimeZoneInterval
void exitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Exit a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().- Parameters:
ctx- the parse tree
-
enterTimeZoneString
void enterTimeZoneString(SqlBaseParser.TimeZoneStringContext ctx)
Enter a parse tree produced by thetimeZoneStringlabeled alternative inSqlBaseParser.timeZoneSpecifier().- Parameters:
ctx- the parse tree
-
exitTimeZoneString
void exitTimeZoneString(SqlBaseParser.TimeZoneStringContext ctx)
Exit a parse tree produced by thetimeZoneStringlabeled alternative inSqlBaseParser.timeZoneSpecifier().- Parameters:
ctx- the parse tree
-
enterComparisonOperator
void enterComparisonOperator(SqlBaseParser.ComparisonOperatorContext ctx)
Enter a parse tree produced bySqlBaseParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
exitComparisonOperator
void exitComparisonOperator(SqlBaseParser.ComparisonOperatorContext ctx)
Exit a parse tree produced bySqlBaseParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
enterComparisonQuantifier
void enterComparisonQuantifier(SqlBaseParser.ComparisonQuantifierContext ctx)
Enter a parse tree produced bySqlBaseParser.comparisonQuantifier().- Parameters:
ctx- the parse tree
-
exitComparisonQuantifier
void exitComparisonQuantifier(SqlBaseParser.ComparisonQuantifierContext ctx)
Exit a parse tree produced bySqlBaseParser.comparisonQuantifier().- Parameters:
ctx- the parse tree
-
enterBooleanValue
void enterBooleanValue(SqlBaseParser.BooleanValueContext ctx)
Enter a parse tree produced bySqlBaseParser.booleanValue().- Parameters:
ctx- the parse tree
-
exitBooleanValue
void exitBooleanValue(SqlBaseParser.BooleanValueContext ctx)
Exit a parse tree produced bySqlBaseParser.booleanValue().- Parameters:
ctx- the parse tree
-
enterInterval
void enterInterval(SqlBaseParser.IntervalContext ctx)
Enter a parse tree produced bySqlBaseParser.interval().- Parameters:
ctx- the parse tree
-
exitInterval
void exitInterval(SqlBaseParser.IntervalContext ctx)
Exit a parse tree produced bySqlBaseParser.interval().- Parameters:
ctx- the parse tree
-
enterIntervalField
void enterIntervalField(SqlBaseParser.IntervalFieldContext ctx)
Enter a parse tree produced bySqlBaseParser.intervalField().- Parameters:
ctx- the parse tree
-
exitIntervalField
void exitIntervalField(SqlBaseParser.IntervalFieldContext ctx)
Exit a parse tree produced bySqlBaseParser.intervalField().- Parameters:
ctx- the parse tree
-
enterNormalForm
void enterNormalForm(SqlBaseParser.NormalFormContext ctx)
Enter a parse tree produced bySqlBaseParser.normalForm().- Parameters:
ctx- the parse tree
-
exitNormalForm
void exitNormalForm(SqlBaseParser.NormalFormContext ctx)
Exit a parse tree produced bySqlBaseParser.normalForm().- Parameters:
ctx- the parse tree
-
enterRowType
void enterRowType(SqlBaseParser.RowTypeContext ctx)
Enter a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitRowType
void exitRowType(SqlBaseParser.RowTypeContext ctx)
Exit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterIntervalType
void enterIntervalType(SqlBaseParser.IntervalTypeContext ctx)
Enter a parse tree produced by theintervalTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitIntervalType
void exitIntervalType(SqlBaseParser.IntervalTypeContext ctx)
Exit a parse tree produced by theintervalTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterArrayType
void enterArrayType(SqlBaseParser.ArrayTypeContext ctx)
Enter a parse tree produced by thearrayTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitArrayType
void exitArrayType(SqlBaseParser.ArrayTypeContext ctx)
Exit a parse tree produced by thearrayTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterDoublePrecisionType
void enterDoublePrecisionType(SqlBaseParser.DoublePrecisionTypeContext ctx)
Enter a parse tree produced by thedoublePrecisionTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitDoublePrecisionType
void exitDoublePrecisionType(SqlBaseParser.DoublePrecisionTypeContext ctx)
Exit a parse tree produced by thedoublePrecisionTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterLegacyArrayType
void enterLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)
Enter a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitLegacyArrayType
void exitLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)
Exit a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterGenericType
void enterGenericType(SqlBaseParser.GenericTypeContext ctx)
Enter a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitGenericType
void exitGenericType(SqlBaseParser.GenericTypeContext ctx)
Exit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterDateTimeType
void enterDateTimeType(SqlBaseParser.DateTimeTypeContext ctx)
Enter a parse tree produced by thedateTimeTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitDateTimeType
void exitDateTimeType(SqlBaseParser.DateTimeTypeContext ctx)
Exit a parse tree produced by thedateTimeTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterLegacyMapType
void enterLegacyMapType(SqlBaseParser.LegacyMapTypeContext ctx)
Enter a parse tree produced by thelegacyMapTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
exitLegacyMapType
void exitLegacyMapType(SqlBaseParser.LegacyMapTypeContext ctx)
Exit a parse tree produced by thelegacyMapTypelabeled alternative inSqlBaseParser.type().- Parameters:
ctx- the parse tree
-
enterRowField
void enterRowField(SqlBaseParser.RowFieldContext ctx)
Enter a parse tree produced bySqlBaseParser.rowField().- Parameters:
ctx- the parse tree
-
exitRowField
void exitRowField(SqlBaseParser.RowFieldContext ctx)
Exit a parse tree produced bySqlBaseParser.rowField().- Parameters:
ctx- the parse tree
-
enterTypeParameter
void enterTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Enter a parse tree produced bySqlBaseParser.typeParameter().- Parameters:
ctx- the parse tree
-
exitTypeParameter
void exitTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Exit a parse tree produced bySqlBaseParser.typeParameter().- Parameters:
ctx- the parse tree
-
enterWhenClause
void enterWhenClause(SqlBaseParser.WhenClauseContext ctx)
Enter a parse tree produced bySqlBaseParser.whenClause().- Parameters:
ctx- the parse tree
-
exitWhenClause
void exitWhenClause(SqlBaseParser.WhenClauseContext ctx)
Exit a parse tree produced bySqlBaseParser.whenClause().- Parameters:
ctx- the parse tree
-
enterFilter
void enterFilter(SqlBaseParser.FilterContext ctx)
Enter a parse tree produced bySqlBaseParser.filter().- Parameters:
ctx- the parse tree
-
exitFilter
void exitFilter(SqlBaseParser.FilterContext ctx)
Exit a parse tree produced bySqlBaseParser.filter().- Parameters:
ctx- the parse tree
-
enterMergeUpdate
void enterMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)
Enter a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().- Parameters:
ctx- the parse tree
-
exitMergeUpdate
void exitMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)
Exit a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().- Parameters:
ctx- the parse tree
-
enterMergeDelete
void enterMergeDelete(SqlBaseParser.MergeDeleteContext ctx)
Enter a parse tree produced by themergeDeletelabeled alternative inSqlBaseParser.mergeCase().- Parameters:
ctx- the parse tree
-
exitMergeDelete
void exitMergeDelete(SqlBaseParser.MergeDeleteContext ctx)
Exit a parse tree produced by themergeDeletelabeled alternative inSqlBaseParser.mergeCase().- Parameters:
ctx- the parse tree
-
enterMergeInsert
void enterMergeInsert(SqlBaseParser.MergeInsertContext ctx)
Enter a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().- Parameters:
ctx- the parse tree
-
exitMergeInsert
void exitMergeInsert(SqlBaseParser.MergeInsertContext ctx)
Exit a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().- Parameters:
ctx- the parse tree
-
enterOver
void enterOver(SqlBaseParser.OverContext ctx)
Enter a parse tree produced bySqlBaseParser.over().- Parameters:
ctx- the parse tree
-
exitOver
void exitOver(SqlBaseParser.OverContext ctx)
Exit a parse tree produced bySqlBaseParser.over().- Parameters:
ctx- the parse tree
-
enterWindowFrame
void enterWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Enter a parse tree produced bySqlBaseParser.windowFrame().- Parameters:
ctx- the parse tree
-
exitWindowFrame
void exitWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Exit a parse tree produced bySqlBaseParser.windowFrame().- Parameters:
ctx- the parse tree
-
enterUnboundedFrame
void enterUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)
Enter a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().- Parameters:
ctx- the parse tree
-
exitUnboundedFrame
void exitUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)
Exit a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().- Parameters:
ctx- the parse tree
-
enterCurrentRowBound
void enterCurrentRowBound(SqlBaseParser.CurrentRowBoundContext ctx)
Enter a parse tree produced by thecurrentRowBoundlabeled alternative inSqlBaseParser.frameBound().- Parameters:
ctx- the parse tree
-
exitCurrentRowBound
void exitCurrentRowBound(SqlBaseParser.CurrentRowBoundContext ctx)
Exit a parse tree produced by thecurrentRowBoundlabeled alternative inSqlBaseParser.frameBound().- Parameters:
ctx- the parse tree
-
enterBoundedFrame
void enterBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Enter a parse tree produced by theboundedFramelabeled alternative inSqlBaseParser.frameBound().- Parameters:
ctx- the parse tree
-
exitBoundedFrame
void exitBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Exit a parse tree produced by theboundedFramelabeled alternative inSqlBaseParser.frameBound().- Parameters:
ctx- the parse tree
-
enterUpdateAssignment
void enterUpdateAssignment(SqlBaseParser.UpdateAssignmentContext ctx)
Enter a parse tree produced bySqlBaseParser.updateAssignment().- Parameters:
ctx- the parse tree
-
exitUpdateAssignment
void exitUpdateAssignment(SqlBaseParser.UpdateAssignmentContext ctx)
Exit a parse tree produced bySqlBaseParser.updateAssignment().- Parameters:
ctx- the parse tree
-
enterExplainFormat
void enterExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Enter a parse tree produced by theexplainFormatlabeled alternative inSqlBaseParser.explainOption().- Parameters:
ctx- the parse tree
-
exitExplainFormat
void exitExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Exit a parse tree produced by theexplainFormatlabeled alternative inSqlBaseParser.explainOption().- Parameters:
ctx- the parse tree
-
enterExplainType
void enterExplainType(SqlBaseParser.ExplainTypeContext ctx)
Enter a parse tree produced by theexplainTypelabeled alternative inSqlBaseParser.explainOption().- Parameters:
ctx- the parse tree
-
exitExplainType
void exitExplainType(SqlBaseParser.ExplainTypeContext ctx)
Exit a parse tree produced by theexplainTypelabeled alternative inSqlBaseParser.explainOption().- Parameters:
ctx- the parse tree
-
enterIsolationLevel
void enterIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Enter a parse tree produced by theisolationLevellabeled alternative inSqlBaseParser.transactionMode().- Parameters:
ctx- the parse tree
-
exitIsolationLevel
void exitIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Exit a parse tree produced by theisolationLevellabeled alternative inSqlBaseParser.transactionMode().- Parameters:
ctx- the parse tree
-
enterTransactionAccessMode
void enterTransactionAccessMode(SqlBaseParser.TransactionAccessModeContext ctx)
Enter a parse tree produced by thetransactionAccessModelabeled alternative inSqlBaseParser.transactionMode().- Parameters:
ctx- the parse tree
-
exitTransactionAccessMode
void exitTransactionAccessMode(SqlBaseParser.TransactionAccessModeContext ctx)
Exit a parse tree produced by thetransactionAccessModelabeled alternative inSqlBaseParser.transactionMode().- Parameters:
ctx- the parse tree
-
enterReadUncommitted
void enterReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Enter a parse tree produced by thereadUncommittedlabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
exitReadUncommitted
void exitReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Exit a parse tree produced by thereadUncommittedlabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
enterReadCommitted
void enterReadCommitted(SqlBaseParser.ReadCommittedContext ctx)
Enter a parse tree produced by thereadCommittedlabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
exitReadCommitted
void exitReadCommitted(SqlBaseParser.ReadCommittedContext ctx)
Exit a parse tree produced by thereadCommittedlabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
enterRepeatableRead
void enterRepeatableRead(SqlBaseParser.RepeatableReadContext ctx)
Enter a parse tree produced by therepeatableReadlabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
exitRepeatableRead
void exitRepeatableRead(SqlBaseParser.RepeatableReadContext ctx)
Exit a parse tree produced by therepeatableReadlabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
enterSerializable
void enterSerializable(SqlBaseParser.SerializableContext ctx)
Enter a parse tree produced by theserializablelabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
exitSerializable
void exitSerializable(SqlBaseParser.SerializableContext ctx)
Exit a parse tree produced by theserializablelabeled alternative inSqlBaseParser.levelOfIsolation().- Parameters:
ctx- the parse tree
-
enterPositionalArgument
void enterPositionalArgument(SqlBaseParser.PositionalArgumentContext ctx)
Enter a parse tree produced by thepositionalArgumentlabeled alternative inSqlBaseParser.callArgument().- Parameters:
ctx- the parse tree
-
exitPositionalArgument
void exitPositionalArgument(SqlBaseParser.PositionalArgumentContext ctx)
Exit a parse tree produced by thepositionalArgumentlabeled alternative inSqlBaseParser.callArgument().- Parameters:
ctx- the parse tree
-
enterNamedArgument
void enterNamedArgument(SqlBaseParser.NamedArgumentContext ctx)
Enter a parse tree produced by thenamedArgumentlabeled alternative inSqlBaseParser.callArgument().- Parameters:
ctx- the parse tree
-
exitNamedArgument
void exitNamedArgument(SqlBaseParser.NamedArgumentContext ctx)
Exit a parse tree produced by thenamedArgumentlabeled alternative inSqlBaseParser.callArgument().- Parameters:
ctx- the parse tree
-
enterQualifiedArgument
void enterQualifiedArgument(SqlBaseParser.QualifiedArgumentContext ctx)
Enter a parse tree produced by thequalifiedArgumentlabeled alternative inSqlBaseParser.pathElement().- Parameters:
ctx- the parse tree
-
exitQualifiedArgument
void exitQualifiedArgument(SqlBaseParser.QualifiedArgumentContext ctx)
Exit a parse tree produced by thequalifiedArgumentlabeled alternative inSqlBaseParser.pathElement().- Parameters:
ctx- the parse tree
-
enterUnqualifiedArgument
void enterUnqualifiedArgument(SqlBaseParser.UnqualifiedArgumentContext ctx)
Enter a parse tree produced by theunqualifiedArgumentlabeled alternative inSqlBaseParser.pathElement().- Parameters:
ctx- the parse tree
-
exitUnqualifiedArgument
void exitUnqualifiedArgument(SqlBaseParser.UnqualifiedArgumentContext ctx)
Exit a parse tree produced by theunqualifiedArgumentlabeled alternative inSqlBaseParser.pathElement().- Parameters:
ctx- the parse tree
-
enterPathSpecification
void enterPathSpecification(SqlBaseParser.PathSpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.pathSpecification().- Parameters:
ctx- the parse tree
-
exitPathSpecification
void exitPathSpecification(SqlBaseParser.PathSpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.pathSpecification().- Parameters:
ctx- the parse tree
-
enterPrivilege
void enterPrivilege(SqlBaseParser.PrivilegeContext ctx)
Enter a parse tree produced bySqlBaseParser.privilege().- Parameters:
ctx- the parse tree
-
exitPrivilege
void exitPrivilege(SqlBaseParser.PrivilegeContext ctx)
Exit a parse tree produced bySqlBaseParser.privilege().- Parameters:
ctx- the parse tree
-
enterQualifiedName
void enterQualifiedName(SqlBaseParser.QualifiedNameContext ctx)
Enter a parse tree produced bySqlBaseParser.qualifiedName().- Parameters:
ctx- the parse tree
-
exitQualifiedName
void exitQualifiedName(SqlBaseParser.QualifiedNameContext ctx)
Exit a parse tree produced bySqlBaseParser.qualifiedName().- Parameters:
ctx- the parse tree
-
enterSpecifiedPrincipal
void enterSpecifiedPrincipal(SqlBaseParser.SpecifiedPrincipalContext ctx)
Enter a parse tree produced by thespecifiedPrincipallabeled alternative inSqlBaseParser.grantor().- Parameters:
ctx- the parse tree
-
exitSpecifiedPrincipal
void exitSpecifiedPrincipal(SqlBaseParser.SpecifiedPrincipalContext ctx)
Exit a parse tree produced by thespecifiedPrincipallabeled alternative inSqlBaseParser.grantor().- Parameters:
ctx- the parse tree
-
enterCurrentUserGrantor
void enterCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Enter a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().- Parameters:
ctx- the parse tree
-
exitCurrentUserGrantor
void exitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Exit a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().- Parameters:
ctx- the parse tree
-
enterCurrentRoleGrantor
void enterCurrentRoleGrantor(SqlBaseParser.CurrentRoleGrantorContext ctx)
Enter a parse tree produced by thecurrentRoleGrantorlabeled alternative inSqlBaseParser.grantor().- Parameters:
ctx- the parse tree
-
exitCurrentRoleGrantor
void exitCurrentRoleGrantor(SqlBaseParser.CurrentRoleGrantorContext ctx)
Exit a parse tree produced by thecurrentRoleGrantorlabeled alternative inSqlBaseParser.grantor().- Parameters:
ctx- the parse tree
-
enterUnspecifiedPrincipal
void enterUnspecifiedPrincipal(SqlBaseParser.UnspecifiedPrincipalContext ctx)
Enter a parse tree produced by theunspecifiedPrincipallabeled alternative inSqlBaseParser.principal().- Parameters:
ctx- the parse tree
-
exitUnspecifiedPrincipal
void exitUnspecifiedPrincipal(SqlBaseParser.UnspecifiedPrincipalContext ctx)
Exit a parse tree produced by theunspecifiedPrincipallabeled alternative inSqlBaseParser.principal().- Parameters:
ctx- the parse tree
-
enterUserPrincipal
void enterUserPrincipal(SqlBaseParser.UserPrincipalContext ctx)
Enter a parse tree produced by theuserPrincipallabeled alternative inSqlBaseParser.principal().- Parameters:
ctx- the parse tree
-
exitUserPrincipal
void exitUserPrincipal(SqlBaseParser.UserPrincipalContext ctx)
Exit a parse tree produced by theuserPrincipallabeled alternative inSqlBaseParser.principal().- Parameters:
ctx- the parse tree
-
enterRolePrincipal
void enterRolePrincipal(SqlBaseParser.RolePrincipalContext ctx)
Enter a parse tree produced by therolePrincipallabeled alternative inSqlBaseParser.principal().- Parameters:
ctx- the parse tree
-
exitRolePrincipal
void exitRolePrincipal(SqlBaseParser.RolePrincipalContext ctx)
Exit a parse tree produced by therolePrincipallabeled alternative inSqlBaseParser.principal().- Parameters:
ctx- the parse tree
-
enterRoles
void enterRoles(SqlBaseParser.RolesContext ctx)
Enter a parse tree produced bySqlBaseParser.roles().- Parameters:
ctx- the parse tree
-
exitRoles
void exitRoles(SqlBaseParser.RolesContext ctx)
Exit a parse tree produced bySqlBaseParser.roles().- Parameters:
ctx- the parse tree
-
enterUnquotedIdentifier
void enterUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx)
Enter a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
exitUnquotedIdentifier
void exitUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx)
Exit a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
enterQuotedIdentifier
void enterQuotedIdentifier(SqlBaseParser.QuotedIdentifierContext ctx)
Enter a parse tree produced by thequotedIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
exitQuotedIdentifier
void exitQuotedIdentifier(SqlBaseParser.QuotedIdentifierContext ctx)
Exit a parse tree produced by thequotedIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
enterBackQuotedIdentifier
void enterBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Enter a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
exitBackQuotedIdentifier
void exitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Exit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
enterDigitIdentifier
void enterDigitIdentifier(SqlBaseParser.DigitIdentifierContext ctx)
Enter a parse tree produced by thedigitIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
exitDigitIdentifier
void exitDigitIdentifier(SqlBaseParser.DigitIdentifierContext ctx)
Exit a parse tree produced by thedigitIdentifierlabeled alternative inSqlBaseParser.identifier().- Parameters:
ctx- the parse tree
-
enterDecimalLiteral
void enterDecimalLiteral(SqlBaseParser.DecimalLiteralContext ctx)
Enter a parse tree produced by thedecimalLiterallabeled alternative inSqlBaseParser.number().- Parameters:
ctx- the parse tree
-
exitDecimalLiteral
void exitDecimalLiteral(SqlBaseParser.DecimalLiteralContext ctx)
Exit a parse tree produced by thedecimalLiterallabeled alternative inSqlBaseParser.number().- Parameters:
ctx- the parse tree
-
enterDoubleLiteral
void enterDoubleLiteral(SqlBaseParser.DoubleLiteralContext ctx)
Enter a parse tree produced by thedoubleLiterallabeled alternative inSqlBaseParser.number().- Parameters:
ctx- the parse tree
-
exitDoubleLiteral
void exitDoubleLiteral(SqlBaseParser.DoubleLiteralContext ctx)
Exit a parse tree produced by thedoubleLiterallabeled alternative inSqlBaseParser.number().- Parameters:
ctx- the parse tree
-
enterIntegerLiteral
void enterIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Enter a parse tree produced by theintegerLiterallabeled alternative inSqlBaseParser.number().- Parameters:
ctx- the parse tree
-
exitIntegerLiteral
void exitIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Exit a parse tree produced by theintegerLiterallabeled alternative inSqlBaseParser.number().- Parameters:
ctx- the parse tree
-
enterNonReserved
void enterNonReserved(SqlBaseParser.NonReservedContext ctx)
Enter a parse tree produced bySqlBaseParser.nonReserved().- Parameters:
ctx- the parse tree
-
exitNonReserved
void exitNonReserved(SqlBaseParser.NonReservedContext ctx)
Exit a parse tree produced bySqlBaseParser.nonReserved().- Parameters:
ctx- the parse tree
-
-