Class SqlBaseBaseListener
- java.lang.Object
-
- io.trino.sql.parser.SqlBaseBaseListener
-
- All Implemented Interfaces:
SqlBaseListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class SqlBaseBaseListener extends Object implements SqlBaseListener
This class provides an empty implementation ofSqlBaseListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description SqlBaseBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterSingleStatement
public void enterSingleStatement(SqlBaseParser.SingleStatementContext ctx)
Enter a parse tree produced bySqlBaseParser.singleStatement().The default implementation does nothing.
- Specified by:
enterSingleStatementin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSingleStatement
public void exitSingleStatement(SqlBaseParser.SingleStatementContext ctx)
Exit a parse tree produced bySqlBaseParser.singleStatement().The default implementation does nothing.
- Specified by:
exitSingleStatementin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterStandaloneExpression
public void enterStandaloneExpression(SqlBaseParser.StandaloneExpressionContext ctx)
Enter a parse tree produced bySqlBaseParser.standaloneExpression().The default implementation does nothing.
- Specified by:
enterStandaloneExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitStandaloneExpression
public void exitStandaloneExpression(SqlBaseParser.StandaloneExpressionContext ctx)
Exit a parse tree produced bySqlBaseParser.standaloneExpression().The default implementation does nothing.
- Specified by:
exitStandaloneExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterStandalonePathSpecification
public void enterStandalonePathSpecification(SqlBaseParser.StandalonePathSpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.standalonePathSpecification().The default implementation does nothing.
- Specified by:
enterStandalonePathSpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitStandalonePathSpecification
public void exitStandalonePathSpecification(SqlBaseParser.StandalonePathSpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.standalonePathSpecification().The default implementation does nothing.
- Specified by:
exitStandalonePathSpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterStandaloneType
public void enterStandaloneType(SqlBaseParser.StandaloneTypeContext ctx)
Enter a parse tree produced bySqlBaseParser.standaloneType().The default implementation does nothing.
- Specified by:
enterStandaloneTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitStandaloneType
public void exitStandaloneType(SqlBaseParser.StandaloneTypeContext ctx)
Exit a parse tree produced bySqlBaseParser.standaloneType().The default implementation does nothing.
- Specified by:
exitStandaloneTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterStatementDefault
public void enterStatementDefault(SqlBaseParser.StatementDefaultContext ctx)
Enter a parse tree produced by thestatementDefaultlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterStatementDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitStatementDefault
public void exitStatementDefault(SqlBaseParser.StatementDefaultContext ctx)
Exit a parse tree produced by thestatementDefaultlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitStatementDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUse
public void enterUse(SqlBaseParser.UseContext ctx)
Enter a parse tree produced by theuselabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterUsein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUse
public void exitUse(SqlBaseParser.UseContext ctx)
Exit a parse tree produced by theuselabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitUsein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCreateSchema
public void enterCreateSchema(SqlBaseParser.CreateSchemaContext ctx)
Enter a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCreateSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCreateSchema
public void exitCreateSchema(SqlBaseParser.CreateSchemaContext ctx)
Exit a parse tree produced by thecreateSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCreateSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDropSchema
public void enterDropSchema(SqlBaseParser.DropSchemaContext ctx)
Enter a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDropSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDropSchema
public void exitDropSchema(SqlBaseParser.DropSchemaContext ctx)
Exit a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDropSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRenameSchema
public void enterRenameSchema(SqlBaseParser.RenameSchemaContext ctx)
Enter a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRenameSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRenameSchema
public void exitRenameSchema(SqlBaseParser.RenameSchemaContext ctx)
Exit a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRenameSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetSchemaAuthorization
public void enterSetSchemaAuthorization(SqlBaseParser.SetSchemaAuthorizationContext ctx)
Enter a parse tree produced by thesetSchemaAuthorizationlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterSetSchemaAuthorizationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetSchemaAuthorization
public void exitSetSchemaAuthorization(SqlBaseParser.SetSchemaAuthorizationContext ctx)
Exit a parse tree produced by thesetSchemaAuthorizationlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitSetSchemaAuthorizationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCreateTableAsSelect
public void enterCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)
Enter a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCreateTableAsSelectin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCreateTableAsSelect
public void exitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)
Exit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCreateTableAsSelectin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCreateTable
public void enterCreateTable(SqlBaseParser.CreateTableContext ctx)
Enter a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCreateTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCreateTable
public void exitCreateTable(SqlBaseParser.CreateTableContext ctx)
Exit a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCreateTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDropTable
public void enterDropTable(SqlBaseParser.DropTableContext ctx)
Enter a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDropTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDropTable
public void exitDropTable(SqlBaseParser.DropTableContext ctx)
Exit a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDropTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterInsertInto
public void enterInsertInto(SqlBaseParser.InsertIntoContext ctx)
Enter a parse tree produced by theinsertIntolabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterInsertIntoin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitInsertInto
public void exitInsertInto(SqlBaseParser.InsertIntoContext ctx)
Exit a parse tree produced by theinsertIntolabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitInsertIntoin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDelete
public void enterDelete(SqlBaseParser.DeleteContext ctx)
Enter a parse tree produced by thedeletelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDeletein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDelete
public void exitDelete(SqlBaseParser.DeleteContext ctx)
Exit a parse tree produced by thedeletelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDeletein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRenameTable
public void enterRenameTable(SqlBaseParser.RenameTableContext ctx)
Enter a parse tree produced by therenameTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRenameTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRenameTable
public void exitRenameTable(SqlBaseParser.RenameTableContext ctx)
Exit a parse tree produced by therenameTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRenameTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCommentTable
public void enterCommentTable(SqlBaseParser.CommentTableContext ctx)
Enter a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCommentTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCommentTable
public void exitCommentTable(SqlBaseParser.CommentTableContext ctx)
Exit a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCommentTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCommentColumn
public void enterCommentColumn(SqlBaseParser.CommentColumnContext ctx)
Enter a parse tree produced by thecommentColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCommentColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCommentColumn
public void exitCommentColumn(SqlBaseParser.CommentColumnContext ctx)
Exit a parse tree produced by thecommentColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCommentColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRenameColumn
public void enterRenameColumn(SqlBaseParser.RenameColumnContext ctx)
Enter a parse tree produced by therenameColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRenameColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRenameColumn
public void exitRenameColumn(SqlBaseParser.RenameColumnContext ctx)
Exit a parse tree produced by therenameColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRenameColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDropColumn
public void enterDropColumn(SqlBaseParser.DropColumnContext ctx)
Enter a parse tree produced by thedropColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDropColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDropColumn
public void exitDropColumn(SqlBaseParser.DropColumnContext ctx)
Exit a parse tree produced by thedropColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDropColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterAddColumn
public void enterAddColumn(SqlBaseParser.AddColumnContext ctx)
Enter a parse tree produced by theaddColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterAddColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitAddColumn
public void exitAddColumn(SqlBaseParser.AddColumnContext ctx)
Exit a parse tree produced by theaddColumnlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitAddColumnin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetTableAuthorization
public void enterSetTableAuthorization(SqlBaseParser.SetTableAuthorizationContext ctx)
Enter a parse tree produced by thesetTableAuthorizationlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterSetTableAuthorizationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetTableAuthorization
public void exitSetTableAuthorization(SqlBaseParser.SetTableAuthorizationContext ctx)
Exit a parse tree produced by thesetTableAuthorizationlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitSetTableAuthorizationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterAnalyze
public void enterAnalyze(SqlBaseParser.AnalyzeContext ctx)
Enter a parse tree produced by theanalyzelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterAnalyzein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitAnalyze
public void exitAnalyze(SqlBaseParser.AnalyzeContext ctx)
Exit a parse tree produced by theanalyzelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitAnalyzein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCreateMaterializedView
public void enterCreateMaterializedView(SqlBaseParser.CreateMaterializedViewContext ctx)
Enter a parse tree produced by thecreateMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCreateMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCreateMaterializedView
public void exitCreateMaterializedView(SqlBaseParser.CreateMaterializedViewContext ctx)
Exit a parse tree produced by thecreateMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCreateMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCreateView
public void enterCreateView(SqlBaseParser.CreateViewContext ctx)
Enter a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCreateViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCreateView
public void exitCreateView(SqlBaseParser.CreateViewContext ctx)
Exit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCreateViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRefreshMaterializedView
public void enterRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)
Enter a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRefreshMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRefreshMaterializedView
public void exitRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)
Exit a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRefreshMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDropMaterializedView
public void enterDropMaterializedView(SqlBaseParser.DropMaterializedViewContext ctx)
Enter a parse tree produced by thedropMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDropMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDropMaterializedView
public void exitDropMaterializedView(SqlBaseParser.DropMaterializedViewContext ctx)
Exit a parse tree produced by thedropMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDropMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDropView
public void enterDropView(SqlBaseParser.DropViewContext ctx)
Enter a parse tree produced by thedropViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDropViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDropView
public void exitDropView(SqlBaseParser.DropViewContext ctx)
Exit a parse tree produced by thedropViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDropViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRenameView
public void enterRenameView(SqlBaseParser.RenameViewContext ctx)
Enter a parse tree produced by therenameViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRenameViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRenameView
public void exitRenameView(SqlBaseParser.RenameViewContext ctx)
Exit a parse tree produced by therenameViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRenameViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetViewAuthorization
public void enterSetViewAuthorization(SqlBaseParser.SetViewAuthorizationContext ctx)
Enter a parse tree produced by thesetViewAuthorizationlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterSetViewAuthorizationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetViewAuthorization
public void exitSetViewAuthorization(SqlBaseParser.SetViewAuthorizationContext ctx)
Exit a parse tree produced by thesetViewAuthorizationlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitSetViewAuthorizationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCall
public void enterCall(SqlBaseParser.CallContext ctx)
Enter a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCallin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCall
public void exitCall(SqlBaseParser.CallContext ctx)
Exit a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCallin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCreateRole
public void enterCreateRole(SqlBaseParser.CreateRoleContext ctx)
Enter a parse tree produced by thecreateRolelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCreateRolein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCreateRole
public void exitCreateRole(SqlBaseParser.CreateRoleContext ctx)
Exit a parse tree produced by thecreateRolelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCreateRolein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDropRole
public void enterDropRole(SqlBaseParser.DropRoleContext ctx)
Enter a parse tree produced by thedropRolelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDropRolein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDropRole
public void exitDropRole(SqlBaseParser.DropRoleContext ctx)
Exit a parse tree produced by thedropRolelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDropRolein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterGrantRoles
public void enterGrantRoles(SqlBaseParser.GrantRolesContext ctx)
Enter a parse tree produced by thegrantRoleslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterGrantRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitGrantRoles
public void exitGrantRoles(SqlBaseParser.GrantRolesContext ctx)
Exit a parse tree produced by thegrantRoleslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitGrantRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRevokeRoles
public void enterRevokeRoles(SqlBaseParser.RevokeRolesContext ctx)
Enter a parse tree produced by therevokeRoleslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRevokeRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRevokeRoles
public void exitRevokeRoles(SqlBaseParser.RevokeRolesContext ctx)
Exit a parse tree produced by therevokeRoleslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRevokeRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetRole
public void enterSetRole(SqlBaseParser.SetRoleContext ctx)
Enter a parse tree produced by thesetRolelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterSetRolein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetRole
public void exitSetRole(SqlBaseParser.SetRoleContext ctx)
Exit a parse tree produced by thesetRolelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitSetRolein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterGrant
public void enterGrant(SqlBaseParser.GrantContext ctx)
Enter a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterGrantin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitGrant
public void exitGrant(SqlBaseParser.GrantContext ctx)
Exit a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitGrantin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRevoke
public void enterRevoke(SqlBaseParser.RevokeContext ctx)
Enter a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRevokein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRevoke
public void exitRevoke(SqlBaseParser.RevokeContext ctx)
Exit a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRevokein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowGrants
public void enterShowGrants(SqlBaseParser.ShowGrantsContext ctx)
Enter a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowGrantsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowGrants
public void exitShowGrants(SqlBaseParser.ShowGrantsContext ctx)
Exit a parse tree produced by theshowGrantslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowGrantsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExplain
public void enterExplain(SqlBaseParser.ExplainContext ctx)
Enter a parse tree produced by theexplainlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterExplainin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExplain
public void exitExplain(SqlBaseParser.ExplainContext ctx)
Exit a parse tree produced by theexplainlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitExplainin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowCreateTable
public void enterShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx)
Enter a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowCreateTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowCreateTable
public void exitShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx)
Exit a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowCreateTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowCreateSchema
public void enterShowCreateSchema(SqlBaseParser.ShowCreateSchemaContext ctx)
Enter a parse tree produced by theshowCreateSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowCreateSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowCreateSchema
public void exitShowCreateSchema(SqlBaseParser.ShowCreateSchemaContext ctx)
Exit a parse tree produced by theshowCreateSchemalabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowCreateSchemain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowCreateView
public void enterShowCreateView(SqlBaseParser.ShowCreateViewContext ctx)
Enter a parse tree produced by theshowCreateViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowCreateViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowCreateView
public void exitShowCreateView(SqlBaseParser.ShowCreateViewContext ctx)
Exit a parse tree produced by theshowCreateViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowCreateViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowCreateMaterializedView
public void enterShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)
Enter a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowCreateMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowCreateMaterializedView
public void exitShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)
Exit a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowCreateMaterializedViewin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowTables
public void enterShowTables(SqlBaseParser.ShowTablesContext ctx)
Enter a parse tree produced by theshowTableslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowTablesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowTables
public void exitShowTables(SqlBaseParser.ShowTablesContext ctx)
Exit a parse tree produced by theshowTableslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowTablesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowSchemas
public void enterShowSchemas(SqlBaseParser.ShowSchemasContext ctx)
Enter a parse tree produced by theshowSchemaslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowSchemasin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowSchemas
public void exitShowSchemas(SqlBaseParser.ShowSchemasContext ctx)
Exit a parse tree produced by theshowSchemaslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowSchemasin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowCatalogs
public void enterShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx)
Enter a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowCatalogsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowCatalogs
public void exitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx)
Exit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowCatalogsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowColumns
public void enterShowColumns(SqlBaseParser.ShowColumnsContext ctx)
Enter a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowColumnsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowColumns
public void exitShowColumns(SqlBaseParser.ShowColumnsContext ctx)
Exit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowColumnsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowStats
public void enterShowStats(SqlBaseParser.ShowStatsContext ctx)
Enter a parse tree produced by theshowStatslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowStatsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowStats
public void exitShowStats(SqlBaseParser.ShowStatsContext ctx)
Exit a parse tree produced by theshowStatslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowStatsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowStatsForQuery
public void enterShowStatsForQuery(SqlBaseParser.ShowStatsForQueryContext ctx)
Enter a parse tree produced by theshowStatsForQuerylabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowStatsForQueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowStatsForQuery
public void exitShowStatsForQuery(SqlBaseParser.ShowStatsForQueryContext ctx)
Exit a parse tree produced by theshowStatsForQuerylabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowStatsForQueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowRoles
public void enterShowRoles(SqlBaseParser.ShowRolesContext ctx)
Enter a parse tree produced by theshowRoleslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowRoles
public void exitShowRoles(SqlBaseParser.ShowRolesContext ctx)
Exit a parse tree produced by theshowRoleslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowRoleGrants
public void enterShowRoleGrants(SqlBaseParser.ShowRoleGrantsContext ctx)
Enter a parse tree produced by theshowRoleGrantslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowRoleGrantsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowRoleGrants
public void exitShowRoleGrants(SqlBaseParser.ShowRoleGrantsContext ctx)
Exit a parse tree produced by theshowRoleGrantslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowRoleGrantsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowFunctions
public void enterShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Enter a parse tree produced by theshowFunctionslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowFunctionsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowFunctions
public void exitShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Exit a parse tree produced by theshowFunctionslabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowFunctionsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterShowSession
public void enterShowSession(SqlBaseParser.ShowSessionContext ctx)
Enter a parse tree produced by theshowSessionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterShowSessionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitShowSession
public void exitShowSession(SqlBaseParser.ShowSessionContext ctx)
Exit a parse tree produced by theshowSessionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitShowSessionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetSession
public void enterSetSession(SqlBaseParser.SetSessionContext ctx)
Enter a parse tree produced by thesetSessionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterSetSessionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetSession
public void exitSetSession(SqlBaseParser.SetSessionContext ctx)
Exit a parse tree produced by thesetSessionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitSetSessionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterResetSession
public void enterResetSession(SqlBaseParser.ResetSessionContext ctx)
Enter a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterResetSessionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitResetSession
public void exitResetSession(SqlBaseParser.ResetSessionContext ctx)
Exit a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitResetSessionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterStartTransaction
public void enterStartTransaction(SqlBaseParser.StartTransactionContext ctx)
Enter a parse tree produced by thestartTransactionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterStartTransactionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitStartTransaction
public void exitStartTransaction(SqlBaseParser.StartTransactionContext ctx)
Exit a parse tree produced by thestartTransactionlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitStartTransactionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCommit
public void enterCommit(SqlBaseParser.CommitContext ctx)
Enter a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterCommitin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCommit
public void exitCommit(SqlBaseParser.CommitContext ctx)
Exit a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitCommitin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRollback
public void enterRollback(SqlBaseParser.RollbackContext ctx)
Enter a parse tree produced by therollbacklabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterRollbackin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRollback
public void exitRollback(SqlBaseParser.RollbackContext ctx)
Exit a parse tree produced by therollbacklabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitRollbackin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterPrepare
public void enterPrepare(SqlBaseParser.PrepareContext ctx)
Enter a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterPreparein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitPrepare
public void exitPrepare(SqlBaseParser.PrepareContext ctx)
Exit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitPreparein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDeallocate
public void enterDeallocate(SqlBaseParser.DeallocateContext ctx)
Enter a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDeallocatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDeallocate
public void exitDeallocate(SqlBaseParser.DeallocateContext ctx)
Exit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDeallocatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExecute
public void enterExecute(SqlBaseParser.ExecuteContext ctx)
Enter a parse tree produced by theexecutelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterExecutein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExecute
public void exitExecute(SqlBaseParser.ExecuteContext ctx)
Exit a parse tree produced by theexecutelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitExecutein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDescribeInput
public void enterDescribeInput(SqlBaseParser.DescribeInputContext ctx)
Enter a parse tree produced by thedescribeInputlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDescribeInputin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDescribeInput
public void exitDescribeInput(SqlBaseParser.DescribeInputContext ctx)
Exit a parse tree produced by thedescribeInputlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDescribeInputin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDescribeOutput
public void enterDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Enter a parse tree produced by thedescribeOutputlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterDescribeOutputin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDescribeOutput
public void exitDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Exit a parse tree produced by thedescribeOutputlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitDescribeOutputin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetPath
public void enterSetPath(SqlBaseParser.SetPathContext ctx)
Enter a parse tree produced by thesetPathlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterSetPathin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetPath
public void exitSetPath(SqlBaseParser.SetPathContext ctx)
Exit a parse tree produced by thesetPathlabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitSetPathin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUpdate
public void enterUpdate(SqlBaseParser.UpdateContext ctx)
Enter a parse tree produced by theupdatelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterUpdatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUpdate
public void exitUpdate(SqlBaseParser.UpdateContext ctx)
Exit a parse tree produced by theupdatelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitUpdatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterMerge
public void enterMerge(SqlBaseParser.MergeContext ctx)
Enter a parse tree produced by themergelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
enterMergein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitMerge
public void exitMerge(SqlBaseParser.MergeContext ctx)
Exit a parse tree produced by themergelabeled alternative inSqlBaseParser.statement().The default implementation does nothing.
- Specified by:
exitMergein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQuery
public void enterQuery(SqlBaseParser.QueryContext ctx)
Enter a parse tree produced bySqlBaseParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQuery
public void exitQuery(SqlBaseParser.QueryContext ctx)
Exit a parse tree produced bySqlBaseParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterWith
public void enterWith(SqlBaseParser.WithContext ctx)
Enter a parse tree produced bySqlBaseParser.with().The default implementation does nothing.
- Specified by:
enterWithin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitWith
public void exitWith(SqlBaseParser.WithContext ctx)
Exit a parse tree produced bySqlBaseParser.with().The default implementation does nothing.
- Specified by:
exitWithin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTableElement
public void enterTableElement(SqlBaseParser.TableElementContext ctx)
Enter a parse tree produced bySqlBaseParser.tableElement().The default implementation does nothing.
- Specified by:
enterTableElementin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTableElement
public void exitTableElement(SqlBaseParser.TableElementContext ctx)
Exit a parse tree produced bySqlBaseParser.tableElement().The default implementation does nothing.
- Specified by:
exitTableElementin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterColumnDefinition
public void enterColumnDefinition(SqlBaseParser.ColumnDefinitionContext ctx)
Enter a parse tree produced bySqlBaseParser.columnDefinition().The default implementation does nothing.
- Specified by:
enterColumnDefinitionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitColumnDefinition
public void exitColumnDefinition(SqlBaseParser.ColumnDefinitionContext ctx)
Exit a parse tree produced bySqlBaseParser.columnDefinition().The default implementation does nothing.
- Specified by:
exitColumnDefinitionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLikeClause
public void enterLikeClause(SqlBaseParser.LikeClauseContext ctx)
Enter a parse tree produced bySqlBaseParser.likeClause().The default implementation does nothing.
- Specified by:
enterLikeClausein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLikeClause
public void exitLikeClause(SqlBaseParser.LikeClauseContext ctx)
Exit a parse tree produced bySqlBaseParser.likeClause().The default implementation does nothing.
- Specified by:
exitLikeClausein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterProperties
public void enterProperties(SqlBaseParser.PropertiesContext ctx)
Enter a parse tree produced bySqlBaseParser.properties().The default implementation does nothing.
- Specified by:
enterPropertiesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitProperties
public void exitProperties(SqlBaseParser.PropertiesContext ctx)
Exit a parse tree produced bySqlBaseParser.properties().The default implementation does nothing.
- Specified by:
exitPropertiesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterProperty
public void enterProperty(SqlBaseParser.PropertyContext ctx)
Enter a parse tree produced bySqlBaseParser.property().The default implementation does nothing.
- Specified by:
enterPropertyin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitProperty
public void exitProperty(SqlBaseParser.PropertyContext ctx)
Exit a parse tree produced bySqlBaseParser.property().The default implementation does nothing.
- Specified by:
exitPropertyin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQueryNoWith
public void enterQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Enter a parse tree produced bySqlBaseParser.queryNoWith().The default implementation does nothing.
- Specified by:
enterQueryNoWithin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQueryNoWith
public void exitQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Exit a parse tree produced bySqlBaseParser.queryNoWith().The default implementation does nothing.
- Specified by:
exitQueryNoWithin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLimitRowCount
public void enterLimitRowCount(SqlBaseParser.LimitRowCountContext ctx)
Enter a parse tree produced bySqlBaseParser.limitRowCount().The default implementation does nothing.
- Specified by:
enterLimitRowCountin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLimitRowCount
public void exitLimitRowCount(SqlBaseParser.LimitRowCountContext ctx)
Exit a parse tree produced bySqlBaseParser.limitRowCount().The default implementation does nothing.
- Specified by:
exitLimitRowCountin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRowCount
public void enterRowCount(SqlBaseParser.RowCountContext ctx)
Enter a parse tree produced bySqlBaseParser.rowCount().The default implementation does nothing.
- Specified by:
enterRowCountin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRowCount
public void exitRowCount(SqlBaseParser.RowCountContext ctx)
Exit a parse tree produced bySqlBaseParser.rowCount().The default implementation does nothing.
- Specified by:
exitRowCountin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQueryTermDefault
public void enterQueryTermDefault(SqlBaseParser.QueryTermDefaultContext ctx)
Enter a parse tree produced by thequeryTermDefaultlabeled alternative inSqlBaseParser.queryTerm().The default implementation does nothing.
- Specified by:
enterQueryTermDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQueryTermDefault
public void exitQueryTermDefault(SqlBaseParser.QueryTermDefaultContext ctx)
Exit a parse tree produced by thequeryTermDefaultlabeled alternative inSqlBaseParser.queryTerm().The default implementation does nothing.
- Specified by:
exitQueryTermDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetOperation
public void enterSetOperation(SqlBaseParser.SetOperationContext ctx)
Enter a parse tree produced by thesetOperationlabeled alternative inSqlBaseParser.queryTerm().The default implementation does nothing.
- Specified by:
enterSetOperationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetOperation
public void exitSetOperation(SqlBaseParser.SetOperationContext ctx)
Exit a parse tree produced by thesetOperationlabeled alternative inSqlBaseParser.queryTerm().The default implementation does nothing.
- Specified by:
exitSetOperationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQueryPrimaryDefault
public void enterQueryPrimaryDefault(SqlBaseParser.QueryPrimaryDefaultContext ctx)
Enter a parse tree produced by thequeryPrimaryDefaultlabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
enterQueryPrimaryDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQueryPrimaryDefault
public void exitQueryPrimaryDefault(SqlBaseParser.QueryPrimaryDefaultContext ctx)
Exit a parse tree produced by thequeryPrimaryDefaultlabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
exitQueryPrimaryDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTable
public void enterTable(SqlBaseParser.TableContext ctx)
Enter a parse tree produced by thetablelabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
enterTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTable
public void exitTable(SqlBaseParser.TableContext ctx)
Exit a parse tree produced by thetablelabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
exitTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterInlineTable
public void enterInlineTable(SqlBaseParser.InlineTableContext ctx)
Enter a parse tree produced by theinlineTablelabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
enterInlineTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitInlineTable
public void exitInlineTable(SqlBaseParser.InlineTableContext ctx)
Exit a parse tree produced by theinlineTablelabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
exitInlineTablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSubquery
public void enterSubquery(SqlBaseParser.SubqueryContext ctx)
Enter a parse tree produced by thesubquerylabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
enterSubqueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSubquery
public void exitSubquery(SqlBaseParser.SubqueryContext ctx)
Exit a parse tree produced by thesubquerylabeled alternative inSqlBaseParser.queryPrimary().The default implementation does nothing.
- Specified by:
exitSubqueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSortItem
public void enterSortItem(SqlBaseParser.SortItemContext ctx)
Enter a parse tree produced bySqlBaseParser.sortItem().The default implementation does nothing.
- Specified by:
enterSortItemin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSortItem
public void exitSortItem(SqlBaseParser.SortItemContext ctx)
Exit a parse tree produced bySqlBaseParser.sortItem().The default implementation does nothing.
- Specified by:
exitSortItemin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQuerySpecification
public void enterQuerySpecification(SqlBaseParser.QuerySpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.querySpecification().The default implementation does nothing.
- Specified by:
enterQuerySpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQuerySpecification
public void exitQuerySpecification(SqlBaseParser.QuerySpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.querySpecification().The default implementation does nothing.
- Specified by:
exitQuerySpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterGroupBy
public void enterGroupBy(SqlBaseParser.GroupByContext ctx)
Enter a parse tree produced bySqlBaseParser.groupBy().The default implementation does nothing.
- Specified by:
enterGroupByin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitGroupBy
public void exitGroupBy(SqlBaseParser.GroupByContext ctx)
Exit a parse tree produced bySqlBaseParser.groupBy().The default implementation does nothing.
- Specified by:
exitGroupByin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSingleGroupingSet
public void enterSingleGroupingSet(SqlBaseParser.SingleGroupingSetContext ctx)
Enter a parse tree produced by thesingleGroupingSetlabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
enterSingleGroupingSetin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSingleGroupingSet
public void exitSingleGroupingSet(SqlBaseParser.SingleGroupingSetContext ctx)
Exit a parse tree produced by thesingleGroupingSetlabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
exitSingleGroupingSetin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRollup
public void enterRollup(SqlBaseParser.RollupContext ctx)
Enter a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
enterRollupin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRollup
public void exitRollup(SqlBaseParser.RollupContext ctx)
Exit a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
exitRollupin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCube
public void enterCube(SqlBaseParser.CubeContext ctx)
Enter a parse tree produced by thecubelabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
enterCubein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCube
public void exitCube(SqlBaseParser.CubeContext ctx)
Exit a parse tree produced by thecubelabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
exitCubein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterMultipleGroupingSets
public void enterMultipleGroupingSets(SqlBaseParser.MultipleGroupingSetsContext ctx)
Enter a parse tree produced by themultipleGroupingSetslabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
enterMultipleGroupingSetsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitMultipleGroupingSets
public void exitMultipleGroupingSets(SqlBaseParser.MultipleGroupingSetsContext ctx)
Exit a parse tree produced by themultipleGroupingSetslabeled alternative inSqlBaseParser.groupingElement().The default implementation does nothing.
- Specified by:
exitMultipleGroupingSetsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterGroupingSet
public void enterGroupingSet(SqlBaseParser.GroupingSetContext ctx)
Enter a parse tree produced bySqlBaseParser.groupingSet().The default implementation does nothing.
- Specified by:
enterGroupingSetin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitGroupingSet
public void exitGroupingSet(SqlBaseParser.GroupingSetContext ctx)
Exit a parse tree produced bySqlBaseParser.groupingSet().The default implementation does nothing.
- Specified by:
exitGroupingSetin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterWindowDefinition
public void enterWindowDefinition(SqlBaseParser.WindowDefinitionContext ctx)
Enter a parse tree produced bySqlBaseParser.windowDefinition().The default implementation does nothing.
- Specified by:
enterWindowDefinitionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitWindowDefinition
public void exitWindowDefinition(SqlBaseParser.WindowDefinitionContext ctx)
Exit a parse tree produced bySqlBaseParser.windowDefinition().The default implementation does nothing.
- Specified by:
exitWindowDefinitionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterWindowSpecification
public void enterWindowSpecification(SqlBaseParser.WindowSpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.windowSpecification().The default implementation does nothing.
- Specified by:
enterWindowSpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitWindowSpecification
public void exitWindowSpecification(SqlBaseParser.WindowSpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.windowSpecification().The default implementation does nothing.
- Specified by:
exitWindowSpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNamedQuery
public void enterNamedQuery(SqlBaseParser.NamedQueryContext ctx)
Enter a parse tree produced bySqlBaseParser.namedQuery().The default implementation does nothing.
- Specified by:
enterNamedQueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNamedQuery
public void exitNamedQuery(SqlBaseParser.NamedQueryContext ctx)
Exit a parse tree produced bySqlBaseParser.namedQuery().The default implementation does nothing.
- Specified by:
exitNamedQueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSetQuantifier
public void enterSetQuantifier(SqlBaseParser.SetQuantifierContext ctx)
Enter a parse tree produced bySqlBaseParser.setQuantifier().The default implementation does nothing.
- Specified by:
enterSetQuantifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSetQuantifier
public void exitSetQuantifier(SqlBaseParser.SetQuantifierContext ctx)
Exit a parse tree produced bySqlBaseParser.setQuantifier().The default implementation does nothing.
- Specified by:
exitSetQuantifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSelectSingle
public void enterSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Enter a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().The default implementation does nothing.
- Specified by:
enterSelectSinglein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSelectSingle
public void exitSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Exit a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().The default implementation does nothing.
- Specified by:
exitSelectSinglein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSelectAll
public void enterSelectAll(SqlBaseParser.SelectAllContext ctx)
Enter a parse tree produced by theselectAlllabeled alternative inSqlBaseParser.selectItem().The default implementation does nothing.
- Specified by:
enterSelectAllin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSelectAll
public void exitSelectAll(SqlBaseParser.SelectAllContext ctx)
Exit a parse tree produced by theselectAlllabeled alternative inSqlBaseParser.selectItem().The default implementation does nothing.
- Specified by:
exitSelectAllin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRelationDefault
public void enterRelationDefault(SqlBaseParser.RelationDefaultContext ctx)
Enter a parse tree produced by therelationDefaultlabeled alternative inSqlBaseParser.relation().The default implementation does nothing.
- Specified by:
enterRelationDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRelationDefault
public void exitRelationDefault(SqlBaseParser.RelationDefaultContext ctx)
Exit a parse tree produced by therelationDefaultlabeled alternative inSqlBaseParser.relation().The default implementation does nothing.
- Specified by:
exitRelationDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterJoinRelation
public void enterJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Enter a parse tree produced by thejoinRelationlabeled alternative inSqlBaseParser.relation().The default implementation does nothing.
- Specified by:
enterJoinRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitJoinRelation
public void exitJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Exit a parse tree produced by thejoinRelationlabeled alternative inSqlBaseParser.relation().The default implementation does nothing.
- Specified by:
exitJoinRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterJoinType
public void enterJoinType(SqlBaseParser.JoinTypeContext ctx)
Enter a parse tree produced bySqlBaseParser.joinType().The default implementation does nothing.
- Specified by:
enterJoinTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitJoinType
public void exitJoinType(SqlBaseParser.JoinTypeContext ctx)
Exit a parse tree produced bySqlBaseParser.joinType().The default implementation does nothing.
- Specified by:
exitJoinTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterJoinCriteria
public void enterJoinCriteria(SqlBaseParser.JoinCriteriaContext ctx)
Enter a parse tree produced bySqlBaseParser.joinCriteria().The default implementation does nothing.
- Specified by:
enterJoinCriteriain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitJoinCriteria
public void exitJoinCriteria(SqlBaseParser.JoinCriteriaContext ctx)
Exit a parse tree produced bySqlBaseParser.joinCriteria().The default implementation does nothing.
- Specified by:
exitJoinCriteriain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSampledRelation
public void enterSampledRelation(SqlBaseParser.SampledRelationContext ctx)
Enter a parse tree produced bySqlBaseParser.sampledRelation().The default implementation does nothing.
- Specified by:
enterSampledRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSampledRelation
public void exitSampledRelation(SqlBaseParser.SampledRelationContext ctx)
Exit a parse tree produced bySqlBaseParser.sampledRelation().The default implementation does nothing.
- Specified by:
exitSampledRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSampleType
public void enterSampleType(SqlBaseParser.SampleTypeContext ctx)
Enter a parse tree produced bySqlBaseParser.sampleType().The default implementation does nothing.
- Specified by:
enterSampleTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSampleType
public void exitSampleType(SqlBaseParser.SampleTypeContext ctx)
Exit a parse tree produced bySqlBaseParser.sampleType().The default implementation does nothing.
- Specified by:
exitSampleTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterAliasedRelation
public void enterAliasedRelation(SqlBaseParser.AliasedRelationContext ctx)
Enter a parse tree produced bySqlBaseParser.aliasedRelation().The default implementation does nothing.
- Specified by:
enterAliasedRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitAliasedRelation
public void exitAliasedRelation(SqlBaseParser.AliasedRelationContext ctx)
Exit a parse tree produced bySqlBaseParser.aliasedRelation().The default implementation does nothing.
- Specified by:
exitAliasedRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterColumnAliases
public void enterColumnAliases(SqlBaseParser.ColumnAliasesContext ctx)
Enter a parse tree produced bySqlBaseParser.columnAliases().The default implementation does nothing.
- Specified by:
enterColumnAliasesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitColumnAliases
public void exitColumnAliases(SqlBaseParser.ColumnAliasesContext ctx)
Exit a parse tree produced bySqlBaseParser.columnAliases().The default implementation does nothing.
- Specified by:
exitColumnAliasesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTableName
public void enterTableName(SqlBaseParser.TableNameContext ctx)
Enter a parse tree produced by thetableNamelabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
enterTableNamein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTableName
public void exitTableName(SqlBaseParser.TableNameContext ctx)
Exit a parse tree produced by thetableNamelabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
exitTableNamein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSubqueryRelation
public void enterSubqueryRelation(SqlBaseParser.SubqueryRelationContext ctx)
Enter a parse tree produced by thesubqueryRelationlabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
enterSubqueryRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSubqueryRelation
public void exitSubqueryRelation(SqlBaseParser.SubqueryRelationContext ctx)
Exit a parse tree produced by thesubqueryRelationlabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
exitSubqueryRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUnnest
public void enterUnnest(SqlBaseParser.UnnestContext ctx)
Enter a parse tree produced by theunnestlabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
enterUnnestin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUnnest
public void exitUnnest(SqlBaseParser.UnnestContext ctx)
Exit a parse tree produced by theunnestlabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
exitUnnestin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLateral
public void enterLateral(SqlBaseParser.LateralContext ctx)
Enter a parse tree produced by thelaterallabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
enterLateralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLateral
public void exitLateral(SqlBaseParser.LateralContext ctx)
Exit a parse tree produced by thelaterallabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
exitLateralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterParenthesizedRelation
public void enterParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Enter a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
enterParenthesizedRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitParenthesizedRelation
public void exitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Exit a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().The default implementation does nothing.
- Specified by:
exitParenthesizedRelationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(SqlBaseParser.ExpressionContext ctx)
Enter a parse tree produced bySqlBaseParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(SqlBaseParser.ExpressionContext ctx)
Exit a parse tree produced bySqlBaseParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLogicalNot
public void enterLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Enter a parse tree produced by thelogicalNotlabeled alternative inSqlBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterLogicalNotin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLogicalNot
public void exitLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Exit a parse tree produced by thelogicalNotlabeled alternative inSqlBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitLogicalNotin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterPredicated
public void enterPredicated(SqlBaseParser.PredicatedContext ctx)
Enter a parse tree produced by thepredicatedlabeled alternative inSqlBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterPredicatedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitPredicated
public void exitPredicated(SqlBaseParser.PredicatedContext ctx)
Exit a parse tree produced by thepredicatedlabeled alternative inSqlBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitPredicatedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLogicalBinary
public void enterLogicalBinary(SqlBaseParser.LogicalBinaryContext ctx)
Enter a parse tree produced by thelogicalBinarylabeled alternative inSqlBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterLogicalBinaryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLogicalBinary
public void exitLogicalBinary(SqlBaseParser.LogicalBinaryContext ctx)
Exit a parse tree produced by thelogicalBinarylabeled alternative inSqlBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitLogicalBinaryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterComparison
public void enterComparison(SqlBaseParser.ComparisonContext ctx)
Enter a parse tree produced by thecomparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterComparisonin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitComparison
public void exitComparison(SqlBaseParser.ComparisonContext ctx)
Exit a parse tree produced by thecomparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitComparisonin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQuantifiedComparison
public void enterQuantifiedComparison(SqlBaseParser.QuantifiedComparisonContext ctx)
Enter a parse tree produced by thequantifiedComparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterQuantifiedComparisonin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQuantifiedComparison
public void exitQuantifiedComparison(SqlBaseParser.QuantifiedComparisonContext ctx)
Exit a parse tree produced by thequantifiedComparisonlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitQuantifiedComparisonin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBetween
public void enterBetween(SqlBaseParser.BetweenContext ctx)
Enter a parse tree produced by thebetweenlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterBetweenin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBetween
public void exitBetween(SqlBaseParser.BetweenContext ctx)
Exit a parse tree produced by thebetweenlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitBetweenin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterInList
public void enterInList(SqlBaseParser.InListContext ctx)
Enter a parse tree produced by theinListlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterInListin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitInList
public void exitInList(SqlBaseParser.InListContext ctx)
Exit a parse tree produced by theinListlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitInListin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterInSubquery
public void enterInSubquery(SqlBaseParser.InSubqueryContext ctx)
Enter a parse tree produced by theinSubquerylabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterInSubqueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitInSubquery
public void exitInSubquery(SqlBaseParser.InSubqueryContext ctx)
Exit a parse tree produced by theinSubquerylabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitInSubqueryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLike
public void enterLike(SqlBaseParser.LikeContext ctx)
Enter a parse tree produced by thelikelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterLikein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLike
public void exitLike(SqlBaseParser.LikeContext ctx)
Exit a parse tree produced by thelikelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitLikein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNullPredicate
public void enterNullPredicate(SqlBaseParser.NullPredicateContext ctx)
Enter a parse tree produced by thenullPredicatelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterNullPredicatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNullPredicate
public void exitNullPredicate(SqlBaseParser.NullPredicateContext ctx)
Exit a parse tree produced by thenullPredicatelabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitNullPredicatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDistinctFrom
public void enterDistinctFrom(SqlBaseParser.DistinctFromContext ctx)
Enter a parse tree produced by thedistinctFromlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterDistinctFromin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDistinctFrom
public void exitDistinctFrom(SqlBaseParser.DistinctFromContext ctx)
Exit a parse tree produced by thedistinctFromlabeled alternative inSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitDistinctFromin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterValueExpressionDefault
public void enterValueExpressionDefault(SqlBaseParser.ValueExpressionDefaultContext ctx)
Enter a parse tree produced by thevalueExpressionDefaultlabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterValueExpressionDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitValueExpressionDefault
public void exitValueExpressionDefault(SqlBaseParser.ValueExpressionDefaultContext ctx)
Exit a parse tree produced by thevalueExpressionDefaultlabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitValueExpressionDefaultin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterConcatenation
public void enterConcatenation(SqlBaseParser.ConcatenationContext ctx)
Enter a parse tree produced by theconcatenationlabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterConcatenationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitConcatenation
public void exitConcatenation(SqlBaseParser.ConcatenationContext ctx)
Exit a parse tree produced by theconcatenationlabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitConcatenationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterArithmeticBinary
public void enterArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Enter a parse tree produced by thearithmeticBinarylabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterArithmeticBinaryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitArithmeticBinary
public void exitArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Exit a parse tree produced by thearithmeticBinarylabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitArithmeticBinaryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterArithmeticUnary
public void enterArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)
Enter a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterArithmeticUnaryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitArithmeticUnary
public void exitArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)
Exit a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitArithmeticUnaryin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterAtTimeZone
public void enterAtTimeZone(SqlBaseParser.AtTimeZoneContext ctx)
Enter a parse tree produced by theatTimeZonelabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterAtTimeZonein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitAtTimeZone
public void exitAtTimeZone(SqlBaseParser.AtTimeZoneContext ctx)
Exit a parse tree produced by theatTimeZonelabeled alternative inSqlBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitAtTimeZonein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDereference
public void enterDereference(SqlBaseParser.DereferenceContext ctx)
Enter a parse tree produced by thedereferencelabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterDereferencein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDereference
public void exitDereference(SqlBaseParser.DereferenceContext ctx)
Exit a parse tree produced by thedereferencelabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitDereferencein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTypeConstructor
public void enterTypeConstructor(SqlBaseParser.TypeConstructorContext ctx)
Enter a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterTypeConstructorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTypeConstructor
public void exitTypeConstructor(SqlBaseParser.TypeConstructorContext ctx)
Exit a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitTypeConstructorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSpecialDateTimeFunction
public void enterSpecialDateTimeFunction(SqlBaseParser.SpecialDateTimeFunctionContext ctx)
Enter a parse tree produced by thespecialDateTimeFunctionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSpecialDateTimeFunctionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSpecialDateTimeFunction
public void exitSpecialDateTimeFunction(SqlBaseParser.SpecialDateTimeFunctionContext ctx)
Exit a parse tree produced by thespecialDateTimeFunctionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSpecialDateTimeFunctionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSubstring
public void enterSubstring(SqlBaseParser.SubstringContext ctx)
Enter a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSubstringin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSubstring
public void exitSubstring(SqlBaseParser.SubstringContext ctx)
Exit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSubstringin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCast
public void enterCast(SqlBaseParser.CastContext ctx)
Enter a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterCastin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCast
public void exitCast(SqlBaseParser.CastContext ctx)
Exit a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitCastin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLambda
public void enterLambda(SqlBaseParser.LambdaContext ctx)
Enter a parse tree produced by thelambdalabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterLambdain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLambda
public void exitLambda(SqlBaseParser.LambdaContext ctx)
Exit a parse tree produced by thelambdalabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitLambdain interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
public void enterParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterParenthesizedExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
public void exitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitParenthesizedExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterParameter
public void enterParameter(SqlBaseParser.ParameterContext ctx)
Enter a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterParameterin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitParameter
public void exitParameter(SqlBaseParser.ParameterContext ctx)
Exit a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitParameterin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNormalize
public void enterNormalize(SqlBaseParser.NormalizeContext ctx)
Enter a parse tree produced by thenormalizelabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterNormalizein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNormalize
public void exitNormalize(SqlBaseParser.NormalizeContext ctx)
Exit a parse tree produced by thenormalizelabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitNormalizein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterIntervalLiteral
public void enterIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx)
Enter a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterIntervalLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitIntervalLiteral
public void exitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx)
Exit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitIntervalLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(SqlBaseParser.NumericLiteralContext ctx)
Enter a parse tree produced by thenumericLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(SqlBaseParser.NumericLiteralContext ctx)
Exit a parse tree produced by thenumericLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
public void enterBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx)
Enter a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
public void exitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx)
Exit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSimpleCase
public void enterSimpleCase(SqlBaseParser.SimpleCaseContext ctx)
Enter a parse tree produced by thesimpleCaselabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSimpleCasein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSimpleCase
public void exitSimpleCase(SqlBaseParser.SimpleCaseContext ctx)
Exit a parse tree produced by thesimpleCaselabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSimpleCasein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterColumnReference
public void enterColumnReference(SqlBaseParser.ColumnReferenceContext ctx)
Enter a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterColumnReferencein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitColumnReference
public void exitColumnReference(SqlBaseParser.ColumnReferenceContext ctx)
Exit a parse tree produced by thecolumnReferencelabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitColumnReferencein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNullLiteral
public void enterNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Enter a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterNullLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNullLiteral
public void exitNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Exit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitNullLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRowConstructor
public void enterRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Enter a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterRowConstructorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRowConstructor
public void exitRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Exit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitRowConstructorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSubscript
public void enterSubscript(SqlBaseParser.SubscriptContext ctx)
Enter a parse tree produced by thesubscriptlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSubscriptin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSubscript
public void exitSubscript(SqlBaseParser.SubscriptContext ctx)
Exit a parse tree produced by thesubscriptlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSubscriptin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCurrentPath
public void enterCurrentPath(SqlBaseParser.CurrentPathContext ctx)
Enter a parse tree produced by thecurrentPathlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterCurrentPathin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCurrentPath
public void exitCurrentPath(SqlBaseParser.CurrentPathContext ctx)
Exit a parse tree produced by thecurrentPathlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitCurrentPathin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSubqueryExpression
public void enterSubqueryExpression(SqlBaseParser.SubqueryExpressionContext ctx)
Enter a parse tree produced by thesubqueryExpressionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSubqueryExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSubqueryExpression
public void exitSubqueryExpression(SqlBaseParser.SubqueryExpressionContext ctx)
Exit a parse tree produced by thesubqueryExpressionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSubqueryExpressionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBinaryLiteral
public void enterBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Enter a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterBinaryLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBinaryLiteral
public void exitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)
Exit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitBinaryLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCurrentUser
public void enterCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Enter a parse tree produced by thecurrentUserlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterCurrentUserin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCurrentUser
public void exitCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Exit a parse tree produced by thecurrentUserlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitCurrentUserin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExtract
public void enterExtract(SqlBaseParser.ExtractContext ctx)
Enter a parse tree produced by theextractlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterExtractin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExtract
public void exitExtract(SqlBaseParser.ExtractContext ctx)
Exit a parse tree produced by theextractlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitExtractin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterStringLiteral
public void enterStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Enter a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterStringLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitStringLiteral
public void exitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Exit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitStringLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterArrayConstructor
public void enterArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx)
Enter a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterArrayConstructorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitArrayConstructor
public void exitArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx)
Exit a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitArrayConstructorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterFunctionCall
public void enterFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Enter a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterFunctionCallin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitFunctionCall
public void exitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Exit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitFunctionCallin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExists
public void enterExists(SqlBaseParser.ExistsContext ctx)
Enter a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterExistsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExists
public void exitExists(SqlBaseParser.ExistsContext ctx)
Exit a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitExistsin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterPosition
public void enterPosition(SqlBaseParser.PositionContext ctx)
Enter a parse tree produced by thepositionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterPositionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitPosition
public void exitPosition(SqlBaseParser.PositionContext ctx)
Exit a parse tree produced by thepositionlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitPositionin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSearchedCase
public void enterSearchedCase(SqlBaseParser.SearchedCaseContext ctx)
Enter a parse tree produced by thesearchedCaselabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterSearchedCasein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSearchedCase
public void exitSearchedCase(SqlBaseParser.SearchedCaseContext ctx)
Exit a parse tree produced by thesearchedCaselabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitSearchedCasein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterGroupingOperation
public void enterGroupingOperation(SqlBaseParser.GroupingOperationContext ctx)
Enter a parse tree produced by thegroupingOperationlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterGroupingOperationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitGroupingOperation
public void exitGroupingOperation(SqlBaseParser.GroupingOperationContext ctx)
Exit a parse tree produced by thegroupingOperationlabeled alternative inSqlBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitGroupingOperationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNullTreatment
public void enterNullTreatment(SqlBaseParser.NullTreatmentContext ctx)
Enter a parse tree produced bySqlBaseParser.nullTreatment().The default implementation does nothing.
- Specified by:
enterNullTreatmentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNullTreatment
public void exitNullTreatment(SqlBaseParser.NullTreatmentContext ctx)
Exit a parse tree produced bySqlBaseParser.nullTreatment().The default implementation does nothing.
- Specified by:
exitNullTreatmentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBasicStringLiteral
public void enterBasicStringLiteral(SqlBaseParser.BasicStringLiteralContext ctx)
Enter a parse tree produced by thebasicStringLiterallabeled alternative inSqlBaseParser.string().The default implementation does nothing.
- Specified by:
enterBasicStringLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBasicStringLiteral
public void exitBasicStringLiteral(SqlBaseParser.BasicStringLiteralContext ctx)
Exit a parse tree produced by thebasicStringLiterallabeled alternative inSqlBaseParser.string().The default implementation does nothing.
- Specified by:
exitBasicStringLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUnicodeStringLiteral
public void enterUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Enter a parse tree produced by theunicodeStringLiterallabeled alternative inSqlBaseParser.string().The default implementation does nothing.
- Specified by:
enterUnicodeStringLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUnicodeStringLiteral
public void exitUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Exit a parse tree produced by theunicodeStringLiterallabeled alternative inSqlBaseParser.string().The default implementation does nothing.
- Specified by:
exitUnicodeStringLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTimeZoneInterval
public void enterTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Enter a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().The default implementation does nothing.
- Specified by:
enterTimeZoneIntervalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTimeZoneInterval
public void exitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Exit a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().The default implementation does nothing.
- Specified by:
exitTimeZoneIntervalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTimeZoneString
public void enterTimeZoneString(SqlBaseParser.TimeZoneStringContext ctx)
Enter a parse tree produced by thetimeZoneStringlabeled alternative inSqlBaseParser.timeZoneSpecifier().The default implementation does nothing.
- Specified by:
enterTimeZoneStringin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTimeZoneString
public void exitTimeZoneString(SqlBaseParser.TimeZoneStringContext ctx)
Exit a parse tree produced by thetimeZoneStringlabeled alternative inSqlBaseParser.timeZoneSpecifier().The default implementation does nothing.
- Specified by:
exitTimeZoneStringin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterComparisonOperator
public void enterComparisonOperator(SqlBaseParser.ComparisonOperatorContext ctx)
Enter a parse tree produced bySqlBaseParser.comparisonOperator().The default implementation does nothing.
- Specified by:
enterComparisonOperatorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitComparisonOperator
public void exitComparisonOperator(SqlBaseParser.ComparisonOperatorContext ctx)
Exit a parse tree produced bySqlBaseParser.comparisonOperator().The default implementation does nothing.
- Specified by:
exitComparisonOperatorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterComparisonQuantifier
public void enterComparisonQuantifier(SqlBaseParser.ComparisonQuantifierContext ctx)
Enter a parse tree produced bySqlBaseParser.comparisonQuantifier().The default implementation does nothing.
- Specified by:
enterComparisonQuantifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitComparisonQuantifier
public void exitComparisonQuantifier(SqlBaseParser.ComparisonQuantifierContext ctx)
Exit a parse tree produced bySqlBaseParser.comparisonQuantifier().The default implementation does nothing.
- Specified by:
exitComparisonQuantifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBooleanValue
public void enterBooleanValue(SqlBaseParser.BooleanValueContext ctx)
Enter a parse tree produced bySqlBaseParser.booleanValue().The default implementation does nothing.
- Specified by:
enterBooleanValuein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBooleanValue
public void exitBooleanValue(SqlBaseParser.BooleanValueContext ctx)
Exit a parse tree produced bySqlBaseParser.booleanValue().The default implementation does nothing.
- Specified by:
exitBooleanValuein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterInterval
public void enterInterval(SqlBaseParser.IntervalContext ctx)
Enter a parse tree produced bySqlBaseParser.interval().The default implementation does nothing.
- Specified by:
enterIntervalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitInterval
public void exitInterval(SqlBaseParser.IntervalContext ctx)
Exit a parse tree produced bySqlBaseParser.interval().The default implementation does nothing.
- Specified by:
exitIntervalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterIntervalField
public void enterIntervalField(SqlBaseParser.IntervalFieldContext ctx)
Enter a parse tree produced bySqlBaseParser.intervalField().The default implementation does nothing.
- Specified by:
enterIntervalFieldin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitIntervalField
public void exitIntervalField(SqlBaseParser.IntervalFieldContext ctx)
Exit a parse tree produced bySqlBaseParser.intervalField().The default implementation does nothing.
- Specified by:
exitIntervalFieldin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNormalForm
public void enterNormalForm(SqlBaseParser.NormalFormContext ctx)
Enter a parse tree produced bySqlBaseParser.normalForm().The default implementation does nothing.
- Specified by:
enterNormalFormin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNormalForm
public void exitNormalForm(SqlBaseParser.NormalFormContext ctx)
Exit a parse tree produced bySqlBaseParser.normalForm().The default implementation does nothing.
- Specified by:
exitNormalFormin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRowType
public void enterRowType(SqlBaseParser.RowTypeContext ctx)
Enter a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterRowTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRowType
public void exitRowType(SqlBaseParser.RowTypeContext ctx)
Exit a parse tree produced by therowTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitRowTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterIntervalType
public void enterIntervalType(SqlBaseParser.IntervalTypeContext ctx)
Enter a parse tree produced by theintervalTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterIntervalTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitIntervalType
public void exitIntervalType(SqlBaseParser.IntervalTypeContext ctx)
Exit a parse tree produced by theintervalTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitIntervalTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterArrayType
public void enterArrayType(SqlBaseParser.ArrayTypeContext ctx)
Enter a parse tree produced by thearrayTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterArrayTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitArrayType
public void exitArrayType(SqlBaseParser.ArrayTypeContext ctx)
Exit a parse tree produced by thearrayTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitArrayTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDoublePrecisionType
public void enterDoublePrecisionType(SqlBaseParser.DoublePrecisionTypeContext ctx)
Enter a parse tree produced by thedoublePrecisionTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterDoublePrecisionTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDoublePrecisionType
public void exitDoublePrecisionType(SqlBaseParser.DoublePrecisionTypeContext ctx)
Exit a parse tree produced by thedoublePrecisionTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitDoublePrecisionTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLegacyArrayType
public void enterLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)
Enter a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterLegacyArrayTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLegacyArrayType
public void exitLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)
Exit a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitLegacyArrayTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterGenericType
public void enterGenericType(SqlBaseParser.GenericTypeContext ctx)
Enter a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterGenericTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitGenericType
public void exitGenericType(SqlBaseParser.GenericTypeContext ctx)
Exit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitGenericTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDateTimeType
public void enterDateTimeType(SqlBaseParser.DateTimeTypeContext ctx)
Enter a parse tree produced by thedateTimeTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterDateTimeTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDateTimeType
public void exitDateTimeType(SqlBaseParser.DateTimeTypeContext ctx)
Exit a parse tree produced by thedateTimeTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitDateTimeTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterLegacyMapType
public void enterLegacyMapType(SqlBaseParser.LegacyMapTypeContext ctx)
Enter a parse tree produced by thelegacyMapTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
enterLegacyMapTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitLegacyMapType
public void exitLegacyMapType(SqlBaseParser.LegacyMapTypeContext ctx)
Exit a parse tree produced by thelegacyMapTypelabeled alternative inSqlBaseParser.type().The default implementation does nothing.
- Specified by:
exitLegacyMapTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRowField
public void enterRowField(SqlBaseParser.RowFieldContext ctx)
Enter a parse tree produced bySqlBaseParser.rowField().The default implementation does nothing.
- Specified by:
enterRowFieldin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRowField
public void exitRowField(SqlBaseParser.RowFieldContext ctx)
Exit a parse tree produced bySqlBaseParser.rowField().The default implementation does nothing.
- Specified by:
exitRowFieldin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTypeParameter
public void enterTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Enter a parse tree produced bySqlBaseParser.typeParameter().The default implementation does nothing.
- Specified by:
enterTypeParameterin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTypeParameter
public void exitTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Exit a parse tree produced bySqlBaseParser.typeParameter().The default implementation does nothing.
- Specified by:
exitTypeParameterin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterWhenClause
public void enterWhenClause(SqlBaseParser.WhenClauseContext ctx)
Enter a parse tree produced bySqlBaseParser.whenClause().The default implementation does nothing.
- Specified by:
enterWhenClausein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitWhenClause
public void exitWhenClause(SqlBaseParser.WhenClauseContext ctx)
Exit a parse tree produced bySqlBaseParser.whenClause().The default implementation does nothing.
- Specified by:
exitWhenClausein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterFilter
public void enterFilter(SqlBaseParser.FilterContext ctx)
Enter a parse tree produced bySqlBaseParser.filter().The default implementation does nothing.
- Specified by:
enterFilterin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitFilter
public void exitFilter(SqlBaseParser.FilterContext ctx)
Exit a parse tree produced bySqlBaseParser.filter().The default implementation does nothing.
- Specified by:
exitFilterin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterMergeUpdate
public void enterMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)
Enter a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().The default implementation does nothing.
- Specified by:
enterMergeUpdatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitMergeUpdate
public void exitMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)
Exit a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().The default implementation does nothing.
- Specified by:
exitMergeUpdatein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterMergeDelete
public void enterMergeDelete(SqlBaseParser.MergeDeleteContext ctx)
Enter a parse tree produced by themergeDeletelabeled alternative inSqlBaseParser.mergeCase().The default implementation does nothing.
- Specified by:
enterMergeDeletein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitMergeDelete
public void exitMergeDelete(SqlBaseParser.MergeDeleteContext ctx)
Exit a parse tree produced by themergeDeletelabeled alternative inSqlBaseParser.mergeCase().The default implementation does nothing.
- Specified by:
exitMergeDeletein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterMergeInsert
public void enterMergeInsert(SqlBaseParser.MergeInsertContext ctx)
Enter a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().The default implementation does nothing.
- Specified by:
enterMergeInsertin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitMergeInsert
public void exitMergeInsert(SqlBaseParser.MergeInsertContext ctx)
Exit a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().The default implementation does nothing.
- Specified by:
exitMergeInsertin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterOver
public void enterOver(SqlBaseParser.OverContext ctx)
Enter a parse tree produced bySqlBaseParser.over().The default implementation does nothing.
- Specified by:
enterOverin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitOver
public void exitOver(SqlBaseParser.OverContext ctx)
Exit a parse tree produced bySqlBaseParser.over().The default implementation does nothing.
- Specified by:
exitOverin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterWindowFrame
public void enterWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Enter a parse tree produced bySqlBaseParser.windowFrame().The default implementation does nothing.
- Specified by:
enterWindowFramein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitWindowFrame
public void exitWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Exit a parse tree produced bySqlBaseParser.windowFrame().The default implementation does nothing.
- Specified by:
exitWindowFramein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUnboundedFrame
public void enterUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)
Enter a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().The default implementation does nothing.
- Specified by:
enterUnboundedFramein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUnboundedFrame
public void exitUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)
Exit a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().The default implementation does nothing.
- Specified by:
exitUnboundedFramein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCurrentRowBound
public void enterCurrentRowBound(SqlBaseParser.CurrentRowBoundContext ctx)
Enter a parse tree produced by thecurrentRowBoundlabeled alternative inSqlBaseParser.frameBound().The default implementation does nothing.
- Specified by:
enterCurrentRowBoundin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCurrentRowBound
public void exitCurrentRowBound(SqlBaseParser.CurrentRowBoundContext ctx)
Exit a parse tree produced by thecurrentRowBoundlabeled alternative inSqlBaseParser.frameBound().The default implementation does nothing.
- Specified by:
exitCurrentRowBoundin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBoundedFrame
public void enterBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Enter a parse tree produced by theboundedFramelabeled alternative inSqlBaseParser.frameBound().The default implementation does nothing.
- Specified by:
enterBoundedFramein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBoundedFrame
public void exitBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Exit a parse tree produced by theboundedFramelabeled alternative inSqlBaseParser.frameBound().The default implementation does nothing.
- Specified by:
exitBoundedFramein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUpdateAssignment
public void enterUpdateAssignment(SqlBaseParser.UpdateAssignmentContext ctx)
Enter a parse tree produced bySqlBaseParser.updateAssignment().The default implementation does nothing.
- Specified by:
enterUpdateAssignmentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUpdateAssignment
public void exitUpdateAssignment(SqlBaseParser.UpdateAssignmentContext ctx)
Exit a parse tree produced bySqlBaseParser.updateAssignment().The default implementation does nothing.
- Specified by:
exitUpdateAssignmentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExplainFormat
public void enterExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Enter a parse tree produced by theexplainFormatlabeled alternative inSqlBaseParser.explainOption().The default implementation does nothing.
- Specified by:
enterExplainFormatin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExplainFormat
public void exitExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Exit a parse tree produced by theexplainFormatlabeled alternative inSqlBaseParser.explainOption().The default implementation does nothing.
- Specified by:
exitExplainFormatin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterExplainType
public void enterExplainType(SqlBaseParser.ExplainTypeContext ctx)
Enter a parse tree produced by theexplainTypelabeled alternative inSqlBaseParser.explainOption().The default implementation does nothing.
- Specified by:
enterExplainTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitExplainType
public void exitExplainType(SqlBaseParser.ExplainTypeContext ctx)
Exit a parse tree produced by theexplainTypelabeled alternative inSqlBaseParser.explainOption().The default implementation does nothing.
- Specified by:
exitExplainTypein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterIsolationLevel
public void enterIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Enter a parse tree produced by theisolationLevellabeled alternative inSqlBaseParser.transactionMode().The default implementation does nothing.
- Specified by:
enterIsolationLevelin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitIsolationLevel
public void exitIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Exit a parse tree produced by theisolationLevellabeled alternative inSqlBaseParser.transactionMode().The default implementation does nothing.
- Specified by:
exitIsolationLevelin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterTransactionAccessMode
public void enterTransactionAccessMode(SqlBaseParser.TransactionAccessModeContext ctx)
Enter a parse tree produced by thetransactionAccessModelabeled alternative inSqlBaseParser.transactionMode().The default implementation does nothing.
- Specified by:
enterTransactionAccessModein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitTransactionAccessMode
public void exitTransactionAccessMode(SqlBaseParser.TransactionAccessModeContext ctx)
Exit a parse tree produced by thetransactionAccessModelabeled alternative inSqlBaseParser.transactionMode().The default implementation does nothing.
- Specified by:
exitTransactionAccessModein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterReadUncommitted
public void enterReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Enter a parse tree produced by thereadUncommittedlabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
enterReadUncommittedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitReadUncommitted
public void exitReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Exit a parse tree produced by thereadUncommittedlabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
exitReadUncommittedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterReadCommitted
public void enterReadCommitted(SqlBaseParser.ReadCommittedContext ctx)
Enter a parse tree produced by thereadCommittedlabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
enterReadCommittedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitReadCommitted
public void exitReadCommitted(SqlBaseParser.ReadCommittedContext ctx)
Exit a parse tree produced by thereadCommittedlabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
exitReadCommittedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRepeatableRead
public void enterRepeatableRead(SqlBaseParser.RepeatableReadContext ctx)
Enter a parse tree produced by therepeatableReadlabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
enterRepeatableReadin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRepeatableRead
public void exitRepeatableRead(SqlBaseParser.RepeatableReadContext ctx)
Exit a parse tree produced by therepeatableReadlabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
exitRepeatableReadin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSerializable
public void enterSerializable(SqlBaseParser.SerializableContext ctx)
Enter a parse tree produced by theserializablelabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
enterSerializablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSerializable
public void exitSerializable(SqlBaseParser.SerializableContext ctx)
Exit a parse tree produced by theserializablelabeled alternative inSqlBaseParser.levelOfIsolation().The default implementation does nothing.
- Specified by:
exitSerializablein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterPositionalArgument
public void enterPositionalArgument(SqlBaseParser.PositionalArgumentContext ctx)
Enter a parse tree produced by thepositionalArgumentlabeled alternative inSqlBaseParser.callArgument().The default implementation does nothing.
- Specified by:
enterPositionalArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitPositionalArgument
public void exitPositionalArgument(SqlBaseParser.PositionalArgumentContext ctx)
Exit a parse tree produced by thepositionalArgumentlabeled alternative inSqlBaseParser.callArgument().The default implementation does nothing.
- Specified by:
exitPositionalArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNamedArgument
public void enterNamedArgument(SqlBaseParser.NamedArgumentContext ctx)
Enter a parse tree produced by thenamedArgumentlabeled alternative inSqlBaseParser.callArgument().The default implementation does nothing.
- Specified by:
enterNamedArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNamedArgument
public void exitNamedArgument(SqlBaseParser.NamedArgumentContext ctx)
Exit a parse tree produced by thenamedArgumentlabeled alternative inSqlBaseParser.callArgument().The default implementation does nothing.
- Specified by:
exitNamedArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQualifiedArgument
public void enterQualifiedArgument(SqlBaseParser.QualifiedArgumentContext ctx)
Enter a parse tree produced by thequalifiedArgumentlabeled alternative inSqlBaseParser.pathElement().The default implementation does nothing.
- Specified by:
enterQualifiedArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQualifiedArgument
public void exitQualifiedArgument(SqlBaseParser.QualifiedArgumentContext ctx)
Exit a parse tree produced by thequalifiedArgumentlabeled alternative inSqlBaseParser.pathElement().The default implementation does nothing.
- Specified by:
exitQualifiedArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUnqualifiedArgument
public void enterUnqualifiedArgument(SqlBaseParser.UnqualifiedArgumentContext ctx)
Enter a parse tree produced by theunqualifiedArgumentlabeled alternative inSqlBaseParser.pathElement().The default implementation does nothing.
- Specified by:
enterUnqualifiedArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUnqualifiedArgument
public void exitUnqualifiedArgument(SqlBaseParser.UnqualifiedArgumentContext ctx)
Exit a parse tree produced by theunqualifiedArgumentlabeled alternative inSqlBaseParser.pathElement().The default implementation does nothing.
- Specified by:
exitUnqualifiedArgumentin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterPathSpecification
public void enterPathSpecification(SqlBaseParser.PathSpecificationContext ctx)
Enter a parse tree produced bySqlBaseParser.pathSpecification().The default implementation does nothing.
- Specified by:
enterPathSpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitPathSpecification
public void exitPathSpecification(SqlBaseParser.PathSpecificationContext ctx)
Exit a parse tree produced bySqlBaseParser.pathSpecification().The default implementation does nothing.
- Specified by:
exitPathSpecificationin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterPrivilege
public void enterPrivilege(SqlBaseParser.PrivilegeContext ctx)
Enter a parse tree produced bySqlBaseParser.privilege().The default implementation does nothing.
- Specified by:
enterPrivilegein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitPrivilege
public void exitPrivilege(SqlBaseParser.PrivilegeContext ctx)
Exit a parse tree produced bySqlBaseParser.privilege().The default implementation does nothing.
- Specified by:
exitPrivilegein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQualifiedName
public void enterQualifiedName(SqlBaseParser.QualifiedNameContext ctx)
Enter a parse tree produced bySqlBaseParser.qualifiedName().The default implementation does nothing.
- Specified by:
enterQualifiedNamein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQualifiedName
public void exitQualifiedName(SqlBaseParser.QualifiedNameContext ctx)
Exit a parse tree produced bySqlBaseParser.qualifiedName().The default implementation does nothing.
- Specified by:
exitQualifiedNamein interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterSpecifiedPrincipal
public void enterSpecifiedPrincipal(SqlBaseParser.SpecifiedPrincipalContext ctx)
Enter a parse tree produced by thespecifiedPrincipallabeled alternative inSqlBaseParser.grantor().The default implementation does nothing.
- Specified by:
enterSpecifiedPrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitSpecifiedPrincipal
public void exitSpecifiedPrincipal(SqlBaseParser.SpecifiedPrincipalContext ctx)
Exit a parse tree produced by thespecifiedPrincipallabeled alternative inSqlBaseParser.grantor().The default implementation does nothing.
- Specified by:
exitSpecifiedPrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCurrentUserGrantor
public void enterCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Enter a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().The default implementation does nothing.
- Specified by:
enterCurrentUserGrantorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCurrentUserGrantor
public void exitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Exit a parse tree produced by thecurrentUserGrantorlabeled alternative inSqlBaseParser.grantor().The default implementation does nothing.
- Specified by:
exitCurrentUserGrantorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterCurrentRoleGrantor
public void enterCurrentRoleGrantor(SqlBaseParser.CurrentRoleGrantorContext ctx)
Enter a parse tree produced by thecurrentRoleGrantorlabeled alternative inSqlBaseParser.grantor().The default implementation does nothing.
- Specified by:
enterCurrentRoleGrantorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitCurrentRoleGrantor
public void exitCurrentRoleGrantor(SqlBaseParser.CurrentRoleGrantorContext ctx)
Exit a parse tree produced by thecurrentRoleGrantorlabeled alternative inSqlBaseParser.grantor().The default implementation does nothing.
- Specified by:
exitCurrentRoleGrantorin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUnspecifiedPrincipal
public void enterUnspecifiedPrincipal(SqlBaseParser.UnspecifiedPrincipalContext ctx)
Enter a parse tree produced by theunspecifiedPrincipallabeled alternative inSqlBaseParser.principal().The default implementation does nothing.
- Specified by:
enterUnspecifiedPrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUnspecifiedPrincipal
public void exitUnspecifiedPrincipal(SqlBaseParser.UnspecifiedPrincipalContext ctx)
Exit a parse tree produced by theunspecifiedPrincipallabeled alternative inSqlBaseParser.principal().The default implementation does nothing.
- Specified by:
exitUnspecifiedPrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUserPrincipal
public void enterUserPrincipal(SqlBaseParser.UserPrincipalContext ctx)
Enter a parse tree produced by theuserPrincipallabeled alternative inSqlBaseParser.principal().The default implementation does nothing.
- Specified by:
enterUserPrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUserPrincipal
public void exitUserPrincipal(SqlBaseParser.UserPrincipalContext ctx)
Exit a parse tree produced by theuserPrincipallabeled alternative inSqlBaseParser.principal().The default implementation does nothing.
- Specified by:
exitUserPrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRolePrincipal
public void enterRolePrincipal(SqlBaseParser.RolePrincipalContext ctx)
Enter a parse tree produced by therolePrincipallabeled alternative inSqlBaseParser.principal().The default implementation does nothing.
- Specified by:
enterRolePrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRolePrincipal
public void exitRolePrincipal(SqlBaseParser.RolePrincipalContext ctx)
Exit a parse tree produced by therolePrincipallabeled alternative inSqlBaseParser.principal().The default implementation does nothing.
- Specified by:
exitRolePrincipalin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterRoles
public void enterRoles(SqlBaseParser.RolesContext ctx)
Enter a parse tree produced bySqlBaseParser.roles().The default implementation does nothing.
- Specified by:
enterRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitRoles
public void exitRoles(SqlBaseParser.RolesContext ctx)
Exit a parse tree produced bySqlBaseParser.roles().The default implementation does nothing.
- Specified by:
exitRolesin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterUnquotedIdentifier
public void enterUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx)
Enter a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
enterUnquotedIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitUnquotedIdentifier
public void exitUnquotedIdentifier(SqlBaseParser.UnquotedIdentifierContext ctx)
Exit a parse tree produced by theunquotedIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
exitUnquotedIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterQuotedIdentifier
public void enterQuotedIdentifier(SqlBaseParser.QuotedIdentifierContext ctx)
Enter a parse tree produced by thequotedIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
enterQuotedIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitQuotedIdentifier
public void exitQuotedIdentifier(SqlBaseParser.QuotedIdentifierContext ctx)
Exit a parse tree produced by thequotedIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
exitQuotedIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterBackQuotedIdentifier
public void enterBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Enter a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
enterBackQuotedIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitBackQuotedIdentifier
public void exitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Exit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
exitBackQuotedIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDigitIdentifier
public void enterDigitIdentifier(SqlBaseParser.DigitIdentifierContext ctx)
Enter a parse tree produced by thedigitIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
enterDigitIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDigitIdentifier
public void exitDigitIdentifier(SqlBaseParser.DigitIdentifierContext ctx)
Exit a parse tree produced by thedigitIdentifierlabeled alternative inSqlBaseParser.identifier().The default implementation does nothing.
- Specified by:
exitDigitIdentifierin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDecimalLiteral
public void enterDecimalLiteral(SqlBaseParser.DecimalLiteralContext ctx)
Enter a parse tree produced by thedecimalLiterallabeled alternative inSqlBaseParser.number().The default implementation does nothing.
- Specified by:
enterDecimalLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDecimalLiteral
public void exitDecimalLiteral(SqlBaseParser.DecimalLiteralContext ctx)
Exit a parse tree produced by thedecimalLiterallabeled alternative inSqlBaseParser.number().The default implementation does nothing.
- Specified by:
exitDecimalLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterDoubleLiteral
public void enterDoubleLiteral(SqlBaseParser.DoubleLiteralContext ctx)
Enter a parse tree produced by thedoubleLiterallabeled alternative inSqlBaseParser.number().The default implementation does nothing.
- Specified by:
enterDoubleLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitDoubleLiteral
public void exitDoubleLiteral(SqlBaseParser.DoubleLiteralContext ctx)
Exit a parse tree produced by thedoubleLiterallabeled alternative inSqlBaseParser.number().The default implementation does nothing.
- Specified by:
exitDoubleLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterIntegerLiteral
public void enterIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Enter a parse tree produced by theintegerLiterallabeled alternative inSqlBaseParser.number().The default implementation does nothing.
- Specified by:
enterIntegerLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitIntegerLiteral
public void exitIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Exit a parse tree produced by theintegerLiterallabeled alternative inSqlBaseParser.number().The default implementation does nothing.
- Specified by:
exitIntegerLiteralin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterNonReserved
public void enterNonReserved(SqlBaseParser.NonReservedContext ctx)
Enter a parse tree produced bySqlBaseParser.nonReserved().The default implementation does nothing.
- Specified by:
enterNonReservedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
exitNonReserved
public void exitNonReserved(SqlBaseParser.NonReservedContext ctx)
Exit a parse tree produced bySqlBaseParser.nonReserved().The default implementation does nothing.
- Specified by:
exitNonReservedin interfaceSqlBaseListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-