public class PrestoSqlBaseBaseListener extends Object implements PrestoSqlBaseListener
PrestoSqlBaseListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
PrestoSqlBaseBaseListener() |
public void enterSingleStatement(PrestoSqlBaseParser.SingleStatementContext ctx)
PrestoSqlBaseParser.singleStatement().
The default implementation does nothing.
enterSingleStatement 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSingleStatement(PrestoSqlBaseParser.SingleStatementContext ctx)
PrestoSqlBaseParser.singleStatement().
The default implementation does nothing.
exitSingleStatement 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStandaloneExpression(PrestoSqlBaseParser.StandaloneExpressionContext ctx)
PrestoSqlBaseParser.standaloneExpression().
The default implementation does nothing.
enterStandaloneExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStandaloneExpression(PrestoSqlBaseParser.StandaloneExpressionContext ctx)
PrestoSqlBaseParser.standaloneExpression().
The default implementation does nothing.
exitStandaloneExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStandalonePathSpecification(PrestoSqlBaseParser.StandalonePathSpecificationContext ctx)
PrestoSqlBaseParser.standalonePathSpecification().
The default implementation does nothing.
enterStandalonePathSpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStandalonePathSpecification(PrestoSqlBaseParser.StandalonePathSpecificationContext ctx)
PrestoSqlBaseParser.standalonePathSpecification().
The default implementation does nothing.
exitStandalonePathSpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStandaloneType(PrestoSqlBaseParser.StandaloneTypeContext ctx)
PrestoSqlBaseParser.standaloneType().
The default implementation does nothing.
enterStandaloneType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStandaloneType(PrestoSqlBaseParser.StandaloneTypeContext ctx)
PrestoSqlBaseParser.standaloneType().
The default implementation does nothing.
exitStandaloneType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStandaloneRowPattern(PrestoSqlBaseParser.StandaloneRowPatternContext ctx)
PrestoSqlBaseParser.standaloneRowPattern().
The default implementation does nothing.
enterStandaloneRowPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStandaloneRowPattern(PrestoSqlBaseParser.StandaloneRowPatternContext ctx)
PrestoSqlBaseParser.standaloneRowPattern().
The default implementation does nothing.
exitStandaloneRowPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStatementDefault(PrestoSqlBaseParser.StatementDefaultContext ctx)
statementDefault
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterStatementDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStatementDefault(PrestoSqlBaseParser.StatementDefaultContext ctx)
statementDefault
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitStatementDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUse(PrestoSqlBaseParser.UseContext ctx)
use
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterUse 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUse(PrestoSqlBaseParser.UseContext ctx)
use
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitUse 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCreateSchema(PrestoSqlBaseParser.CreateSchemaContext ctx)
createSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCreateSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCreateSchema(PrestoSqlBaseParser.CreateSchemaContext ctx)
createSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCreateSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDropSchema(PrestoSqlBaseParser.DropSchemaContext ctx)
dropSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDropSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDropSchema(PrestoSqlBaseParser.DropSchemaContext ctx)
dropSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDropSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRenameSchema(PrestoSqlBaseParser.RenameSchemaContext ctx)
renameSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRenameSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRenameSchema(PrestoSqlBaseParser.RenameSchemaContext ctx)
renameSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRenameSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetSchemaAuthorization(PrestoSqlBaseParser.SetSchemaAuthorizationContext ctx)
setSchemaAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetSchemaAuthorization 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetSchemaAuthorization(PrestoSqlBaseParser.SetSchemaAuthorizationContext ctx)
setSchemaAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetSchemaAuthorization 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCreateTableAsSelect(PrestoSqlBaseParser.CreateTableAsSelectContext ctx)
createTableAsSelect
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCreateTableAsSelect 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCreateTableAsSelect(PrestoSqlBaseParser.CreateTableAsSelectContext ctx)
createTableAsSelect
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCreateTableAsSelect 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCreateTable(PrestoSqlBaseParser.CreateTableContext ctx)
createTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCreateTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCreateTable(PrestoSqlBaseParser.CreateTableContext ctx)
createTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCreateTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDropTable(PrestoSqlBaseParser.DropTableContext ctx)
dropTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDropTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDropTable(PrestoSqlBaseParser.DropTableContext ctx)
dropTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDropTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterInsertInto(PrestoSqlBaseParser.InsertIntoContext ctx)
insertInto
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterInsertInto 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitInsertInto(PrestoSqlBaseParser.InsertIntoContext ctx)
insertInto
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitInsertInto 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDelete(PrestoSqlBaseParser.DeleteContext ctx)
delete
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDelete 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDelete(PrestoSqlBaseParser.DeleteContext ctx)
delete
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDelete 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRenameTable(PrestoSqlBaseParser.RenameTableContext ctx)
renameTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRenameTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRenameTable(PrestoSqlBaseParser.RenameTableContext ctx)
renameTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRenameTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCommentTable(PrestoSqlBaseParser.CommentTableContext ctx)
commentTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCommentTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCommentTable(PrestoSqlBaseParser.CommentTableContext ctx)
commentTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCommentTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCommentColumn(PrestoSqlBaseParser.CommentColumnContext ctx)
commentColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCommentColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCommentColumn(PrestoSqlBaseParser.CommentColumnContext ctx)
commentColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCommentColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRenameColumn(PrestoSqlBaseParser.RenameColumnContext ctx)
renameColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRenameColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRenameColumn(PrestoSqlBaseParser.RenameColumnContext ctx)
renameColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRenameColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDropColumn(PrestoSqlBaseParser.DropColumnContext ctx)
dropColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDropColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDropColumn(PrestoSqlBaseParser.DropColumnContext ctx)
dropColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDropColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterAddColumn(PrestoSqlBaseParser.AddColumnContext ctx)
addColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterAddColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitAddColumn(PrestoSqlBaseParser.AddColumnContext ctx)
addColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitAddColumn 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetTableAuthorization(PrestoSqlBaseParser.SetTableAuthorizationContext ctx)
setTableAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetTableAuthorization 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetTableAuthorization(PrestoSqlBaseParser.SetTableAuthorizationContext ctx)
setTableAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetTableAuthorization 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterAnalyze(PrestoSqlBaseParser.AnalyzeContext ctx)
analyze
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterAnalyze 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitAnalyze(PrestoSqlBaseParser.AnalyzeContext ctx)
analyze
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitAnalyze 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCreateMaterializedView(PrestoSqlBaseParser.CreateMaterializedViewContext ctx)
createMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCreateMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCreateMaterializedView(PrestoSqlBaseParser.CreateMaterializedViewContext ctx)
createMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCreateMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCreateView(PrestoSqlBaseParser.CreateViewContext ctx)
createView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCreateView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCreateView(PrestoSqlBaseParser.CreateViewContext ctx)
createView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCreateView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRefreshMaterializedView(PrestoSqlBaseParser.RefreshMaterializedViewContext ctx)
refreshMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRefreshMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRefreshMaterializedView(PrestoSqlBaseParser.RefreshMaterializedViewContext ctx)
refreshMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRefreshMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDropMaterializedView(PrestoSqlBaseParser.DropMaterializedViewContext ctx)
dropMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDropMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDropMaterializedView(PrestoSqlBaseParser.DropMaterializedViewContext ctx)
dropMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDropMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDropView(PrestoSqlBaseParser.DropViewContext ctx)
dropView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDropView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDropView(PrestoSqlBaseParser.DropViewContext ctx)
dropView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDropView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRenameView(PrestoSqlBaseParser.RenameViewContext ctx)
renameView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRenameView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRenameView(PrestoSqlBaseParser.RenameViewContext ctx)
renameView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRenameView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetViewAuthorization(PrestoSqlBaseParser.SetViewAuthorizationContext ctx)
setViewAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetViewAuthorization 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetViewAuthorization(PrestoSqlBaseParser.SetViewAuthorizationContext ctx)
setViewAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetViewAuthorization 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCall(PrestoSqlBaseParser.CallContext ctx)
call
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCall 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCall(PrestoSqlBaseParser.CallContext ctx)
call
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCall 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCreateRole(PrestoSqlBaseParser.CreateRoleContext ctx)
createRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCreateRole 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCreateRole(PrestoSqlBaseParser.CreateRoleContext ctx)
createRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCreateRole 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDropRole(PrestoSqlBaseParser.DropRoleContext ctx)
dropRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDropRole 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDropRole(PrestoSqlBaseParser.DropRoleContext ctx)
dropRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDropRole 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGrantRoles(PrestoSqlBaseParser.GrantRolesContext ctx)
grantRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterGrantRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGrantRoles(PrestoSqlBaseParser.GrantRolesContext ctx)
grantRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitGrantRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRevokeRoles(PrestoSqlBaseParser.RevokeRolesContext ctx)
revokeRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRevokeRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRevokeRoles(PrestoSqlBaseParser.RevokeRolesContext ctx)
revokeRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRevokeRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetRole(PrestoSqlBaseParser.SetRoleContext ctx)
setRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetRole 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetRole(PrestoSqlBaseParser.SetRoleContext ctx)
setRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetRole 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGrant(PrestoSqlBaseParser.GrantContext ctx)
grant
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterGrant 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGrant(PrestoSqlBaseParser.GrantContext ctx)
grant
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitGrant 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRevoke(PrestoSqlBaseParser.RevokeContext ctx)
revoke
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRevoke 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRevoke(PrestoSqlBaseParser.RevokeContext ctx)
revoke
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRevoke 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowGrants(PrestoSqlBaseParser.ShowGrantsContext ctx)
showGrants
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowGrants 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowGrants(PrestoSqlBaseParser.ShowGrantsContext ctx)
showGrants
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowGrants 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExplain(PrestoSqlBaseParser.ExplainContext ctx)
explain
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterExplain 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExplain(PrestoSqlBaseParser.ExplainContext ctx)
explain
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitExplain 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExplainAnalyze(PrestoSqlBaseParser.ExplainAnalyzeContext ctx)
explainAnalyze
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterExplainAnalyze 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExplainAnalyze(PrestoSqlBaseParser.ExplainAnalyzeContext ctx)
explainAnalyze
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitExplainAnalyze 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowCreateTable(PrestoSqlBaseParser.ShowCreateTableContext ctx)
showCreateTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowCreateTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowCreateTable(PrestoSqlBaseParser.ShowCreateTableContext ctx)
showCreateTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowCreateTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowCreateSchema(PrestoSqlBaseParser.ShowCreateSchemaContext ctx)
showCreateSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowCreateSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowCreateSchema(PrestoSqlBaseParser.ShowCreateSchemaContext ctx)
showCreateSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowCreateSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowCreateView(PrestoSqlBaseParser.ShowCreateViewContext ctx)
showCreateView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowCreateView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowCreateView(PrestoSqlBaseParser.ShowCreateViewContext ctx)
showCreateView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowCreateView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowCreateMaterializedView(PrestoSqlBaseParser.ShowCreateMaterializedViewContext ctx)
showCreateMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowCreateMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowCreateMaterializedView(PrestoSqlBaseParser.ShowCreateMaterializedViewContext ctx)
showCreateMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowCreateMaterializedView 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowTables(PrestoSqlBaseParser.ShowTablesContext ctx)
showTables
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowTables 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowTables(PrestoSqlBaseParser.ShowTablesContext ctx)
showTables
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowTables 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowSchemas(PrestoSqlBaseParser.ShowSchemasContext ctx)
showSchemas
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowSchemas 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowSchemas(PrestoSqlBaseParser.ShowSchemasContext ctx)
showSchemas
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowSchemas 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowCatalogs(PrestoSqlBaseParser.ShowCatalogsContext ctx)
showCatalogs
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowCatalogs 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowCatalogs(PrestoSqlBaseParser.ShowCatalogsContext ctx)
showCatalogs
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowCatalogs 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowColumns(PrestoSqlBaseParser.ShowColumnsContext ctx)
showColumns
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowColumns 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowColumns(PrestoSqlBaseParser.ShowColumnsContext ctx)
showColumns
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowColumns 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowStats(PrestoSqlBaseParser.ShowStatsContext ctx)
showStats
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowStats 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowStats(PrestoSqlBaseParser.ShowStatsContext ctx)
showStats
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowStats 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowStatsForQuery(PrestoSqlBaseParser.ShowStatsForQueryContext ctx)
showStatsForQuery
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowStatsForQuery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowStatsForQuery(PrestoSqlBaseParser.ShowStatsForQueryContext ctx)
showStatsForQuery
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowStatsForQuery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowRoles(PrestoSqlBaseParser.ShowRolesContext ctx)
showRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowRoles(PrestoSqlBaseParser.ShowRolesContext ctx)
showRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowRoleGrants(PrestoSqlBaseParser.ShowRoleGrantsContext ctx)
showRoleGrants
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowRoleGrants 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowRoleGrants(PrestoSqlBaseParser.ShowRoleGrantsContext ctx)
showRoleGrants
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowRoleGrants 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowFunctions(PrestoSqlBaseParser.ShowFunctionsContext ctx)
showFunctions
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowFunctions 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowFunctions(PrestoSqlBaseParser.ShowFunctionsContext ctx)
showFunctions
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowFunctions 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterShowSession(PrestoSqlBaseParser.ShowSessionContext ctx)
showSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterShowSession 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitShowSession(PrestoSqlBaseParser.ShowSessionContext ctx)
showSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitShowSession 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetSession(PrestoSqlBaseParser.SetSessionContext ctx)
setSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetSession 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetSession(PrestoSqlBaseParser.SetSessionContext ctx)
setSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetSession 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterResetSession(PrestoSqlBaseParser.ResetSessionContext ctx)
resetSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterResetSession 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitResetSession(PrestoSqlBaseParser.ResetSessionContext ctx)
resetSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitResetSession 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStartTransaction(PrestoSqlBaseParser.StartTransactionContext ctx)
startTransaction
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterStartTransaction 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStartTransaction(PrestoSqlBaseParser.StartTransactionContext ctx)
startTransaction
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitStartTransaction 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCommit(PrestoSqlBaseParser.CommitContext ctx)
commit
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterCommit 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCommit(PrestoSqlBaseParser.CommitContext ctx)
commit
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitCommit 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRollback(PrestoSqlBaseParser.RollbackContext ctx)
rollback
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterRollback 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRollback(PrestoSqlBaseParser.RollbackContext ctx)
rollback
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitRollback 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPrepare(PrestoSqlBaseParser.PrepareContext ctx)
prepare
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterPrepare 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPrepare(PrestoSqlBaseParser.PrepareContext ctx)
prepare
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitPrepare 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDeallocate(PrestoSqlBaseParser.DeallocateContext ctx)
deallocate
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDeallocate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDeallocate(PrestoSqlBaseParser.DeallocateContext ctx)
deallocate
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDeallocate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExecute(PrestoSqlBaseParser.ExecuteContext ctx)
execute
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterExecute 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExecute(PrestoSqlBaseParser.ExecuteContext ctx)
execute
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitExecute 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDescribeInput(PrestoSqlBaseParser.DescribeInputContext ctx)
describeInput
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDescribeInput 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDescribeInput(PrestoSqlBaseParser.DescribeInputContext ctx)
describeInput
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDescribeInput 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDescribeOutput(PrestoSqlBaseParser.DescribeOutputContext ctx)
describeOutput
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterDescribeOutput 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDescribeOutput(PrestoSqlBaseParser.DescribeOutputContext ctx)
describeOutput
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitDescribeOutput 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetPath(PrestoSqlBaseParser.SetPathContext ctx)
setPath
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetPath 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetPath(PrestoSqlBaseParser.SetPathContext ctx)
setPath
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetPath 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetTimeZone(PrestoSqlBaseParser.SetTimeZoneContext ctx)
setTimeZone
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterSetTimeZone 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetTimeZone(PrestoSqlBaseParser.SetTimeZoneContext ctx)
setTimeZone
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitSetTimeZone 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUpdate(PrestoSqlBaseParser.UpdateContext ctx)
update
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterUpdate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUpdate(PrestoSqlBaseParser.UpdateContext ctx)
update
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitUpdate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMerge(PrestoSqlBaseParser.MergeContext ctx)
merge
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
enterMerge 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMerge(PrestoSqlBaseParser.MergeContext ctx)
merge
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation does nothing.
exitMerge 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQuery(PrestoSqlBaseParser.QueryContext ctx)
PrestoSqlBaseParser.query().
The default implementation does nothing.
enterQuery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQuery(PrestoSqlBaseParser.QueryContext ctx)
PrestoSqlBaseParser.query().
The default implementation does nothing.
exitQuery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterWith(PrestoSqlBaseParser.WithContext ctx)
PrestoSqlBaseParser.with().
The default implementation does nothing.
enterWith 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitWith(PrestoSqlBaseParser.WithContext ctx)
PrestoSqlBaseParser.with().
The default implementation does nothing.
exitWith 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTableElement(PrestoSqlBaseParser.TableElementContext ctx)
PrestoSqlBaseParser.tableElement().
The default implementation does nothing.
enterTableElement 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTableElement(PrestoSqlBaseParser.TableElementContext ctx)
PrestoSqlBaseParser.tableElement().
The default implementation does nothing.
exitTableElement 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterColumnDefinition(PrestoSqlBaseParser.ColumnDefinitionContext ctx)
PrestoSqlBaseParser.columnDefinition().
The default implementation does nothing.
enterColumnDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitColumnDefinition(PrestoSqlBaseParser.ColumnDefinitionContext ctx)
PrestoSqlBaseParser.columnDefinition().
The default implementation does nothing.
exitColumnDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLikeClause(PrestoSqlBaseParser.LikeClauseContext ctx)
PrestoSqlBaseParser.likeClause().
The default implementation does nothing.
enterLikeClause 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLikeClause(PrestoSqlBaseParser.LikeClauseContext ctx)
PrestoSqlBaseParser.likeClause().
The default implementation does nothing.
exitLikeClause 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterProperties(PrestoSqlBaseParser.PropertiesContext ctx)
PrestoSqlBaseParser.properties().
The default implementation does nothing.
enterProperties 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitProperties(PrestoSqlBaseParser.PropertiesContext ctx)
PrestoSqlBaseParser.properties().
The default implementation does nothing.
exitProperties 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterProperty(PrestoSqlBaseParser.PropertyContext ctx)
PrestoSqlBaseParser.property().
The default implementation does nothing.
enterProperty 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitProperty(PrestoSqlBaseParser.PropertyContext ctx)
PrestoSqlBaseParser.property().
The default implementation does nothing.
exitProperty 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQueryNoWith(PrestoSqlBaseParser.QueryNoWithContext ctx)
PrestoSqlBaseParser.queryNoWith().
The default implementation does nothing.
enterQueryNoWith 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQueryNoWith(PrestoSqlBaseParser.QueryNoWithContext ctx)
PrestoSqlBaseParser.queryNoWith().
The default implementation does nothing.
exitQueryNoWith 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLimitRowCount(PrestoSqlBaseParser.LimitRowCountContext ctx)
PrestoSqlBaseParser.limitRowCount().
The default implementation does nothing.
enterLimitRowCount 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLimitRowCount(PrestoSqlBaseParser.LimitRowCountContext ctx)
PrestoSqlBaseParser.limitRowCount().
The default implementation does nothing.
exitLimitRowCount 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRowCount(PrestoSqlBaseParser.RowCountContext ctx)
PrestoSqlBaseParser.rowCount().
The default implementation does nothing.
enterRowCount 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRowCount(PrestoSqlBaseParser.RowCountContext ctx)
PrestoSqlBaseParser.rowCount().
The default implementation does nothing.
exitRowCount 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQueryTermDefault(PrestoSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in PrestoSqlBaseParser.queryTerm().
The default implementation does nothing.
enterQueryTermDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQueryTermDefault(PrestoSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in PrestoSqlBaseParser.queryTerm().
The default implementation does nothing.
exitQueryTermDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetOperation(PrestoSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in PrestoSqlBaseParser.queryTerm().
The default implementation does nothing.
enterSetOperation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetOperation(PrestoSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in PrestoSqlBaseParser.queryTerm().
The default implementation does nothing.
exitSetOperation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQueryPrimaryDefault(PrestoSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterQueryPrimaryDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQueryPrimaryDefault(PrestoSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitQueryPrimaryDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTable(PrestoSqlBaseParser.TableContext ctx)
table
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTable(PrestoSqlBaseParser.TableContext ctx)
table
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterInlineTable(PrestoSqlBaseParser.InlineTableContext ctx)
inlineTable
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterInlineTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitInlineTable(PrestoSqlBaseParser.InlineTableContext ctx)
inlineTable
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitInlineTable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSubquery(PrestoSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterSubquery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSubquery(PrestoSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitSubquery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSortItem(PrestoSqlBaseParser.SortItemContext ctx)
PrestoSqlBaseParser.sortItem().
The default implementation does nothing.
enterSortItem 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSortItem(PrestoSqlBaseParser.SortItemContext ctx)
PrestoSqlBaseParser.sortItem().
The default implementation does nothing.
exitSortItem 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQuerySpecification(PrestoSqlBaseParser.QuerySpecificationContext ctx)
PrestoSqlBaseParser.querySpecification().
The default implementation does nothing.
enterQuerySpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQuerySpecification(PrestoSqlBaseParser.QuerySpecificationContext ctx)
PrestoSqlBaseParser.querySpecification().
The default implementation does nothing.
exitQuerySpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGroupBy(PrestoSqlBaseParser.GroupByContext ctx)
PrestoSqlBaseParser.groupBy().
The default implementation does nothing.
enterGroupBy 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGroupBy(PrestoSqlBaseParser.GroupByContext ctx)
PrestoSqlBaseParser.groupBy().
The default implementation does nothing.
exitGroupBy 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSingleGroupingSet(PrestoSqlBaseParser.SingleGroupingSetContext ctx)
singleGroupingSet
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
enterSingleGroupingSet 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSingleGroupingSet(PrestoSqlBaseParser.SingleGroupingSetContext ctx)
singleGroupingSet
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
exitSingleGroupingSet 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRollup(PrestoSqlBaseParser.RollupContext ctx)
rollup
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
enterRollup 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRollup(PrestoSqlBaseParser.RollupContext ctx)
rollup
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
exitRollup 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCube(PrestoSqlBaseParser.CubeContext ctx)
cube
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
enterCube 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCube(PrestoSqlBaseParser.CubeContext ctx)
cube
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
exitCube 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMultipleGroupingSets(PrestoSqlBaseParser.MultipleGroupingSetsContext ctx)
multipleGroupingSets
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
enterMultipleGroupingSets 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMultipleGroupingSets(PrestoSqlBaseParser.MultipleGroupingSetsContext ctx)
multipleGroupingSets
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation does nothing.
exitMultipleGroupingSets 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGroupingSet(PrestoSqlBaseParser.GroupingSetContext ctx)
PrestoSqlBaseParser.groupingSet().
The default implementation does nothing.
enterGroupingSet 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGroupingSet(PrestoSqlBaseParser.GroupingSetContext ctx)
PrestoSqlBaseParser.groupingSet().
The default implementation does nothing.
exitGroupingSet 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterWindowDefinition(PrestoSqlBaseParser.WindowDefinitionContext ctx)
PrestoSqlBaseParser.windowDefinition().
The default implementation does nothing.
enterWindowDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitWindowDefinition(PrestoSqlBaseParser.WindowDefinitionContext ctx)
PrestoSqlBaseParser.windowDefinition().
The default implementation does nothing.
exitWindowDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterWindowSpecification(PrestoSqlBaseParser.WindowSpecificationContext ctx)
PrestoSqlBaseParser.windowSpecification().
The default implementation does nothing.
enterWindowSpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitWindowSpecification(PrestoSqlBaseParser.WindowSpecificationContext ctx)
PrestoSqlBaseParser.windowSpecification().
The default implementation does nothing.
exitWindowSpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNamedQuery(PrestoSqlBaseParser.NamedQueryContext ctx)
PrestoSqlBaseParser.namedQuery().
The default implementation does nothing.
enterNamedQuery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNamedQuery(PrestoSqlBaseParser.NamedQueryContext ctx)
PrestoSqlBaseParser.namedQuery().
The default implementation does nothing.
exitNamedQuery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSetQuantifier(PrestoSqlBaseParser.SetQuantifierContext ctx)
PrestoSqlBaseParser.setQuantifier().
The default implementation does nothing.
enterSetQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSetQuantifier(PrestoSqlBaseParser.SetQuantifierContext ctx)
PrestoSqlBaseParser.setQuantifier().
The default implementation does nothing.
exitSetQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSelectSingle(PrestoSqlBaseParser.SelectSingleContext ctx)
selectSingle
labeled alternative in PrestoSqlBaseParser.selectItem().
The default implementation does nothing.
enterSelectSingle 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSelectSingle(PrestoSqlBaseParser.SelectSingleContext ctx)
selectSingle
labeled alternative in PrestoSqlBaseParser.selectItem().
The default implementation does nothing.
exitSelectSingle 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSelectAll(PrestoSqlBaseParser.SelectAllContext ctx)
selectAll
labeled alternative in PrestoSqlBaseParser.selectItem().
The default implementation does nothing.
enterSelectAll 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSelectAll(PrestoSqlBaseParser.SelectAllContext ctx)
selectAll
labeled alternative in PrestoSqlBaseParser.selectItem().
The default implementation does nothing.
exitSelectAll 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRelationDefault(PrestoSqlBaseParser.RelationDefaultContext ctx)
relationDefault
labeled alternative in PrestoSqlBaseParser.relation().
The default implementation does nothing.
enterRelationDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRelationDefault(PrestoSqlBaseParser.RelationDefaultContext ctx)
relationDefault
labeled alternative in PrestoSqlBaseParser.relation().
The default implementation does nothing.
exitRelationDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterJoinRelation(PrestoSqlBaseParser.JoinRelationContext ctx)
joinRelation
labeled alternative in PrestoSqlBaseParser.relation().
The default implementation does nothing.
enterJoinRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitJoinRelation(PrestoSqlBaseParser.JoinRelationContext ctx)
joinRelation
labeled alternative in PrestoSqlBaseParser.relation().
The default implementation does nothing.
exitJoinRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterJoinType(PrestoSqlBaseParser.JoinTypeContext ctx)
PrestoSqlBaseParser.joinType().
The default implementation does nothing.
enterJoinType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitJoinType(PrestoSqlBaseParser.JoinTypeContext ctx)
PrestoSqlBaseParser.joinType().
The default implementation does nothing.
exitJoinType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterJoinCriteria(PrestoSqlBaseParser.JoinCriteriaContext ctx)
PrestoSqlBaseParser.joinCriteria().
The default implementation does nothing.
enterJoinCriteria 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitJoinCriteria(PrestoSqlBaseParser.JoinCriteriaContext ctx)
PrestoSqlBaseParser.joinCriteria().
The default implementation does nothing.
exitJoinCriteria 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSampledRelation(PrestoSqlBaseParser.SampledRelationContext ctx)
PrestoSqlBaseParser.sampledRelation().
The default implementation does nothing.
enterSampledRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSampledRelation(PrestoSqlBaseParser.SampledRelationContext ctx)
PrestoSqlBaseParser.sampledRelation().
The default implementation does nothing.
exitSampledRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSampleType(PrestoSqlBaseParser.SampleTypeContext ctx)
PrestoSqlBaseParser.sampleType().
The default implementation does nothing.
enterSampleType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSampleType(PrestoSqlBaseParser.SampleTypeContext ctx)
PrestoSqlBaseParser.sampleType().
The default implementation does nothing.
exitSampleType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPatternRecognition(PrestoSqlBaseParser.PatternRecognitionContext ctx)
PrestoSqlBaseParser.patternRecognition().
The default implementation does nothing.
enterPatternRecognition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPatternRecognition(PrestoSqlBaseParser.PatternRecognitionContext ctx)
PrestoSqlBaseParser.patternRecognition().
The default implementation does nothing.
exitPatternRecognition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMeasureDefinition(PrestoSqlBaseParser.MeasureDefinitionContext ctx)
PrestoSqlBaseParser.measureDefinition().
The default implementation does nothing.
enterMeasureDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMeasureDefinition(PrestoSqlBaseParser.MeasureDefinitionContext ctx)
PrestoSqlBaseParser.measureDefinition().
The default implementation does nothing.
exitMeasureDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRowsPerMatch(PrestoSqlBaseParser.RowsPerMatchContext ctx)
PrestoSqlBaseParser.rowsPerMatch().
The default implementation does nothing.
enterRowsPerMatch 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRowsPerMatch(PrestoSqlBaseParser.RowsPerMatchContext ctx)
PrestoSqlBaseParser.rowsPerMatch().
The default implementation does nothing.
exitRowsPerMatch 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterEmptyMatchHandling(PrestoSqlBaseParser.EmptyMatchHandlingContext ctx)
PrestoSqlBaseParser.emptyMatchHandling().
The default implementation does nothing.
enterEmptyMatchHandling 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitEmptyMatchHandling(PrestoSqlBaseParser.EmptyMatchHandlingContext ctx)
PrestoSqlBaseParser.emptyMatchHandling().
The default implementation does nothing.
exitEmptyMatchHandling 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSkipTo(PrestoSqlBaseParser.SkipToContext ctx)
PrestoSqlBaseParser.skipTo().
The default implementation does nothing.
enterSkipTo 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSkipTo(PrestoSqlBaseParser.SkipToContext ctx)
PrestoSqlBaseParser.skipTo().
The default implementation does nothing.
exitSkipTo 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSubsetDefinition(PrestoSqlBaseParser.SubsetDefinitionContext ctx)
PrestoSqlBaseParser.subsetDefinition().
The default implementation does nothing.
enterSubsetDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSubsetDefinition(PrestoSqlBaseParser.SubsetDefinitionContext ctx)
PrestoSqlBaseParser.subsetDefinition().
The default implementation does nothing.
exitSubsetDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterVariableDefinition(PrestoSqlBaseParser.VariableDefinitionContext ctx)
PrestoSqlBaseParser.variableDefinition().
The default implementation does nothing.
enterVariableDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitVariableDefinition(PrestoSqlBaseParser.VariableDefinitionContext ctx)
PrestoSqlBaseParser.variableDefinition().
The default implementation does nothing.
exitVariableDefinition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterAliasedRelation(PrestoSqlBaseParser.AliasedRelationContext ctx)
PrestoSqlBaseParser.aliasedRelation().
The default implementation does nothing.
enterAliasedRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitAliasedRelation(PrestoSqlBaseParser.AliasedRelationContext ctx)
PrestoSqlBaseParser.aliasedRelation().
The default implementation does nothing.
exitAliasedRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterColumnAliases(PrestoSqlBaseParser.ColumnAliasesContext ctx)
PrestoSqlBaseParser.columnAliases().
The default implementation does nothing.
enterColumnAliases 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitColumnAliases(PrestoSqlBaseParser.ColumnAliasesContext ctx)
PrestoSqlBaseParser.columnAliases().
The default implementation does nothing.
exitColumnAliases 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTableName(PrestoSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterTableName 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTableName(PrestoSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitTableName 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSubqueryRelation(PrestoSqlBaseParser.SubqueryRelationContext ctx)
subqueryRelation
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterSubqueryRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSubqueryRelation(PrestoSqlBaseParser.SubqueryRelationContext ctx)
subqueryRelation
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitSubqueryRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUnnest(PrestoSqlBaseParser.UnnestContext ctx)
unnest
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterUnnest 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUnnest(PrestoSqlBaseParser.UnnestContext ctx)
unnest
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitUnnest 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLateral(PrestoSqlBaseParser.LateralContext ctx)
lateral
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterLateral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLateral(PrestoSqlBaseParser.LateralContext ctx)
lateral
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitLateral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterParenthesizedRelation(PrestoSqlBaseParser.ParenthesizedRelationContext ctx)
parenthesizedRelation
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterParenthesizedRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitParenthesizedRelation(PrestoSqlBaseParser.ParenthesizedRelationContext ctx)
parenthesizedRelation
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitParenthesizedRelation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExpression(PrestoSqlBaseParser.ExpressionContext ctx)
PrestoSqlBaseParser.expression().
The default implementation does nothing.
enterExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExpression(PrestoSqlBaseParser.ExpressionContext ctx)
PrestoSqlBaseParser.expression().
The default implementation does nothing.
exitExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLogicalNot(PrestoSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterLogicalNot 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLogicalNot(PrestoSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitLogicalNot 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPredicated(PrestoSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterPredicated 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPredicated(PrestoSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitPredicated 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLogicalBinary(PrestoSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterLogicalBinary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLogicalBinary(PrestoSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitLogicalBinary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterComparison(PrestoSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterComparison 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitComparison(PrestoSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitComparison 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQuantifiedComparison(PrestoSqlBaseParser.QuantifiedComparisonContext ctx)
quantifiedComparison
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterQuantifiedComparison 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQuantifiedComparison(PrestoSqlBaseParser.QuantifiedComparisonContext ctx)
quantifiedComparison
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitQuantifiedComparison 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBetween(PrestoSqlBaseParser.BetweenContext ctx)
between
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterBetween 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBetween(PrestoSqlBaseParser.BetweenContext ctx)
between
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitBetween 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterInList(PrestoSqlBaseParser.InListContext ctx)
inList
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterInList 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitInList(PrestoSqlBaseParser.InListContext ctx)
inList
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitInList 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterInSubquery(PrestoSqlBaseParser.InSubqueryContext ctx)
inSubquery
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterInSubquery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitInSubquery(PrestoSqlBaseParser.InSubqueryContext ctx)
inSubquery
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitInSubquery 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLike(PrestoSqlBaseParser.LikeContext ctx)
like
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterLike 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLike(PrestoSqlBaseParser.LikeContext ctx)
like
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitLike 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNullPredicate(PrestoSqlBaseParser.NullPredicateContext ctx)
nullPredicate
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterNullPredicate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNullPredicate(PrestoSqlBaseParser.NullPredicateContext ctx)
nullPredicate
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitNullPredicate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDistinctFrom(PrestoSqlBaseParser.DistinctFromContext ctx)
distinctFrom
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
enterDistinctFrom 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDistinctFrom(PrestoSqlBaseParser.DistinctFromContext ctx)
distinctFrom
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation does nothing.
exitDistinctFrom 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterValueExpressionDefault(PrestoSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
enterValueExpressionDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitValueExpressionDefault(PrestoSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
exitValueExpressionDefault 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterConcatenation(PrestoSqlBaseParser.ConcatenationContext ctx)
concatenation
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
enterConcatenation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitConcatenation(PrestoSqlBaseParser.ConcatenationContext ctx)
concatenation
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
exitConcatenation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterArithmeticBinary(PrestoSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
enterArithmeticBinary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitArithmeticBinary(PrestoSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
exitArithmeticBinary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterArithmeticUnary(PrestoSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
enterArithmeticUnary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitArithmeticUnary(PrestoSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
exitArithmeticUnary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterAtTimeZone(PrestoSqlBaseParser.AtTimeZoneContext ctx)
atTimeZone
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
enterAtTimeZone 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitAtTimeZone(PrestoSqlBaseParser.AtTimeZoneContext ctx)
atTimeZone
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation does nothing.
exitAtTimeZone 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDereference(PrestoSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterDereference 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDereference(PrestoSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitDereference 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTypeConstructor(PrestoSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterTypeConstructor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTypeConstructor(PrestoSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitTypeConstructor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSpecialDateTimeFunction(PrestoSqlBaseParser.SpecialDateTimeFunctionContext ctx)
specialDateTimeFunction
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSpecialDateTimeFunction 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSpecialDateTimeFunction(PrestoSqlBaseParser.SpecialDateTimeFunctionContext ctx)
specialDateTimeFunction
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSpecialDateTimeFunction 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSubstring(PrestoSqlBaseParser.SubstringContext ctx)
substring
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubstring 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSubstring(PrestoSqlBaseParser.SubstringContext ctx)
substring
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubstring 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCast(PrestoSqlBaseParser.CastContext ctx)
cast
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCast 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCast(PrestoSqlBaseParser.CastContext ctx)
cast
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCast 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLambda(PrestoSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterLambda 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLambda(PrestoSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitLambda 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterParenthesizedExpression(PrestoSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterParenthesizedExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitParenthesizedExpression(PrestoSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitParenthesizedExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterParameter(PrestoSqlBaseParser.ParameterContext ctx)
parameter
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterParameter 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitParameter(PrestoSqlBaseParser.ParameterContext ctx)
parameter
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitParameter 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNormalize(PrestoSqlBaseParser.NormalizeContext ctx)
normalize
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterNormalize 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNormalize(PrestoSqlBaseParser.NormalizeContext ctx)
normalize
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitNormalize 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterIntervalLiteral(PrestoSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterIntervalLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitIntervalLiteral(PrestoSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitIntervalLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNumericLiteral(PrestoSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterNumericLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNumericLiteral(PrestoSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitNumericLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBooleanLiteral(PrestoSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterBooleanLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBooleanLiteral(PrestoSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitBooleanLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSimpleCase(PrestoSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSimpleCase 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSimpleCase(PrestoSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSimpleCase 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterColumnReference(PrestoSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterColumnReference 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitColumnReference(PrestoSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitColumnReference 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNullLiteral(PrestoSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterNullLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNullLiteral(PrestoSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitNullLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRowConstructor(PrestoSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterRowConstructor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRowConstructor(PrestoSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitRowConstructor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSubscript(PrestoSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubscript 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSubscript(PrestoSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubscript 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentPath(PrestoSqlBaseParser.CurrentPathContext ctx)
currentPath
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCurrentPath 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentPath(PrestoSqlBaseParser.CurrentPathContext ctx)
currentPath
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCurrentPath 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSubqueryExpression(PrestoSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubqueryExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSubqueryExpression(PrestoSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubqueryExpression 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBinaryLiteral(PrestoSqlBaseParser.BinaryLiteralContext ctx)
binaryLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterBinaryLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBinaryLiteral(PrestoSqlBaseParser.BinaryLiteralContext ctx)
binaryLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitBinaryLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentUser(PrestoSqlBaseParser.CurrentUserContext ctx)
currentUser
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCurrentUser 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentUser(PrestoSqlBaseParser.CurrentUserContext ctx)
currentUser
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCurrentUser 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMeasure(PrestoSqlBaseParser.MeasureContext ctx)
measure
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterMeasure 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMeasure(PrestoSqlBaseParser.MeasureContext ctx)
measure
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitMeasure 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExtract(PrestoSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterExtract 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExtract(PrestoSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitExtract 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterStringLiteral(PrestoSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterStringLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitStringLiteral(PrestoSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitStringLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterArrayConstructor(PrestoSqlBaseParser.ArrayConstructorContext ctx)
arrayConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterArrayConstructor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitArrayConstructor(PrestoSqlBaseParser.ArrayConstructorContext ctx)
arrayConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitArrayConstructor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterFunctionCall(PrestoSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterFunctionCall 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitFunctionCall(PrestoSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitFunctionCall 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentSchema(PrestoSqlBaseParser.CurrentSchemaContext ctx)
currentSchema
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCurrentSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentSchema(PrestoSqlBaseParser.CurrentSchemaContext ctx)
currentSchema
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCurrentSchema 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExists(PrestoSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterExists 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExists(PrestoSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitExists 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPosition(PrestoSqlBaseParser.PositionContext ctx)
position
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterPosition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPosition(PrestoSqlBaseParser.PositionContext ctx)
position
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitPosition 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSearchedCase(PrestoSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSearchedCase 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSearchedCase(PrestoSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSearchedCase 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentCatalog(PrestoSqlBaseParser.CurrentCatalogContext ctx)
currentCatalog
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCurrentCatalog 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentCatalog(PrestoSqlBaseParser.CurrentCatalogContext ctx)
currentCatalog
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCurrentCatalog 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGroupingOperation(PrestoSqlBaseParser.GroupingOperationContext ctx)
groupingOperation
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterGroupingOperation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGroupingOperation(PrestoSqlBaseParser.GroupingOperationContext ctx)
groupingOperation
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitGroupingOperation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterProcessingMode(PrestoSqlBaseParser.ProcessingModeContext ctx)
PrestoSqlBaseParser.processingMode().
The default implementation does nothing.
enterProcessingMode 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitProcessingMode(PrestoSqlBaseParser.ProcessingModeContext ctx)
PrestoSqlBaseParser.processingMode().
The default implementation does nothing.
exitProcessingMode 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNullTreatment(PrestoSqlBaseParser.NullTreatmentContext ctx)
PrestoSqlBaseParser.nullTreatment().
The default implementation does nothing.
enterNullTreatment 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNullTreatment(PrestoSqlBaseParser.NullTreatmentContext ctx)
PrestoSqlBaseParser.nullTreatment().
The default implementation does nothing.
exitNullTreatment 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBasicStringLiteral(PrestoSqlBaseParser.BasicStringLiteralContext ctx)
basicStringLiteral
labeled alternative in PrestoSqlBaseParser.string().
The default implementation does nothing.
enterBasicStringLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBasicStringLiteral(PrestoSqlBaseParser.BasicStringLiteralContext ctx)
basicStringLiteral
labeled alternative in PrestoSqlBaseParser.string().
The default implementation does nothing.
exitBasicStringLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUnicodeStringLiteral(PrestoSqlBaseParser.UnicodeStringLiteralContext ctx)
unicodeStringLiteral
labeled alternative in PrestoSqlBaseParser.string().
The default implementation does nothing.
enterUnicodeStringLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUnicodeStringLiteral(PrestoSqlBaseParser.UnicodeStringLiteralContext ctx)
unicodeStringLiteral
labeled alternative in PrestoSqlBaseParser.string().
The default implementation does nothing.
exitUnicodeStringLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTimeZoneInterval(PrestoSqlBaseParser.TimeZoneIntervalContext ctx)
timeZoneInterval
labeled alternative in PrestoSqlBaseParser.timeZoneSpecifier().
The default implementation does nothing.
enterTimeZoneInterval 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTimeZoneInterval(PrestoSqlBaseParser.TimeZoneIntervalContext ctx)
timeZoneInterval
labeled alternative in PrestoSqlBaseParser.timeZoneSpecifier().
The default implementation does nothing.
exitTimeZoneInterval 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTimeZoneString(PrestoSqlBaseParser.TimeZoneStringContext ctx)
timeZoneString
labeled alternative in PrestoSqlBaseParser.timeZoneSpecifier().
The default implementation does nothing.
enterTimeZoneString 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTimeZoneString(PrestoSqlBaseParser.TimeZoneStringContext ctx)
timeZoneString
labeled alternative in PrestoSqlBaseParser.timeZoneSpecifier().
The default implementation does nothing.
exitTimeZoneString 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterComparisonOperator(PrestoSqlBaseParser.ComparisonOperatorContext ctx)
PrestoSqlBaseParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitComparisonOperator(PrestoSqlBaseParser.ComparisonOperatorContext ctx)
PrestoSqlBaseParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterComparisonQuantifier(PrestoSqlBaseParser.ComparisonQuantifierContext ctx)
PrestoSqlBaseParser.comparisonQuantifier().
The default implementation does nothing.
enterComparisonQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitComparisonQuantifier(PrestoSqlBaseParser.ComparisonQuantifierContext ctx)
PrestoSqlBaseParser.comparisonQuantifier().
The default implementation does nothing.
exitComparisonQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBooleanValue(PrestoSqlBaseParser.BooleanValueContext ctx)
PrestoSqlBaseParser.booleanValue().
The default implementation does nothing.
enterBooleanValue 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBooleanValue(PrestoSqlBaseParser.BooleanValueContext ctx)
PrestoSqlBaseParser.booleanValue().
The default implementation does nothing.
exitBooleanValue 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterInterval(PrestoSqlBaseParser.IntervalContext ctx)
PrestoSqlBaseParser.interval().
The default implementation does nothing.
enterInterval 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitInterval(PrestoSqlBaseParser.IntervalContext ctx)
PrestoSqlBaseParser.interval().
The default implementation does nothing.
exitInterval 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterIntervalField(PrestoSqlBaseParser.IntervalFieldContext ctx)
PrestoSqlBaseParser.intervalField().
The default implementation does nothing.
enterIntervalField 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitIntervalField(PrestoSqlBaseParser.IntervalFieldContext ctx)
PrestoSqlBaseParser.intervalField().
The default implementation does nothing.
exitIntervalField 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNormalForm(PrestoSqlBaseParser.NormalFormContext ctx)
PrestoSqlBaseParser.normalForm().
The default implementation does nothing.
enterNormalForm 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNormalForm(PrestoSqlBaseParser.NormalFormContext ctx)
PrestoSqlBaseParser.normalForm().
The default implementation does nothing.
exitNormalForm 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRowType(PrestoSqlBaseParser.RowTypeContext ctx)
rowType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterRowType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRowType(PrestoSqlBaseParser.RowTypeContext ctx)
rowType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitRowType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterIntervalType(PrestoSqlBaseParser.IntervalTypeContext ctx)
intervalType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterIntervalType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitIntervalType(PrestoSqlBaseParser.IntervalTypeContext ctx)
intervalType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitIntervalType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterArrayType(PrestoSqlBaseParser.ArrayTypeContext ctx)
arrayType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterArrayType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitArrayType(PrestoSqlBaseParser.ArrayTypeContext ctx)
arrayType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitArrayType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDoublePrecisionType(PrestoSqlBaseParser.DoublePrecisionTypeContext ctx)
doublePrecisionType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterDoublePrecisionType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDoublePrecisionType(PrestoSqlBaseParser.DoublePrecisionTypeContext ctx)
doublePrecisionType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitDoublePrecisionType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLegacyArrayType(PrestoSqlBaseParser.LegacyArrayTypeContext ctx)
legacyArrayType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterLegacyArrayType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLegacyArrayType(PrestoSqlBaseParser.LegacyArrayTypeContext ctx)
legacyArrayType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitLegacyArrayType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGenericType(PrestoSqlBaseParser.GenericTypeContext ctx)
genericType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterGenericType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGenericType(PrestoSqlBaseParser.GenericTypeContext ctx)
genericType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitGenericType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDateTimeType(PrestoSqlBaseParser.DateTimeTypeContext ctx)
dateTimeType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterDateTimeType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDateTimeType(PrestoSqlBaseParser.DateTimeTypeContext ctx)
dateTimeType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitDateTimeType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterLegacyMapType(PrestoSqlBaseParser.LegacyMapTypeContext ctx)
legacyMapType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
enterLegacyMapType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitLegacyMapType(PrestoSqlBaseParser.LegacyMapTypeContext ctx)
legacyMapType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation does nothing.
exitLegacyMapType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRowField(PrestoSqlBaseParser.RowFieldContext ctx)
PrestoSqlBaseParser.rowField().
The default implementation does nothing.
enterRowField 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRowField(PrestoSqlBaseParser.RowFieldContext ctx)
PrestoSqlBaseParser.rowField().
The default implementation does nothing.
exitRowField 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTypeParameter(PrestoSqlBaseParser.TypeParameterContext ctx)
PrestoSqlBaseParser.typeParameter().
The default implementation does nothing.
enterTypeParameter 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTypeParameter(PrestoSqlBaseParser.TypeParameterContext ctx)
PrestoSqlBaseParser.typeParameter().
The default implementation does nothing.
exitTypeParameter 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterWhenClause(PrestoSqlBaseParser.WhenClauseContext ctx)
PrestoSqlBaseParser.whenClause().
The default implementation does nothing.
enterWhenClause 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitWhenClause(PrestoSqlBaseParser.WhenClauseContext ctx)
PrestoSqlBaseParser.whenClause().
The default implementation does nothing.
exitWhenClause 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterFilter(PrestoSqlBaseParser.FilterContext ctx)
PrestoSqlBaseParser.filter().
The default implementation does nothing.
enterFilter 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitFilter(PrestoSqlBaseParser.FilterContext ctx)
PrestoSqlBaseParser.filter().
The default implementation does nothing.
exitFilter 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMergeUpdate(PrestoSqlBaseParser.MergeUpdateContext ctx)
mergeUpdate
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation does nothing.
enterMergeUpdate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMergeUpdate(PrestoSqlBaseParser.MergeUpdateContext ctx)
mergeUpdate
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation does nothing.
exitMergeUpdate 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMergeDelete(PrestoSqlBaseParser.MergeDeleteContext ctx)
mergeDelete
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation does nothing.
enterMergeDelete 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMergeDelete(PrestoSqlBaseParser.MergeDeleteContext ctx)
mergeDelete
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation does nothing.
exitMergeDelete 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterMergeInsert(PrestoSqlBaseParser.MergeInsertContext ctx)
mergeInsert
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation does nothing.
enterMergeInsert 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitMergeInsert(PrestoSqlBaseParser.MergeInsertContext ctx)
mergeInsert
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation does nothing.
exitMergeInsert 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterOver(PrestoSqlBaseParser.OverContext ctx)
PrestoSqlBaseParser.over().
The default implementation does nothing.
enterOver 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitOver(PrestoSqlBaseParser.OverContext ctx)
PrestoSqlBaseParser.over().
The default implementation does nothing.
exitOver 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterWindowFrame(PrestoSqlBaseParser.WindowFrameContext ctx)
PrestoSqlBaseParser.windowFrame().
The default implementation does nothing.
enterWindowFrame 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitWindowFrame(PrestoSqlBaseParser.WindowFrameContext ctx)
PrestoSqlBaseParser.windowFrame().
The default implementation does nothing.
exitWindowFrame 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterFrameExtent(PrestoSqlBaseParser.FrameExtentContext ctx)
PrestoSqlBaseParser.frameExtent().
The default implementation does nothing.
enterFrameExtent 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitFrameExtent(PrestoSqlBaseParser.FrameExtentContext ctx)
PrestoSqlBaseParser.frameExtent().
The default implementation does nothing.
exitFrameExtent 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUnboundedFrame(PrestoSqlBaseParser.UnboundedFrameContext ctx)
unboundedFrame
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation does nothing.
enterUnboundedFrame 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUnboundedFrame(PrestoSqlBaseParser.UnboundedFrameContext ctx)
unboundedFrame
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation does nothing.
exitUnboundedFrame 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentRowBound(PrestoSqlBaseParser.CurrentRowBoundContext ctx)
currentRowBound
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation does nothing.
enterCurrentRowBound 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentRowBound(PrestoSqlBaseParser.CurrentRowBoundContext ctx)
currentRowBound
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation does nothing.
exitCurrentRowBound 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBoundedFrame(PrestoSqlBaseParser.BoundedFrameContext ctx)
boundedFrame
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation does nothing.
enterBoundedFrame 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBoundedFrame(PrestoSqlBaseParser.BoundedFrameContext ctx)
boundedFrame
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation does nothing.
exitBoundedFrame 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQuantifiedPrimary(PrestoSqlBaseParser.QuantifiedPrimaryContext ctx)
quantifiedPrimary
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation does nothing.
enterQuantifiedPrimary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQuantifiedPrimary(PrestoSqlBaseParser.QuantifiedPrimaryContext ctx)
quantifiedPrimary
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation does nothing.
exitQuantifiedPrimary 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPatternConcatenation(PrestoSqlBaseParser.PatternConcatenationContext ctx)
patternConcatenation
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation does nothing.
enterPatternConcatenation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPatternConcatenation(PrestoSqlBaseParser.PatternConcatenationContext ctx)
patternConcatenation
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation does nothing.
exitPatternConcatenation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPatternAlternation(PrestoSqlBaseParser.PatternAlternationContext ctx)
patternAlternation
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation does nothing.
enterPatternAlternation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPatternAlternation(PrestoSqlBaseParser.PatternAlternationContext ctx)
patternAlternation
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation does nothing.
exitPatternAlternation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPatternVariable(PrestoSqlBaseParser.PatternVariableContext ctx)
patternVariable
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterPatternVariable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPatternVariable(PrestoSqlBaseParser.PatternVariableContext ctx)
patternVariable
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitPatternVariable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterEmptyPattern(PrestoSqlBaseParser.EmptyPatternContext ctx)
emptyPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterEmptyPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitEmptyPattern(PrestoSqlBaseParser.EmptyPatternContext ctx)
emptyPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitEmptyPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPatternPermutation(PrestoSqlBaseParser.PatternPermutationContext ctx)
patternPermutation
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterPatternPermutation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPatternPermutation(PrestoSqlBaseParser.PatternPermutationContext ctx)
patternPermutation
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitPatternPermutation 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterGroupedPattern(PrestoSqlBaseParser.GroupedPatternContext ctx)
groupedPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterGroupedPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitGroupedPattern(PrestoSqlBaseParser.GroupedPatternContext ctx)
groupedPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitGroupedPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPartitionStartAnchor(PrestoSqlBaseParser.PartitionStartAnchorContext ctx)
partitionStartAnchor
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterPartitionStartAnchor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPartitionStartAnchor(PrestoSqlBaseParser.PartitionStartAnchorContext ctx)
partitionStartAnchor
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitPartitionStartAnchor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPartitionEndAnchor(PrestoSqlBaseParser.PartitionEndAnchorContext ctx)
partitionEndAnchor
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterPartitionEndAnchor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPartitionEndAnchor(PrestoSqlBaseParser.PartitionEndAnchorContext ctx)
partitionEndAnchor
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitPartitionEndAnchor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExcludedPattern(PrestoSqlBaseParser.ExcludedPatternContext ctx)
excludedPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
enterExcludedPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExcludedPattern(PrestoSqlBaseParser.ExcludedPatternContext ctx)
excludedPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation does nothing.
exitExcludedPattern 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterZeroOrMoreQuantifier(PrestoSqlBaseParser.ZeroOrMoreQuantifierContext ctx)
zeroOrMoreQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
enterZeroOrMoreQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitZeroOrMoreQuantifier(PrestoSqlBaseParser.ZeroOrMoreQuantifierContext ctx)
zeroOrMoreQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
exitZeroOrMoreQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterOneOrMoreQuantifier(PrestoSqlBaseParser.OneOrMoreQuantifierContext ctx)
oneOrMoreQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
enterOneOrMoreQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitOneOrMoreQuantifier(PrestoSqlBaseParser.OneOrMoreQuantifierContext ctx)
oneOrMoreQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
exitOneOrMoreQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterZeroOrOneQuantifier(PrestoSqlBaseParser.ZeroOrOneQuantifierContext ctx)
zeroOrOneQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
enterZeroOrOneQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitZeroOrOneQuantifier(PrestoSqlBaseParser.ZeroOrOneQuantifierContext ctx)
zeroOrOneQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
exitZeroOrOneQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRangeQuantifier(PrestoSqlBaseParser.RangeQuantifierContext ctx)
rangeQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
enterRangeQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRangeQuantifier(PrestoSqlBaseParser.RangeQuantifierContext ctx)
rangeQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation does nothing.
exitRangeQuantifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUpdateAssignment(PrestoSqlBaseParser.UpdateAssignmentContext ctx)
PrestoSqlBaseParser.updateAssignment().
The default implementation does nothing.
enterUpdateAssignment 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUpdateAssignment(PrestoSqlBaseParser.UpdateAssignmentContext ctx)
PrestoSqlBaseParser.updateAssignment().
The default implementation does nothing.
exitUpdateAssignment 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExplainFormat(PrestoSqlBaseParser.ExplainFormatContext ctx)
explainFormat
labeled alternative in PrestoSqlBaseParser.explainOption().
The default implementation does nothing.
enterExplainFormat 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExplainFormat(PrestoSqlBaseParser.ExplainFormatContext ctx)
explainFormat
labeled alternative in PrestoSqlBaseParser.explainOption().
The default implementation does nothing.
exitExplainFormat 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterExplainType(PrestoSqlBaseParser.ExplainTypeContext ctx)
explainType
labeled alternative in PrestoSqlBaseParser.explainOption().
The default implementation does nothing.
enterExplainType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitExplainType(PrestoSqlBaseParser.ExplainTypeContext ctx)
explainType
labeled alternative in PrestoSqlBaseParser.explainOption().
The default implementation does nothing.
exitExplainType 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterIsolationLevel(PrestoSqlBaseParser.IsolationLevelContext ctx)
isolationLevel
labeled alternative in PrestoSqlBaseParser.transactionMode().
The default implementation does nothing.
enterIsolationLevel 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitIsolationLevel(PrestoSqlBaseParser.IsolationLevelContext ctx)
isolationLevel
labeled alternative in PrestoSqlBaseParser.transactionMode().
The default implementation does nothing.
exitIsolationLevel 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterTransactionAccessMode(PrestoSqlBaseParser.TransactionAccessModeContext ctx)
transactionAccessMode
labeled alternative in PrestoSqlBaseParser.transactionMode().
The default implementation does nothing.
enterTransactionAccessMode 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitTransactionAccessMode(PrestoSqlBaseParser.TransactionAccessModeContext ctx)
transactionAccessMode
labeled alternative in PrestoSqlBaseParser.transactionMode().
The default implementation does nothing.
exitTransactionAccessMode 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterReadUncommitted(PrestoSqlBaseParser.ReadUncommittedContext ctx)
readUncommitted
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
enterReadUncommitted 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitReadUncommitted(PrestoSqlBaseParser.ReadUncommittedContext ctx)
readUncommitted
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
exitReadUncommitted 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterReadCommitted(PrestoSqlBaseParser.ReadCommittedContext ctx)
readCommitted
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
enterReadCommitted 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitReadCommitted(PrestoSqlBaseParser.ReadCommittedContext ctx)
readCommitted
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
exitReadCommitted 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRepeatableRead(PrestoSqlBaseParser.RepeatableReadContext ctx)
repeatableRead
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
enterRepeatableRead 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRepeatableRead(PrestoSqlBaseParser.RepeatableReadContext ctx)
repeatableRead
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
exitRepeatableRead 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSerializable(PrestoSqlBaseParser.SerializableContext ctx)
serializable
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
enterSerializable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSerializable(PrestoSqlBaseParser.SerializableContext ctx)
serializable
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation does nothing.
exitSerializable 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPositionalArgument(PrestoSqlBaseParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in PrestoSqlBaseParser.callArgument().
The default implementation does nothing.
enterPositionalArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPositionalArgument(PrestoSqlBaseParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in PrestoSqlBaseParser.callArgument().
The default implementation does nothing.
exitPositionalArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNamedArgument(PrestoSqlBaseParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in PrestoSqlBaseParser.callArgument().
The default implementation does nothing.
enterNamedArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNamedArgument(PrestoSqlBaseParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in PrestoSqlBaseParser.callArgument().
The default implementation does nothing.
exitNamedArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQualifiedArgument(PrestoSqlBaseParser.QualifiedArgumentContext ctx)
qualifiedArgument
labeled alternative in PrestoSqlBaseParser.pathElement().
The default implementation does nothing.
enterQualifiedArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQualifiedArgument(PrestoSqlBaseParser.QualifiedArgumentContext ctx)
qualifiedArgument
labeled alternative in PrestoSqlBaseParser.pathElement().
The default implementation does nothing.
exitQualifiedArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUnqualifiedArgument(PrestoSqlBaseParser.UnqualifiedArgumentContext ctx)
unqualifiedArgument
labeled alternative in PrestoSqlBaseParser.pathElement().
The default implementation does nothing.
enterUnqualifiedArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUnqualifiedArgument(PrestoSqlBaseParser.UnqualifiedArgumentContext ctx)
unqualifiedArgument
labeled alternative in PrestoSqlBaseParser.pathElement().
The default implementation does nothing.
exitUnqualifiedArgument 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPathSpecification(PrestoSqlBaseParser.PathSpecificationContext ctx)
PrestoSqlBaseParser.pathSpecification().
The default implementation does nothing.
enterPathSpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPathSpecification(PrestoSqlBaseParser.PathSpecificationContext ctx)
PrestoSqlBaseParser.pathSpecification().
The default implementation does nothing.
exitPathSpecification 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterPrivilege(PrestoSqlBaseParser.PrivilegeContext ctx)
PrestoSqlBaseParser.privilege().
The default implementation does nothing.
enterPrivilege 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitPrivilege(PrestoSqlBaseParser.PrivilegeContext ctx)
PrestoSqlBaseParser.privilege().
The default implementation does nothing.
exitPrivilege 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQualifiedName(PrestoSqlBaseParser.QualifiedNameContext ctx)
PrestoSqlBaseParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQualifiedName(PrestoSqlBaseParser.QualifiedNameContext ctx)
PrestoSqlBaseParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterSpecifiedPrincipal(PrestoSqlBaseParser.SpecifiedPrincipalContext ctx)
specifiedPrincipal
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation does nothing.
enterSpecifiedPrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitSpecifiedPrincipal(PrestoSqlBaseParser.SpecifiedPrincipalContext ctx)
specifiedPrincipal
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation does nothing.
exitSpecifiedPrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentUserGrantor(PrestoSqlBaseParser.CurrentUserGrantorContext ctx)
currentUserGrantor
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation does nothing.
enterCurrentUserGrantor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentUserGrantor(PrestoSqlBaseParser.CurrentUserGrantorContext ctx)
currentUserGrantor
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation does nothing.
exitCurrentUserGrantor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterCurrentRoleGrantor(PrestoSqlBaseParser.CurrentRoleGrantorContext ctx)
currentRoleGrantor
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation does nothing.
enterCurrentRoleGrantor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitCurrentRoleGrantor(PrestoSqlBaseParser.CurrentRoleGrantorContext ctx)
currentRoleGrantor
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation does nothing.
exitCurrentRoleGrantor 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUnspecifiedPrincipal(PrestoSqlBaseParser.UnspecifiedPrincipalContext ctx)
unspecifiedPrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation does nothing.
enterUnspecifiedPrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUnspecifiedPrincipal(PrestoSqlBaseParser.UnspecifiedPrincipalContext ctx)
unspecifiedPrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation does nothing.
exitUnspecifiedPrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUserPrincipal(PrestoSqlBaseParser.UserPrincipalContext ctx)
userPrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation does nothing.
enterUserPrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUserPrincipal(PrestoSqlBaseParser.UserPrincipalContext ctx)
userPrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation does nothing.
exitUserPrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRolePrincipal(PrestoSqlBaseParser.RolePrincipalContext ctx)
rolePrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation does nothing.
enterRolePrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRolePrincipal(PrestoSqlBaseParser.RolePrincipalContext ctx)
rolePrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation does nothing.
exitRolePrincipal 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterRoles(PrestoSqlBaseParser.RolesContext ctx)
PrestoSqlBaseParser.roles().
The default implementation does nothing.
enterRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitRoles(PrestoSqlBaseParser.RolesContext ctx)
PrestoSqlBaseParser.roles().
The default implementation does nothing.
exitRoles 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterUnquotedIdentifier(PrestoSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
enterUnquotedIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitUnquotedIdentifier(PrestoSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
exitUnquotedIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterQuotedIdentifier(PrestoSqlBaseParser.QuotedIdentifierContext ctx)
quotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
enterQuotedIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitQuotedIdentifier(PrestoSqlBaseParser.QuotedIdentifierContext ctx)
quotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
exitQuotedIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterBackQuotedIdentifier(PrestoSqlBaseParser.BackQuotedIdentifierContext ctx)
backQuotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
enterBackQuotedIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitBackQuotedIdentifier(PrestoSqlBaseParser.BackQuotedIdentifierContext ctx)
backQuotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
exitBackQuotedIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDigitIdentifier(PrestoSqlBaseParser.DigitIdentifierContext ctx)
digitIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
enterDigitIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDigitIdentifier(PrestoSqlBaseParser.DigitIdentifierContext ctx)
digitIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation does nothing.
exitDigitIdentifier 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDecimalLiteral(PrestoSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation does nothing.
enterDecimalLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDecimalLiteral(PrestoSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation does nothing.
exitDecimalLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterDoubleLiteral(PrestoSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation does nothing.
enterDoubleLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitDoubleLiteral(PrestoSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation does nothing.
exitDoubleLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterIntegerLiteral(PrestoSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation does nothing.
enterIntegerLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitIntegerLiteral(PrestoSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation does nothing.
exitIntegerLiteral 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterNonReserved(PrestoSqlBaseParser.NonReservedContext ctx)
PrestoSqlBaseParser.nonReserved().
The default implementation does nothing.
enterNonReserved 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void exitNonReserved(PrestoSqlBaseParser.NonReservedContext ctx)
PrestoSqlBaseParser.nonReserved().
The default implementation does nothing.
exitNonReserved 在接口中 PrestoSqlBaseListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2022. All rights reserved.