public class TSqlParserBaseListener extends Object implements TSqlParserListener
TSqlParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
TSqlParserBaseListener() |
public void enterTsql_file(TSqlParser.Tsql_fileContext ctx)
TSqlParser.tsql_file().
The default implementation does nothing.
enterTsql_file 在接口中 TSqlParserListenerctx - the parse treepublic void exitTsql_file(TSqlParser.Tsql_fileContext ctx)
TSqlParser.tsql_file().
The default implementation does nothing.
exitTsql_file 在接口中 TSqlParserListenerctx - the parse treepublic void enterBatch(TSqlParser.BatchContext ctx)
TSqlParser.batch().
The default implementation does nothing.
enterBatch 在接口中 TSqlParserListenerctx - the parse treepublic void exitBatch(TSqlParser.BatchContext ctx)
TSqlParser.batch().
The default implementation does nothing.
exitBatch 在接口中 TSqlParserListenerctx - the parse treepublic void enterSql_clauses(TSqlParser.Sql_clausesContext ctx)
TSqlParser.sql_clauses().
The default implementation does nothing.
enterSql_clauses 在接口中 TSqlParserListenerctx - the parse treepublic void exitSql_clauses(TSqlParser.Sql_clausesContext ctx)
TSqlParser.sql_clauses().
The default implementation does nothing.
exitSql_clauses 在接口中 TSqlParserListenerctx - the parse treepublic void enterSql_clause(TSqlParser.Sql_clauseContext ctx)
TSqlParser.sql_clause().
The default implementation does nothing.
enterSql_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitSql_clause(TSqlParser.Sql_clauseContext ctx)
TSqlParser.sql_clause().
The default implementation does nothing.
exitSql_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterDml_clause(TSqlParser.Dml_clauseContext ctx)
TSqlParser.dml_clause().
The default implementation does nothing.
enterDml_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitDml_clause(TSqlParser.Dml_clauseContext ctx)
TSqlParser.dml_clause().
The default implementation does nothing.
exitDml_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterDdl_clause(TSqlParser.Ddl_clauseContext ctx)
TSqlParser.ddl_clause().
The default implementation does nothing.
enterDdl_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitDdl_clause(TSqlParser.Ddl_clauseContext ctx)
TSqlParser.ddl_clause().
The default implementation does nothing.
exitDdl_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterBackup_statement(TSqlParser.Backup_statementContext ctx)
TSqlParser.backup_statement().
The default implementation does nothing.
enterBackup_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitBackup_statement(TSqlParser.Backup_statementContext ctx)
TSqlParser.backup_statement().
The default implementation does nothing.
exitBackup_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterCfl_statement(TSqlParser.Cfl_statementContext ctx)
TSqlParser.cfl_statement().
The default implementation does nothing.
enterCfl_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitCfl_statement(TSqlParser.Cfl_statementContext ctx)
TSqlParser.cfl_statement().
The default implementation does nothing.
exitCfl_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterBlock_statement(TSqlParser.Block_statementContext ctx)
TSqlParser.block_statement().
The default implementation does nothing.
enterBlock_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitBlock_statement(TSqlParser.Block_statementContext ctx)
TSqlParser.block_statement().
The default implementation does nothing.
exitBlock_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterBreak_statement(TSqlParser.Break_statementContext ctx)
TSqlParser.break_statement().
The default implementation does nothing.
enterBreak_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitBreak_statement(TSqlParser.Break_statementContext ctx)
TSqlParser.break_statement().
The default implementation does nothing.
exitBreak_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterContinue_statement(TSqlParser.Continue_statementContext ctx)
TSqlParser.continue_statement().
The default implementation does nothing.
enterContinue_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitContinue_statement(TSqlParser.Continue_statementContext ctx)
TSqlParser.continue_statement().
The default implementation does nothing.
exitContinue_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterGoto_statement(TSqlParser.Goto_statementContext ctx)
TSqlParser.goto_statement().
The default implementation does nothing.
enterGoto_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitGoto_statement(TSqlParser.Goto_statementContext ctx)
TSqlParser.goto_statement().
The default implementation does nothing.
exitGoto_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterReturn_statement(TSqlParser.Return_statementContext ctx)
TSqlParser.return_statement().
The default implementation does nothing.
enterReturn_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitReturn_statement(TSqlParser.Return_statementContext ctx)
TSqlParser.return_statement().
The default implementation does nothing.
exitReturn_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterIf_statement(TSqlParser.If_statementContext ctx)
TSqlParser.if_statement().
The default implementation does nothing.
enterIf_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitIf_statement(TSqlParser.If_statementContext ctx)
TSqlParser.if_statement().
The default implementation does nothing.
exitIf_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterThrow_statement(TSqlParser.Throw_statementContext ctx)
TSqlParser.throw_statement().
The default implementation does nothing.
enterThrow_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitThrow_statement(TSqlParser.Throw_statementContext ctx)
TSqlParser.throw_statement().
The default implementation does nothing.
exitThrow_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterThrow_error_number(TSqlParser.Throw_error_numberContext ctx)
TSqlParser.throw_error_number().
The default implementation does nothing.
enterThrow_error_number 在接口中 TSqlParserListenerctx - the parse treepublic void exitThrow_error_number(TSqlParser.Throw_error_numberContext ctx)
TSqlParser.throw_error_number().
The default implementation does nothing.
exitThrow_error_number 在接口中 TSqlParserListenerctx - the parse treepublic void enterThrow_message(TSqlParser.Throw_messageContext ctx)
TSqlParser.throw_message().
The default implementation does nothing.
enterThrow_message 在接口中 TSqlParserListenerctx - the parse treepublic void exitThrow_message(TSqlParser.Throw_messageContext ctx)
TSqlParser.throw_message().
The default implementation does nothing.
exitThrow_message 在接口中 TSqlParserListenerctx - the parse treepublic void enterThrow_state(TSqlParser.Throw_stateContext ctx)
TSqlParser.throw_state().
The default implementation does nothing.
enterThrow_state 在接口中 TSqlParserListenerctx - the parse treepublic void exitThrow_state(TSqlParser.Throw_stateContext ctx)
TSqlParser.throw_state().
The default implementation does nothing.
exitThrow_state 在接口中 TSqlParserListenerctx - the parse treepublic void enterTry_catch_statement(TSqlParser.Try_catch_statementContext ctx)
TSqlParser.try_catch_statement().
The default implementation does nothing.
enterTry_catch_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitTry_catch_statement(TSqlParser.Try_catch_statementContext ctx)
TSqlParser.try_catch_statement().
The default implementation does nothing.
exitTry_catch_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterWaitfor_statement(TSqlParser.Waitfor_statementContext ctx)
TSqlParser.waitfor_statement().
The default implementation does nothing.
enterWaitfor_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitWaitfor_statement(TSqlParser.Waitfor_statementContext ctx)
TSqlParser.waitfor_statement().
The default implementation does nothing.
exitWaitfor_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterWhile_statement(TSqlParser.While_statementContext ctx)
TSqlParser.while_statement().
The default implementation does nothing.
enterWhile_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitWhile_statement(TSqlParser.While_statementContext ctx)
TSqlParser.while_statement().
The default implementation does nothing.
exitWhile_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterPrint_statement(TSqlParser.Print_statementContext ctx)
TSqlParser.print_statement().
The default implementation does nothing.
enterPrint_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitPrint_statement(TSqlParser.Print_statementContext ctx)
TSqlParser.print_statement().
The default implementation does nothing.
exitPrint_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterRaiseerror_statement(TSqlParser.Raiseerror_statementContext ctx)
TSqlParser.raiseerror_statement().
The default implementation does nothing.
enterRaiseerror_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitRaiseerror_statement(TSqlParser.Raiseerror_statementContext ctx)
TSqlParser.raiseerror_statement().
The default implementation does nothing.
exitRaiseerror_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterEmpty_statement(TSqlParser.Empty_statementContext ctx)
TSqlParser.empty_statement().
The default implementation does nothing.
enterEmpty_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitEmpty_statement(TSqlParser.Empty_statementContext ctx)
TSqlParser.empty_statement().
The default implementation does nothing.
exitEmpty_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterAnother_statement(TSqlParser.Another_statementContext ctx)
TSqlParser.another_statement().
The default implementation does nothing.
enterAnother_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitAnother_statement(TSqlParser.Another_statementContext ctx)
TSqlParser.another_statement().
The default implementation does nothing.
exitAnother_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_application_role(TSqlParser.Alter_application_roleContext ctx)
TSqlParser.alter_application_role().
The default implementation does nothing.
enterAlter_application_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_application_role(TSqlParser.Alter_application_roleContext ctx)
TSqlParser.alter_application_role().
The default implementation does nothing.
exitAlter_application_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_application_role(TSqlParser.Create_application_roleContext ctx)
TSqlParser.create_application_role().
The default implementation does nothing.
enterCreate_application_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_application_role(TSqlParser.Create_application_roleContext ctx)
TSqlParser.create_application_role().
The default implementation does nothing.
exitCreate_application_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_aggregate(TSqlParser.Drop_aggregateContext ctx)
TSqlParser.drop_aggregate().
The default implementation does nothing.
enterDrop_aggregate 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_aggregate(TSqlParser.Drop_aggregateContext ctx)
TSqlParser.drop_aggregate().
The default implementation does nothing.
exitDrop_aggregate 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_application_role(TSqlParser.Drop_application_roleContext ctx)
TSqlParser.drop_application_role().
The default implementation does nothing.
enterDrop_application_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_application_role(TSqlParser.Drop_application_roleContext ctx)
TSqlParser.drop_application_role().
The default implementation does nothing.
exitDrop_application_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly(TSqlParser.Alter_assemblyContext ctx)
TSqlParser.alter_assembly().
The default implementation does nothing.
enterAlter_assembly 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly(TSqlParser.Alter_assemblyContext ctx)
TSqlParser.alter_assembly().
The default implementation does nothing.
exitAlter_assembly 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_start(TSqlParser.Alter_assembly_startContext ctx)
TSqlParser.alter_assembly_start().
The default implementation does nothing.
enterAlter_assembly_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_start(TSqlParser.Alter_assembly_startContext ctx)
TSqlParser.alter_assembly_start().
The default implementation does nothing.
exitAlter_assembly_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_clause(TSqlParser.Alter_assembly_clauseContext ctx)
TSqlParser.alter_assembly_clause().
The default implementation does nothing.
enterAlter_assembly_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_clause(TSqlParser.Alter_assembly_clauseContext ctx)
TSqlParser.alter_assembly_clause().
The default implementation does nothing.
exitAlter_assembly_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_from_clause(TSqlParser.Alter_assembly_from_clauseContext ctx)
TSqlParser.alter_assembly_from_clause().
The default implementation does nothing.
enterAlter_assembly_from_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_from_clause(TSqlParser.Alter_assembly_from_clauseContext ctx)
TSqlParser.alter_assembly_from_clause().
The default implementation does nothing.
exitAlter_assembly_from_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_from_clause_start(TSqlParser.Alter_assembly_from_clause_startContext ctx)
TSqlParser.alter_assembly_from_clause_start().
The default implementation does nothing.
enterAlter_assembly_from_clause_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_from_clause_start(TSqlParser.Alter_assembly_from_clause_startContext ctx)
TSqlParser.alter_assembly_from_clause_start().
The default implementation does nothing.
exitAlter_assembly_from_clause_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_drop_clause(TSqlParser.Alter_assembly_drop_clauseContext ctx)
TSqlParser.alter_assembly_drop_clause().
The default implementation does nothing.
enterAlter_assembly_drop_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_drop_clause(TSqlParser.Alter_assembly_drop_clauseContext ctx)
TSqlParser.alter_assembly_drop_clause().
The default implementation does nothing.
exitAlter_assembly_drop_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_drop_multiple_files(TSqlParser.Alter_assembly_drop_multiple_filesContext ctx)
TSqlParser.alter_assembly_drop_multiple_files().
The default implementation does nothing.
enterAlter_assembly_drop_multiple_files 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_drop_multiple_files(TSqlParser.Alter_assembly_drop_multiple_filesContext ctx)
TSqlParser.alter_assembly_drop_multiple_files().
The default implementation does nothing.
exitAlter_assembly_drop_multiple_files 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_drop(TSqlParser.Alter_assembly_dropContext ctx)
TSqlParser.alter_assembly_drop().
The default implementation does nothing.
enterAlter_assembly_drop 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_drop(TSqlParser.Alter_assembly_dropContext ctx)
TSqlParser.alter_assembly_drop().
The default implementation does nothing.
exitAlter_assembly_drop 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_add_clause(TSqlParser.Alter_assembly_add_clauseContext ctx)
TSqlParser.alter_assembly_add_clause().
The default implementation does nothing.
enterAlter_assembly_add_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_add_clause(TSqlParser.Alter_assembly_add_clauseContext ctx)
TSqlParser.alter_assembly_add_clause().
The default implementation does nothing.
exitAlter_assembly_add_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_asssembly_add_clause_start(TSqlParser.Alter_asssembly_add_clause_startContext ctx)
TSqlParser.alter_asssembly_add_clause_start().
The default implementation does nothing.
enterAlter_asssembly_add_clause_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_asssembly_add_clause_start(TSqlParser.Alter_asssembly_add_clause_startContext ctx)
TSqlParser.alter_asssembly_add_clause_start().
The default implementation does nothing.
exitAlter_asssembly_add_clause_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_client_file_clause(TSqlParser.Alter_assembly_client_file_clauseContext ctx)
TSqlParser.alter_assembly_client_file_clause().
The default implementation does nothing.
enterAlter_assembly_client_file_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_client_file_clause(TSqlParser.Alter_assembly_client_file_clauseContext ctx)
TSqlParser.alter_assembly_client_file_clause().
The default implementation does nothing.
exitAlter_assembly_client_file_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_file_name(TSqlParser.Alter_assembly_file_nameContext ctx)
TSqlParser.alter_assembly_file_name().
The default implementation does nothing.
enterAlter_assembly_file_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_file_name(TSqlParser.Alter_assembly_file_nameContext ctx)
TSqlParser.alter_assembly_file_name().
The default implementation does nothing.
exitAlter_assembly_file_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_file_bits(TSqlParser.Alter_assembly_file_bitsContext ctx)
TSqlParser.alter_assembly_file_bits().
The default implementation does nothing.
enterAlter_assembly_file_bits 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_file_bits(TSqlParser.Alter_assembly_file_bitsContext ctx)
TSqlParser.alter_assembly_file_bits().
The default implementation does nothing.
exitAlter_assembly_file_bits 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_as(TSqlParser.Alter_assembly_asContext ctx)
TSqlParser.alter_assembly_as().
The default implementation does nothing.
enterAlter_assembly_as 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_as(TSqlParser.Alter_assembly_asContext ctx)
TSqlParser.alter_assembly_as().
The default implementation does nothing.
exitAlter_assembly_as 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_with_clause(TSqlParser.Alter_assembly_with_clauseContext ctx)
TSqlParser.alter_assembly_with_clause().
The default implementation does nothing.
enterAlter_assembly_with_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_with_clause(TSqlParser.Alter_assembly_with_clauseContext ctx)
TSqlParser.alter_assembly_with_clause().
The default implementation does nothing.
exitAlter_assembly_with_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_assembly_with(TSqlParser.Alter_assembly_withContext ctx)
TSqlParser.alter_assembly_with().
The default implementation does nothing.
enterAlter_assembly_with 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_assembly_with(TSqlParser.Alter_assembly_withContext ctx)
TSqlParser.alter_assembly_with().
The default implementation does nothing.
exitAlter_assembly_with 在接口中 TSqlParserListenerctx - the parse treepublic void enterClient_assembly_specifier(TSqlParser.Client_assembly_specifierContext ctx)
TSqlParser.client_assembly_specifier().
The default implementation does nothing.
enterClient_assembly_specifier 在接口中 TSqlParserListenerctx - the parse treepublic void exitClient_assembly_specifier(TSqlParser.Client_assembly_specifierContext ctx)
TSqlParser.client_assembly_specifier().
The default implementation does nothing.
exitClient_assembly_specifier 在接口中 TSqlParserListenerctx - the parse treepublic void enterAssembly_option(TSqlParser.Assembly_optionContext ctx)
TSqlParser.assembly_option().
The default implementation does nothing.
enterAssembly_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitAssembly_option(TSqlParser.Assembly_optionContext ctx)
TSqlParser.assembly_option().
The default implementation does nothing.
exitAssembly_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterNetwork_file_share(TSqlParser.Network_file_shareContext ctx)
TSqlParser.network_file_share().
The default implementation does nothing.
enterNetwork_file_share 在接口中 TSqlParserListenerctx - the parse treepublic void exitNetwork_file_share(TSqlParser.Network_file_shareContext ctx)
TSqlParser.network_file_share().
The default implementation does nothing.
exitNetwork_file_share 在接口中 TSqlParserListenerctx - the parse treepublic void enterNetwork_computer(TSqlParser.Network_computerContext ctx)
TSqlParser.network_computer().
The default implementation does nothing.
enterNetwork_computer 在接口中 TSqlParserListenerctx - the parse treepublic void exitNetwork_computer(TSqlParser.Network_computerContext ctx)
TSqlParser.network_computer().
The default implementation does nothing.
exitNetwork_computer 在接口中 TSqlParserListenerctx - the parse treepublic void enterNetwork_file_start(TSqlParser.Network_file_startContext ctx)
TSqlParser.network_file_start().
The default implementation does nothing.
enterNetwork_file_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitNetwork_file_start(TSqlParser.Network_file_startContext ctx)
TSqlParser.network_file_start().
The default implementation does nothing.
exitNetwork_file_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterFile_path(TSqlParser.File_pathContext ctx)
TSqlParser.file_path().
The default implementation does nothing.
enterFile_path 在接口中 TSqlParserListenerctx - the parse treepublic void exitFile_path(TSqlParser.File_pathContext ctx)
TSqlParser.file_path().
The default implementation does nothing.
exitFile_path 在接口中 TSqlParserListenerctx - the parse treepublic void enterFile_directory_path_separator(TSqlParser.File_directory_path_separatorContext ctx)
TSqlParser.file_directory_path_separator().
The default implementation does nothing.
enterFile_directory_path_separator 在接口中 TSqlParserListenerctx - the parse treepublic void exitFile_directory_path_separator(TSqlParser.File_directory_path_separatorContext ctx)
TSqlParser.file_directory_path_separator().
The default implementation does nothing.
exitFile_directory_path_separator 在接口中 TSqlParserListenerctx - the parse treepublic void enterLocal_file(TSqlParser.Local_fileContext ctx)
TSqlParser.local_file().
The default implementation does nothing.
enterLocal_file 在接口中 TSqlParserListenerctx - the parse treepublic void exitLocal_file(TSqlParser.Local_fileContext ctx)
TSqlParser.local_file().
The default implementation does nothing.
exitLocal_file 在接口中 TSqlParserListenerctx - the parse treepublic void enterLocal_drive(TSqlParser.Local_driveContext ctx)
TSqlParser.local_drive().
The default implementation does nothing.
enterLocal_drive 在接口中 TSqlParserListenerctx - the parse treepublic void exitLocal_drive(TSqlParser.Local_driveContext ctx)
TSqlParser.local_drive().
The default implementation does nothing.
exitLocal_drive 在接口中 TSqlParserListenerctx - the parse treepublic void enterMultiple_local_files(TSqlParser.Multiple_local_filesContext ctx)
TSqlParser.multiple_local_files().
The default implementation does nothing.
enterMultiple_local_files 在接口中 TSqlParserListenerctx - the parse treepublic void exitMultiple_local_files(TSqlParser.Multiple_local_filesContext ctx)
TSqlParser.multiple_local_files().
The default implementation does nothing.
exitMultiple_local_files 在接口中 TSqlParserListenerctx - the parse treepublic void enterMultiple_local_file_start(TSqlParser.Multiple_local_file_startContext ctx)
TSqlParser.multiple_local_file_start().
The default implementation does nothing.
enterMultiple_local_file_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitMultiple_local_file_start(TSqlParser.Multiple_local_file_startContext ctx)
TSqlParser.multiple_local_file_start().
The default implementation does nothing.
exitMultiple_local_file_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_assembly(TSqlParser.Create_assemblyContext ctx)
TSqlParser.create_assembly().
The default implementation does nothing.
enterCreate_assembly 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_assembly(TSqlParser.Create_assemblyContext ctx)
TSqlParser.create_assembly().
The default implementation does nothing.
exitCreate_assembly 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_assembly(TSqlParser.Drop_assemblyContext ctx)
TSqlParser.drop_assembly().
The default implementation does nothing.
enterDrop_assembly 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_assembly(TSqlParser.Drop_assemblyContext ctx)
TSqlParser.drop_assembly().
The default implementation does nothing.
exitDrop_assembly 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_asymmetric_key(TSqlParser.Alter_asymmetric_keyContext ctx)
TSqlParser.alter_asymmetric_key().
The default implementation does nothing.
enterAlter_asymmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_asymmetric_key(TSqlParser.Alter_asymmetric_keyContext ctx)
TSqlParser.alter_asymmetric_key().
The default implementation does nothing.
exitAlter_asymmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_asymmetric_key_start(TSqlParser.Alter_asymmetric_key_startContext ctx)
TSqlParser.alter_asymmetric_key_start().
The default implementation does nothing.
enterAlter_asymmetric_key_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_asymmetric_key_start(TSqlParser.Alter_asymmetric_key_startContext ctx)
TSqlParser.alter_asymmetric_key_start().
The default implementation does nothing.
exitAlter_asymmetric_key_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAsymmetric_key_option(TSqlParser.Asymmetric_key_optionContext ctx)
TSqlParser.asymmetric_key_option().
The default implementation does nothing.
enterAsymmetric_key_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitAsymmetric_key_option(TSqlParser.Asymmetric_key_optionContext ctx)
TSqlParser.asymmetric_key_option().
The default implementation does nothing.
exitAsymmetric_key_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterAsymmetric_key_option_start(TSqlParser.Asymmetric_key_option_startContext ctx)
TSqlParser.asymmetric_key_option_start().
The default implementation does nothing.
enterAsymmetric_key_option_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAsymmetric_key_option_start(TSqlParser.Asymmetric_key_option_startContext ctx)
TSqlParser.asymmetric_key_option_start().
The default implementation does nothing.
exitAsymmetric_key_option_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAsymmetric_key_password_change_option(TSqlParser.Asymmetric_key_password_change_optionContext ctx)
TSqlParser.asymmetric_key_password_change_option().
The default implementation does nothing.
enterAsymmetric_key_password_change_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitAsymmetric_key_password_change_option(TSqlParser.Asymmetric_key_password_change_optionContext ctx)
TSqlParser.asymmetric_key_password_change_option().
The default implementation does nothing.
exitAsymmetric_key_password_change_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_asymmetric_key(TSqlParser.Create_asymmetric_keyContext ctx)
TSqlParser.create_asymmetric_key().
The default implementation does nothing.
enterCreate_asymmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_asymmetric_key(TSqlParser.Create_asymmetric_keyContext ctx)
TSqlParser.create_asymmetric_key().
The default implementation does nothing.
exitCreate_asymmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_asymmetric_key(TSqlParser.Drop_asymmetric_keyContext ctx)
TSqlParser.drop_asymmetric_key().
The default implementation does nothing.
enterDrop_asymmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_asymmetric_key(TSqlParser.Drop_asymmetric_keyContext ctx)
TSqlParser.drop_asymmetric_key().
The default implementation does nothing.
exitDrop_asymmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_authorization(TSqlParser.Alter_authorizationContext ctx)
TSqlParser.alter_authorization().
The default implementation does nothing.
enterAlter_authorization 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_authorization(TSqlParser.Alter_authorizationContext ctx)
TSqlParser.alter_authorization().
The default implementation does nothing.
exitAlter_authorization 在接口中 TSqlParserListenerctx - the parse treepublic void enterAuthorization_grantee(TSqlParser.Authorization_granteeContext ctx)
TSqlParser.authorization_grantee().
The default implementation does nothing.
enterAuthorization_grantee 在接口中 TSqlParserListenerctx - the parse treepublic void exitAuthorization_grantee(TSqlParser.Authorization_granteeContext ctx)
TSqlParser.authorization_grantee().
The default implementation does nothing.
exitAuthorization_grantee 在接口中 TSqlParserListenerctx - the parse treepublic void enterEntity_to(TSqlParser.Entity_toContext ctx)
TSqlParser.entity_to().
The default implementation does nothing.
enterEntity_to 在接口中 TSqlParserListenerctx - the parse treepublic void exitEntity_to(TSqlParser.Entity_toContext ctx)
TSqlParser.entity_to().
The default implementation does nothing.
exitEntity_to 在接口中 TSqlParserListenerctx - the parse treepublic void enterColon_colon(TSqlParser.Colon_colonContext ctx)
TSqlParser.colon_colon().
The default implementation does nothing.
enterColon_colon 在接口中 TSqlParserListenerctx - the parse treepublic void exitColon_colon(TSqlParser.Colon_colonContext ctx)
TSqlParser.colon_colon().
The default implementation does nothing.
exitColon_colon 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_authorization_start(TSqlParser.Alter_authorization_startContext ctx)
TSqlParser.alter_authorization_start().
The default implementation does nothing.
enterAlter_authorization_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_authorization_start(TSqlParser.Alter_authorization_startContext ctx)
TSqlParser.alter_authorization_start().
The default implementation does nothing.
exitAlter_authorization_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_authorization_for_sql_database(TSqlParser.Alter_authorization_for_sql_databaseContext ctx)
TSqlParser.alter_authorization_for_sql_database().
The default implementation does nothing.
enterAlter_authorization_for_sql_database 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_authorization_for_sql_database(TSqlParser.Alter_authorization_for_sql_databaseContext ctx)
TSqlParser.alter_authorization_for_sql_database().
The default implementation does nothing.
exitAlter_authorization_for_sql_database 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_authorization_for_azure_dw(TSqlParser.Alter_authorization_for_azure_dwContext ctx)
TSqlParser.alter_authorization_for_azure_dw().
The default implementation does nothing.
enterAlter_authorization_for_azure_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_authorization_for_azure_dw(TSqlParser.Alter_authorization_for_azure_dwContext ctx)
TSqlParser.alter_authorization_for_azure_dw().
The default implementation does nothing.
exitAlter_authorization_for_azure_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_authorization_for_parallel_dw(TSqlParser.Alter_authorization_for_parallel_dwContext ctx)
TSqlParser.alter_authorization_for_parallel_dw().
The default implementation does nothing.
enterAlter_authorization_for_parallel_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_authorization_for_parallel_dw(TSqlParser.Alter_authorization_for_parallel_dwContext ctx)
TSqlParser.alter_authorization_for_parallel_dw().
The default implementation does nothing.
exitAlter_authorization_for_parallel_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterClass_type(TSqlParser.Class_typeContext ctx)
TSqlParser.class_type().
The default implementation does nothing.
enterClass_type 在接口中 TSqlParserListenerctx - the parse treepublic void exitClass_type(TSqlParser.Class_typeContext ctx)
TSqlParser.class_type().
The default implementation does nothing.
exitClass_type 在接口中 TSqlParserListenerctx - the parse treepublic void enterClass_type_for_sql_database(TSqlParser.Class_type_for_sql_databaseContext ctx)
TSqlParser.class_type_for_sql_database().
The default implementation does nothing.
enterClass_type_for_sql_database 在接口中 TSqlParserListenerctx - the parse treepublic void exitClass_type_for_sql_database(TSqlParser.Class_type_for_sql_databaseContext ctx)
TSqlParser.class_type_for_sql_database().
The default implementation does nothing.
exitClass_type_for_sql_database 在接口中 TSqlParserListenerctx - the parse treepublic void enterClass_type_for_azure_dw(TSqlParser.Class_type_for_azure_dwContext ctx)
TSqlParser.class_type_for_azure_dw().
The default implementation does nothing.
enterClass_type_for_azure_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitClass_type_for_azure_dw(TSqlParser.Class_type_for_azure_dwContext ctx)
TSqlParser.class_type_for_azure_dw().
The default implementation does nothing.
exitClass_type_for_azure_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterClass_type_for_parallel_dw(TSqlParser.Class_type_for_parallel_dwContext ctx)
TSqlParser.class_type_for_parallel_dw().
The default implementation does nothing.
enterClass_type_for_parallel_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitClass_type_for_parallel_dw(TSqlParser.Class_type_for_parallel_dwContext ctx)
TSqlParser.class_type_for_parallel_dw().
The default implementation does nothing.
exitClass_type_for_parallel_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_availability_group(TSqlParser.Drop_availability_groupContext ctx)
TSqlParser.drop_availability_group().
The default implementation does nothing.
enterDrop_availability_group 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_availability_group(TSqlParser.Drop_availability_groupContext ctx)
TSqlParser.drop_availability_group().
The default implementation does nothing.
exitDrop_availability_group 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_availability_group(TSqlParser.Alter_availability_groupContext ctx)
TSqlParser.alter_availability_group().
The default implementation does nothing.
enterAlter_availability_group 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_availability_group(TSqlParser.Alter_availability_groupContext ctx)
TSqlParser.alter_availability_group().
The default implementation does nothing.
exitAlter_availability_group 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_availability_group_start(TSqlParser.Alter_availability_group_startContext ctx)
TSqlParser.alter_availability_group_start().
The default implementation does nothing.
enterAlter_availability_group_start 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_availability_group_start(TSqlParser.Alter_availability_group_startContext ctx)
TSqlParser.alter_availability_group_start().
The default implementation does nothing.
exitAlter_availability_group_start 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_availability_group_options(TSqlParser.Alter_availability_group_optionsContext ctx)
TSqlParser.alter_availability_group_options().
The default implementation does nothing.
enterAlter_availability_group_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_availability_group_options(TSqlParser.Alter_availability_group_optionsContext ctx)
TSqlParser.alter_availability_group_options().
The default implementation does nothing.
exitAlter_availability_group_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_broker_priority(TSqlParser.Create_or_alter_broker_priorityContext ctx)
TSqlParser.create_or_alter_broker_priority().
The default implementation does nothing.
enterCreate_or_alter_broker_priority 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_broker_priority(TSqlParser.Create_or_alter_broker_priorityContext ctx)
TSqlParser.create_or_alter_broker_priority().
The default implementation does nothing.
exitCreate_or_alter_broker_priority 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_broker_priority(TSqlParser.Drop_broker_priorityContext ctx)
TSqlParser.drop_broker_priority().
The default implementation does nothing.
enterDrop_broker_priority 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_broker_priority(TSqlParser.Drop_broker_priorityContext ctx)
TSqlParser.drop_broker_priority().
The default implementation does nothing.
exitDrop_broker_priority 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_certificate(TSqlParser.Alter_certificateContext ctx)
TSqlParser.alter_certificate().
The default implementation does nothing.
enterAlter_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_certificate(TSqlParser.Alter_certificateContext ctx)
TSqlParser.alter_certificate().
The default implementation does nothing.
exitAlter_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_column_encryption_key(TSqlParser.Alter_column_encryption_keyContext ctx)
TSqlParser.alter_column_encryption_key().
The default implementation does nothing.
enterAlter_column_encryption_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_column_encryption_key(TSqlParser.Alter_column_encryption_keyContext ctx)
TSqlParser.alter_column_encryption_key().
The default implementation does nothing.
exitAlter_column_encryption_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_column_encryption_key(TSqlParser.Create_column_encryption_keyContext ctx)
TSqlParser.create_column_encryption_key().
The default implementation does nothing.
enterCreate_column_encryption_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_column_encryption_key(TSqlParser.Create_column_encryption_keyContext ctx)
TSqlParser.create_column_encryption_key().
The default implementation does nothing.
exitCreate_column_encryption_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_certificate(TSqlParser.Drop_certificateContext ctx)
TSqlParser.drop_certificate().
The default implementation does nothing.
enterDrop_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_certificate(TSqlParser.Drop_certificateContext ctx)
TSqlParser.drop_certificate().
The default implementation does nothing.
exitDrop_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_column_encryption_key(TSqlParser.Drop_column_encryption_keyContext ctx)
TSqlParser.drop_column_encryption_key().
The default implementation does nothing.
enterDrop_column_encryption_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_column_encryption_key(TSqlParser.Drop_column_encryption_keyContext ctx)
TSqlParser.drop_column_encryption_key().
The default implementation does nothing.
exitDrop_column_encryption_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_column_master_key(TSqlParser.Drop_column_master_keyContext ctx)
TSqlParser.drop_column_master_key().
The default implementation does nothing.
enterDrop_column_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_column_master_key(TSqlParser.Drop_column_master_keyContext ctx)
TSqlParser.drop_column_master_key().
The default implementation does nothing.
exitDrop_column_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_contract(TSqlParser.Drop_contractContext ctx)
TSqlParser.drop_contract().
The default implementation does nothing.
enterDrop_contract 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_contract(TSqlParser.Drop_contractContext ctx)
TSqlParser.drop_contract().
The default implementation does nothing.
exitDrop_contract 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_credential(TSqlParser.Drop_credentialContext ctx)
TSqlParser.drop_credential().
The default implementation does nothing.
enterDrop_credential 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_credential(TSqlParser.Drop_credentialContext ctx)
TSqlParser.drop_credential().
The default implementation does nothing.
exitDrop_credential 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_cryptograhic_provider(TSqlParser.Drop_cryptograhic_providerContext ctx)
TSqlParser.drop_cryptograhic_provider().
The default implementation does nothing.
enterDrop_cryptograhic_provider 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_cryptograhic_provider(TSqlParser.Drop_cryptograhic_providerContext ctx)
TSqlParser.drop_cryptograhic_provider().
The default implementation does nothing.
exitDrop_cryptograhic_provider 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_database(TSqlParser.Drop_databaseContext ctx)
TSqlParser.drop_database().
The default implementation does nothing.
enterDrop_database 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_database(TSqlParser.Drop_databaseContext ctx)
TSqlParser.drop_database().
The default implementation does nothing.
exitDrop_database 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_database_audit_specification(TSqlParser.Drop_database_audit_specificationContext ctx)
TSqlParser.drop_database_audit_specification().
The default implementation does nothing.
enterDrop_database_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_database_audit_specification(TSqlParser.Drop_database_audit_specificationContext ctx)
TSqlParser.drop_database_audit_specification().
The default implementation does nothing.
exitDrop_database_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_database_scoped_credential(TSqlParser.Drop_database_scoped_credentialContext ctx)
TSqlParser.drop_database_scoped_credential().
The default implementation does nothing.
enterDrop_database_scoped_credential 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_database_scoped_credential(TSqlParser.Drop_database_scoped_credentialContext ctx)
TSqlParser.drop_database_scoped_credential().
The default implementation does nothing.
exitDrop_database_scoped_credential 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_default(TSqlParser.Drop_defaultContext ctx)
TSqlParser.drop_default().
The default implementation does nothing.
enterDrop_default 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_default(TSqlParser.Drop_defaultContext ctx)
TSqlParser.drop_default().
The default implementation does nothing.
exitDrop_default 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_endpoint(TSqlParser.Drop_endpointContext ctx)
TSqlParser.drop_endpoint().
The default implementation does nothing.
enterDrop_endpoint 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_endpoint(TSqlParser.Drop_endpointContext ctx)
TSqlParser.drop_endpoint().
The default implementation does nothing.
exitDrop_endpoint 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_external_data_source(TSqlParser.Drop_external_data_sourceContext ctx)
TSqlParser.drop_external_data_source().
The default implementation does nothing.
enterDrop_external_data_source 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_external_data_source(TSqlParser.Drop_external_data_sourceContext ctx)
TSqlParser.drop_external_data_source().
The default implementation does nothing.
exitDrop_external_data_source 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_external_file_format(TSqlParser.Drop_external_file_formatContext ctx)
TSqlParser.drop_external_file_format().
The default implementation does nothing.
enterDrop_external_file_format 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_external_file_format(TSqlParser.Drop_external_file_formatContext ctx)
TSqlParser.drop_external_file_format().
The default implementation does nothing.
exitDrop_external_file_format 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_external_library(TSqlParser.Drop_external_libraryContext ctx)
TSqlParser.drop_external_library().
The default implementation does nothing.
enterDrop_external_library 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_external_library(TSqlParser.Drop_external_libraryContext ctx)
TSqlParser.drop_external_library().
The default implementation does nothing.
exitDrop_external_library 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_external_resource_pool(TSqlParser.Drop_external_resource_poolContext ctx)
TSqlParser.drop_external_resource_pool().
The default implementation does nothing.
enterDrop_external_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_external_resource_pool(TSqlParser.Drop_external_resource_poolContext ctx)
TSqlParser.drop_external_resource_pool().
The default implementation does nothing.
exitDrop_external_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_external_table(TSqlParser.Drop_external_tableContext ctx)
TSqlParser.drop_external_table().
The default implementation does nothing.
enterDrop_external_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_external_table(TSqlParser.Drop_external_tableContext ctx)
TSqlParser.drop_external_table().
The default implementation does nothing.
exitDrop_external_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_event_notifications(TSqlParser.Drop_event_notificationsContext ctx)
TSqlParser.drop_event_notifications().
The default implementation does nothing.
enterDrop_event_notifications 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_event_notifications(TSqlParser.Drop_event_notificationsContext ctx)
TSqlParser.drop_event_notifications().
The default implementation does nothing.
exitDrop_event_notifications 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_event_session(TSqlParser.Drop_event_sessionContext ctx)
TSqlParser.drop_event_session().
The default implementation does nothing.
enterDrop_event_session 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_event_session(TSqlParser.Drop_event_sessionContext ctx)
TSqlParser.drop_event_session().
The default implementation does nothing.
exitDrop_event_session 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_fulltext_catalog(TSqlParser.Drop_fulltext_catalogContext ctx)
TSqlParser.drop_fulltext_catalog().
The default implementation does nothing.
enterDrop_fulltext_catalog 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_fulltext_catalog(TSqlParser.Drop_fulltext_catalogContext ctx)
TSqlParser.drop_fulltext_catalog().
The default implementation does nothing.
exitDrop_fulltext_catalog 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_fulltext_index(TSqlParser.Drop_fulltext_indexContext ctx)
TSqlParser.drop_fulltext_index().
The default implementation does nothing.
enterDrop_fulltext_index 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_fulltext_index(TSqlParser.Drop_fulltext_indexContext ctx)
TSqlParser.drop_fulltext_index().
The default implementation does nothing.
exitDrop_fulltext_index 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_fulltext_stoplist(TSqlParser.Drop_fulltext_stoplistContext ctx)
TSqlParser.drop_fulltext_stoplist().
The default implementation does nothing.
enterDrop_fulltext_stoplist 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_fulltext_stoplist(TSqlParser.Drop_fulltext_stoplistContext ctx)
TSqlParser.drop_fulltext_stoplist().
The default implementation does nothing.
exitDrop_fulltext_stoplist 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_login(TSqlParser.Drop_loginContext ctx)
TSqlParser.drop_login().
The default implementation does nothing.
enterDrop_login 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_login(TSqlParser.Drop_loginContext ctx)
TSqlParser.drop_login().
The default implementation does nothing.
exitDrop_login 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_master_key(TSqlParser.Drop_master_keyContext ctx)
TSqlParser.drop_master_key().
The default implementation does nothing.
enterDrop_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_master_key(TSqlParser.Drop_master_keyContext ctx)
TSqlParser.drop_master_key().
The default implementation does nothing.
exitDrop_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_message_type(TSqlParser.Drop_message_typeContext ctx)
TSqlParser.drop_message_type().
The default implementation does nothing.
enterDrop_message_type 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_message_type(TSqlParser.Drop_message_typeContext ctx)
TSqlParser.drop_message_type().
The default implementation does nothing.
exitDrop_message_type 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_partition_function(TSqlParser.Drop_partition_functionContext ctx)
TSqlParser.drop_partition_function().
The default implementation does nothing.
enterDrop_partition_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_partition_function(TSqlParser.Drop_partition_functionContext ctx)
TSqlParser.drop_partition_function().
The default implementation does nothing.
exitDrop_partition_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_partition_scheme(TSqlParser.Drop_partition_schemeContext ctx)
TSqlParser.drop_partition_scheme().
The default implementation does nothing.
enterDrop_partition_scheme 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_partition_scheme(TSqlParser.Drop_partition_schemeContext ctx)
TSqlParser.drop_partition_scheme().
The default implementation does nothing.
exitDrop_partition_scheme 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_queue(TSqlParser.Drop_queueContext ctx)
TSqlParser.drop_queue().
The default implementation does nothing.
enterDrop_queue 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_queue(TSqlParser.Drop_queueContext ctx)
TSqlParser.drop_queue().
The default implementation does nothing.
exitDrop_queue 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_remote_service_binding(TSqlParser.Drop_remote_service_bindingContext ctx)
TSqlParser.drop_remote_service_binding().
The default implementation does nothing.
enterDrop_remote_service_binding 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_remote_service_binding(TSqlParser.Drop_remote_service_bindingContext ctx)
TSqlParser.drop_remote_service_binding().
The default implementation does nothing.
exitDrop_remote_service_binding 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_resource_pool(TSqlParser.Drop_resource_poolContext ctx)
TSqlParser.drop_resource_pool().
The default implementation does nothing.
enterDrop_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_resource_pool(TSqlParser.Drop_resource_poolContext ctx)
TSqlParser.drop_resource_pool().
The default implementation does nothing.
exitDrop_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_db_role(TSqlParser.Drop_db_roleContext ctx)
TSqlParser.drop_db_role().
The default implementation does nothing.
enterDrop_db_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_db_role(TSqlParser.Drop_db_roleContext ctx)
TSqlParser.drop_db_role().
The default implementation does nothing.
exitDrop_db_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_route(TSqlParser.Drop_routeContext ctx)
TSqlParser.drop_route().
The default implementation does nothing.
enterDrop_route 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_route(TSqlParser.Drop_routeContext ctx)
TSqlParser.drop_route().
The default implementation does nothing.
exitDrop_route 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_rule(TSqlParser.Drop_ruleContext ctx)
TSqlParser.drop_rule().
The default implementation does nothing.
enterDrop_rule 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_rule(TSqlParser.Drop_ruleContext ctx)
TSqlParser.drop_rule().
The default implementation does nothing.
exitDrop_rule 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_schema(TSqlParser.Drop_schemaContext ctx)
TSqlParser.drop_schema().
The default implementation does nothing.
enterDrop_schema 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_schema(TSqlParser.Drop_schemaContext ctx)
TSqlParser.drop_schema().
The default implementation does nothing.
exitDrop_schema 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_search_property_list(TSqlParser.Drop_search_property_listContext ctx)
TSqlParser.drop_search_property_list().
The default implementation does nothing.
enterDrop_search_property_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_search_property_list(TSqlParser.Drop_search_property_listContext ctx)
TSqlParser.drop_search_property_list().
The default implementation does nothing.
exitDrop_search_property_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_security_policy(TSqlParser.Drop_security_policyContext ctx)
TSqlParser.drop_security_policy().
The default implementation does nothing.
enterDrop_security_policy 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_security_policy(TSqlParser.Drop_security_policyContext ctx)
TSqlParser.drop_security_policy().
The default implementation does nothing.
exitDrop_security_policy 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_sequence(TSqlParser.Drop_sequenceContext ctx)
TSqlParser.drop_sequence().
The default implementation does nothing.
enterDrop_sequence 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_sequence(TSqlParser.Drop_sequenceContext ctx)
TSqlParser.drop_sequence().
The default implementation does nothing.
exitDrop_sequence 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_server_audit(TSqlParser.Drop_server_auditContext ctx)
TSqlParser.drop_server_audit().
The default implementation does nothing.
enterDrop_server_audit 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_server_audit(TSqlParser.Drop_server_auditContext ctx)
TSqlParser.drop_server_audit().
The default implementation does nothing.
exitDrop_server_audit 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_server_audit_specification(TSqlParser.Drop_server_audit_specificationContext ctx)
TSqlParser.drop_server_audit_specification().
The default implementation does nothing.
enterDrop_server_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_server_audit_specification(TSqlParser.Drop_server_audit_specificationContext ctx)
TSqlParser.drop_server_audit_specification().
The default implementation does nothing.
exitDrop_server_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_server_role(TSqlParser.Drop_server_roleContext ctx)
TSqlParser.drop_server_role().
The default implementation does nothing.
enterDrop_server_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_server_role(TSqlParser.Drop_server_roleContext ctx)
TSqlParser.drop_server_role().
The default implementation does nothing.
exitDrop_server_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_service(TSqlParser.Drop_serviceContext ctx)
TSqlParser.drop_service().
The default implementation does nothing.
enterDrop_service 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_service(TSqlParser.Drop_serviceContext ctx)
TSqlParser.drop_service().
The default implementation does nothing.
exitDrop_service 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_signature(TSqlParser.Drop_signatureContext ctx)
TSqlParser.drop_signature().
The default implementation does nothing.
enterDrop_signature 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_signature(TSqlParser.Drop_signatureContext ctx)
TSqlParser.drop_signature().
The default implementation does nothing.
exitDrop_signature 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_statistics_name_azure_dw_and_pdw(TSqlParser.Drop_statistics_name_azure_dw_and_pdwContext ctx)
TSqlParser.drop_statistics_name_azure_dw_and_pdw().
The default implementation does nothing.
enterDrop_statistics_name_azure_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_statistics_name_azure_dw_and_pdw(TSqlParser.Drop_statistics_name_azure_dw_and_pdwContext ctx)
TSqlParser.drop_statistics_name_azure_dw_and_pdw().
The default implementation does nothing.
exitDrop_statistics_name_azure_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_symmetric_key(TSqlParser.Drop_symmetric_keyContext ctx)
TSqlParser.drop_symmetric_key().
The default implementation does nothing.
enterDrop_symmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_symmetric_key(TSqlParser.Drop_symmetric_keyContext ctx)
TSqlParser.drop_symmetric_key().
The default implementation does nothing.
exitDrop_symmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_synonym(TSqlParser.Drop_synonymContext ctx)
TSqlParser.drop_synonym().
The default implementation does nothing.
enterDrop_synonym 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_synonym(TSqlParser.Drop_synonymContext ctx)
TSqlParser.drop_synonym().
The default implementation does nothing.
exitDrop_synonym 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_user(TSqlParser.Drop_userContext ctx)
TSqlParser.drop_user().
The default implementation does nothing.
enterDrop_user 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_user(TSqlParser.Drop_userContext ctx)
TSqlParser.drop_user().
The default implementation does nothing.
exitDrop_user 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_workload_group(TSqlParser.Drop_workload_groupContext ctx)
TSqlParser.drop_workload_group().
The default implementation does nothing.
enterDrop_workload_group 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_workload_group(TSqlParser.Drop_workload_groupContext ctx)
TSqlParser.drop_workload_group().
The default implementation does nothing.
exitDrop_workload_group 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_xml_schema_collection(TSqlParser.Drop_xml_schema_collectionContext ctx)
TSqlParser.drop_xml_schema_collection().
The default implementation does nothing.
enterDrop_xml_schema_collection 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_xml_schema_collection(TSqlParser.Drop_xml_schema_collectionContext ctx)
TSqlParser.drop_xml_schema_collection().
The default implementation does nothing.
exitDrop_xml_schema_collection 在接口中 TSqlParserListenerctx - the parse treepublic void enterDisable_trigger(TSqlParser.Disable_triggerContext ctx)
TSqlParser.disable_trigger().
The default implementation does nothing.
enterDisable_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitDisable_trigger(TSqlParser.Disable_triggerContext ctx)
TSqlParser.disable_trigger().
The default implementation does nothing.
exitDisable_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterEnable_trigger(TSqlParser.Enable_triggerContext ctx)
TSqlParser.enable_trigger().
The default implementation does nothing.
enterEnable_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitEnable_trigger(TSqlParser.Enable_triggerContext ctx)
TSqlParser.enable_trigger().
The default implementation does nothing.
exitEnable_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterLock_table(TSqlParser.Lock_tableContext ctx)
TSqlParser.lock_table().
The default implementation does nothing.
enterLock_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitLock_table(TSqlParser.Lock_tableContext ctx)
TSqlParser.lock_table().
The default implementation does nothing.
exitLock_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterTruncate_table(TSqlParser.Truncate_tableContext ctx)
TSqlParser.truncate_table().
The default implementation does nothing.
enterTruncate_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitTruncate_table(TSqlParser.Truncate_tableContext ctx)
TSqlParser.truncate_table().
The default implementation does nothing.
exitTruncate_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_column_master_key(TSqlParser.Create_column_master_keyContext ctx)
TSqlParser.create_column_master_key().
The default implementation does nothing.
enterCreate_column_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_column_master_key(TSqlParser.Create_column_master_keyContext ctx)
TSqlParser.create_column_master_key().
The default implementation does nothing.
exitCreate_column_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_credential(TSqlParser.Alter_credentialContext ctx)
TSqlParser.alter_credential().
The default implementation does nothing.
enterAlter_credential 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_credential(TSqlParser.Alter_credentialContext ctx)
TSqlParser.alter_credential().
The default implementation does nothing.
exitAlter_credential 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_credential(TSqlParser.Create_credentialContext ctx)
TSqlParser.create_credential().
The default implementation does nothing.
enterCreate_credential 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_credential(TSqlParser.Create_credentialContext ctx)
TSqlParser.create_credential().
The default implementation does nothing.
exitCreate_credential 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_cryptographic_provider(TSqlParser.Alter_cryptographic_providerContext ctx)
TSqlParser.alter_cryptographic_provider().
The default implementation does nothing.
enterAlter_cryptographic_provider 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_cryptographic_provider(TSqlParser.Alter_cryptographic_providerContext ctx)
TSqlParser.alter_cryptographic_provider().
The default implementation does nothing.
exitAlter_cryptographic_provider 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_cryptographic_provider(TSqlParser.Create_cryptographic_providerContext ctx)
TSqlParser.create_cryptographic_provider().
The default implementation does nothing.
enterCreate_cryptographic_provider 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_cryptographic_provider(TSqlParser.Create_cryptographic_providerContext ctx)
TSqlParser.create_cryptographic_provider().
The default implementation does nothing.
exitCreate_cryptographic_provider 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_event_notification(TSqlParser.Create_event_notificationContext ctx)
TSqlParser.create_event_notification().
The default implementation does nothing.
enterCreate_event_notification 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_event_notification(TSqlParser.Create_event_notificationContext ctx)
TSqlParser.create_event_notification().
The default implementation does nothing.
exitCreate_event_notification 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_event_session(TSqlParser.Create_or_alter_event_sessionContext ctx)
TSqlParser.create_or_alter_event_session().
The default implementation does nothing.
enterCreate_or_alter_event_session 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_event_session(TSqlParser.Create_or_alter_event_sessionContext ctx)
TSqlParser.create_or_alter_event_session().
The default implementation does nothing.
exitCreate_or_alter_event_session 在接口中 TSqlParserListenerctx - the parse treepublic void enterEvent_session_predicate_expression(TSqlParser.Event_session_predicate_expressionContext ctx)
TSqlParser.event_session_predicate_expression().
The default implementation does nothing.
enterEvent_session_predicate_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitEvent_session_predicate_expression(TSqlParser.Event_session_predicate_expressionContext ctx)
TSqlParser.event_session_predicate_expression().
The default implementation does nothing.
exitEvent_session_predicate_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterEvent_session_predicate_factor(TSqlParser.Event_session_predicate_factorContext ctx)
TSqlParser.event_session_predicate_factor().
The default implementation does nothing.
enterEvent_session_predicate_factor 在接口中 TSqlParserListenerctx - the parse treepublic void exitEvent_session_predicate_factor(TSqlParser.Event_session_predicate_factorContext ctx)
TSqlParser.event_session_predicate_factor().
The default implementation does nothing.
exitEvent_session_predicate_factor 在接口中 TSqlParserListenerctx - the parse treepublic void enterEvent_session_predicate_leaf(TSqlParser.Event_session_predicate_leafContext ctx)
TSqlParser.event_session_predicate_leaf().
The default implementation does nothing.
enterEvent_session_predicate_leaf 在接口中 TSqlParserListenerctx - the parse treepublic void exitEvent_session_predicate_leaf(TSqlParser.Event_session_predicate_leafContext ctx)
TSqlParser.event_session_predicate_leaf().
The default implementation does nothing.
exitEvent_session_predicate_leaf 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_external_data_source(TSqlParser.Alter_external_data_sourceContext ctx)
TSqlParser.alter_external_data_source().
The default implementation does nothing.
enterAlter_external_data_source 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_external_data_source(TSqlParser.Alter_external_data_sourceContext ctx)
TSqlParser.alter_external_data_source().
The default implementation does nothing.
exitAlter_external_data_source 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_external_library(TSqlParser.Alter_external_libraryContext ctx)
TSqlParser.alter_external_library().
The default implementation does nothing.
enterAlter_external_library 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_external_library(TSqlParser.Alter_external_libraryContext ctx)
TSqlParser.alter_external_library().
The default implementation does nothing.
exitAlter_external_library 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_external_library(TSqlParser.Create_external_libraryContext ctx)
TSqlParser.create_external_library().
The default implementation does nothing.
enterCreate_external_library 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_external_library(TSqlParser.Create_external_libraryContext ctx)
TSqlParser.create_external_library().
The default implementation does nothing.
exitCreate_external_library 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_external_resource_pool(TSqlParser.Alter_external_resource_poolContext ctx)
TSqlParser.alter_external_resource_pool().
The default implementation does nothing.
enterAlter_external_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_external_resource_pool(TSqlParser.Alter_external_resource_poolContext ctx)
TSqlParser.alter_external_resource_pool().
The default implementation does nothing.
exitAlter_external_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_external_resource_pool(TSqlParser.Create_external_resource_poolContext ctx)
TSqlParser.create_external_resource_pool().
The default implementation does nothing.
enterCreate_external_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_external_resource_pool(TSqlParser.Create_external_resource_poolContext ctx)
TSqlParser.create_external_resource_pool().
The default implementation does nothing.
exitCreate_external_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_fulltext_catalog(TSqlParser.Alter_fulltext_catalogContext ctx)
TSqlParser.alter_fulltext_catalog().
The default implementation does nothing.
enterAlter_fulltext_catalog 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_fulltext_catalog(TSqlParser.Alter_fulltext_catalogContext ctx)
TSqlParser.alter_fulltext_catalog().
The default implementation does nothing.
exitAlter_fulltext_catalog 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_fulltext_catalog(TSqlParser.Create_fulltext_catalogContext ctx)
TSqlParser.create_fulltext_catalog().
The default implementation does nothing.
enterCreate_fulltext_catalog 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_fulltext_catalog(TSqlParser.Create_fulltext_catalogContext ctx)
TSqlParser.create_fulltext_catalog().
The default implementation does nothing.
exitCreate_fulltext_catalog 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_fulltext_stoplist(TSqlParser.Alter_fulltext_stoplistContext ctx)
TSqlParser.alter_fulltext_stoplist().
The default implementation does nothing.
enterAlter_fulltext_stoplist 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_fulltext_stoplist(TSqlParser.Alter_fulltext_stoplistContext ctx)
TSqlParser.alter_fulltext_stoplist().
The default implementation does nothing.
exitAlter_fulltext_stoplist 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_fulltext_stoplist(TSqlParser.Create_fulltext_stoplistContext ctx)
TSqlParser.create_fulltext_stoplist().
The default implementation does nothing.
enterCreate_fulltext_stoplist 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_fulltext_stoplist(TSqlParser.Create_fulltext_stoplistContext ctx)
TSqlParser.create_fulltext_stoplist().
The default implementation does nothing.
exitCreate_fulltext_stoplist 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_login_sql_server(TSqlParser.Alter_login_sql_serverContext ctx)
TSqlParser.alter_login_sql_server().
The default implementation does nothing.
enterAlter_login_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_login_sql_server(TSqlParser.Alter_login_sql_serverContext ctx)
TSqlParser.alter_login_sql_server().
The default implementation does nothing.
exitAlter_login_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_login_sql_server(TSqlParser.Create_login_sql_serverContext ctx)
TSqlParser.create_login_sql_server().
The default implementation does nothing.
enterCreate_login_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_login_sql_server(TSqlParser.Create_login_sql_serverContext ctx)
TSqlParser.create_login_sql_server().
The default implementation does nothing.
exitCreate_login_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_login_azure_sql(TSqlParser.Alter_login_azure_sqlContext ctx)
TSqlParser.alter_login_azure_sql().
The default implementation does nothing.
enterAlter_login_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_login_azure_sql(TSqlParser.Alter_login_azure_sqlContext ctx)
TSqlParser.alter_login_azure_sql().
The default implementation does nothing.
exitAlter_login_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_login_azure_sql(TSqlParser.Create_login_azure_sqlContext ctx)
TSqlParser.create_login_azure_sql().
The default implementation does nothing.
enterCreate_login_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_login_azure_sql(TSqlParser.Create_login_azure_sqlContext ctx)
TSqlParser.create_login_azure_sql().
The default implementation does nothing.
exitCreate_login_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_login_azure_sql_dw_and_pdw(TSqlParser.Alter_login_azure_sql_dw_and_pdwContext ctx)
TSqlParser.alter_login_azure_sql_dw_and_pdw().
The default implementation does nothing.
enterAlter_login_azure_sql_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_login_azure_sql_dw_and_pdw(TSqlParser.Alter_login_azure_sql_dw_and_pdwContext ctx)
TSqlParser.alter_login_azure_sql_dw_and_pdw().
The default implementation does nothing.
exitAlter_login_azure_sql_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_login_pdw(TSqlParser.Create_login_pdwContext ctx)
TSqlParser.create_login_pdw().
The default implementation does nothing.
enterCreate_login_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_login_pdw(TSqlParser.Create_login_pdwContext ctx)
TSqlParser.create_login_pdw().
The default implementation does nothing.
exitCreate_login_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_master_key_sql_server(TSqlParser.Alter_master_key_sql_serverContext ctx)
TSqlParser.alter_master_key_sql_server().
The default implementation does nothing.
enterAlter_master_key_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_master_key_sql_server(TSqlParser.Alter_master_key_sql_serverContext ctx)
TSqlParser.alter_master_key_sql_server().
The default implementation does nothing.
exitAlter_master_key_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_master_key_sql_server(TSqlParser.Create_master_key_sql_serverContext ctx)
TSqlParser.create_master_key_sql_server().
The default implementation does nothing.
enterCreate_master_key_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_master_key_sql_server(TSqlParser.Create_master_key_sql_serverContext ctx)
TSqlParser.create_master_key_sql_server().
The default implementation does nothing.
exitCreate_master_key_sql_server 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_master_key_azure_sql(TSqlParser.Alter_master_key_azure_sqlContext ctx)
TSqlParser.alter_master_key_azure_sql().
The default implementation does nothing.
enterAlter_master_key_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_master_key_azure_sql(TSqlParser.Alter_master_key_azure_sqlContext ctx)
TSqlParser.alter_master_key_azure_sql().
The default implementation does nothing.
exitAlter_master_key_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_master_key_azure_sql(TSqlParser.Create_master_key_azure_sqlContext ctx)
TSqlParser.create_master_key_azure_sql().
The default implementation does nothing.
enterCreate_master_key_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_master_key_azure_sql(TSqlParser.Create_master_key_azure_sqlContext ctx)
TSqlParser.create_master_key_azure_sql().
The default implementation does nothing.
exitCreate_master_key_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_message_type(TSqlParser.Alter_message_typeContext ctx)
TSqlParser.alter_message_type().
The default implementation does nothing.
enterAlter_message_type 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_message_type(TSqlParser.Alter_message_typeContext ctx)
TSqlParser.alter_message_type().
The default implementation does nothing.
exitAlter_message_type 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_partition_function(TSqlParser.Alter_partition_functionContext ctx)
TSqlParser.alter_partition_function().
The default implementation does nothing.
enterAlter_partition_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_partition_function(TSqlParser.Alter_partition_functionContext ctx)
TSqlParser.alter_partition_function().
The default implementation does nothing.
exitAlter_partition_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_partition_scheme(TSqlParser.Alter_partition_schemeContext ctx)
TSqlParser.alter_partition_scheme().
The default implementation does nothing.
enterAlter_partition_scheme 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_partition_scheme(TSqlParser.Alter_partition_schemeContext ctx)
TSqlParser.alter_partition_scheme().
The default implementation does nothing.
exitAlter_partition_scheme 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_remote_service_binding(TSqlParser.Alter_remote_service_bindingContext ctx)
TSqlParser.alter_remote_service_binding().
The default implementation does nothing.
enterAlter_remote_service_binding 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_remote_service_binding(TSqlParser.Alter_remote_service_bindingContext ctx)
TSqlParser.alter_remote_service_binding().
The default implementation does nothing.
exitAlter_remote_service_binding 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_remote_service_binding(TSqlParser.Create_remote_service_bindingContext ctx)
TSqlParser.create_remote_service_binding().
The default implementation does nothing.
enterCreate_remote_service_binding 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_remote_service_binding(TSqlParser.Create_remote_service_bindingContext ctx)
TSqlParser.create_remote_service_binding().
The default implementation does nothing.
exitCreate_remote_service_binding 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_resource_pool(TSqlParser.Create_resource_poolContext ctx)
TSqlParser.create_resource_pool().
The default implementation does nothing.
enterCreate_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_resource_pool(TSqlParser.Create_resource_poolContext ctx)
TSqlParser.create_resource_pool().
The default implementation does nothing.
exitCreate_resource_pool 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_resource_governor(TSqlParser.Alter_resource_governorContext ctx)
TSqlParser.alter_resource_governor().
The default implementation does nothing.
enterAlter_resource_governor 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_resource_governor(TSqlParser.Alter_resource_governorContext ctx)
TSqlParser.alter_resource_governor().
The default implementation does nothing.
exitAlter_resource_governor 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_db_role(TSqlParser.Alter_db_roleContext ctx)
TSqlParser.alter_db_role().
The default implementation does nothing.
enterAlter_db_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_db_role(TSqlParser.Alter_db_roleContext ctx)
TSqlParser.alter_db_role().
The default implementation does nothing.
exitAlter_db_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_db_role(TSqlParser.Create_db_roleContext ctx)
TSqlParser.create_db_role().
The default implementation does nothing.
enterCreate_db_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_db_role(TSqlParser.Create_db_roleContext ctx)
TSqlParser.create_db_role().
The default implementation does nothing.
exitCreate_db_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_route(TSqlParser.Create_routeContext ctx)
TSqlParser.create_route().
The default implementation does nothing.
enterCreate_route 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_route(TSqlParser.Create_routeContext ctx)
TSqlParser.create_route().
The default implementation does nothing.
exitCreate_route 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_rule(TSqlParser.Create_ruleContext ctx)
TSqlParser.create_rule().
The default implementation does nothing.
enterCreate_rule 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_rule(TSqlParser.Create_ruleContext ctx)
TSqlParser.create_rule().
The default implementation does nothing.
exitCreate_rule 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_schema_sql(TSqlParser.Alter_schema_sqlContext ctx)
TSqlParser.alter_schema_sql().
The default implementation does nothing.
enterAlter_schema_sql 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_schema_sql(TSqlParser.Alter_schema_sqlContext ctx)
TSqlParser.alter_schema_sql().
The default implementation does nothing.
exitAlter_schema_sql 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_schema(TSqlParser.Create_schemaContext ctx)
TSqlParser.create_schema().
The default implementation does nothing.
enterCreate_schema 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_schema(TSqlParser.Create_schemaContext ctx)
TSqlParser.create_schema().
The default implementation does nothing.
exitCreate_schema 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_schema_azure_sql_dw_and_pdw(TSqlParser.Create_schema_azure_sql_dw_and_pdwContext ctx)
TSqlParser.create_schema_azure_sql_dw_and_pdw().
The default implementation does nothing.
enterCreate_schema_azure_sql_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_schema_azure_sql_dw_and_pdw(TSqlParser.Create_schema_azure_sql_dw_and_pdwContext ctx)
TSqlParser.create_schema_azure_sql_dw_and_pdw().
The default implementation does nothing.
exitCreate_schema_azure_sql_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_schema_azure_sql_dw_and_pdw(TSqlParser.Alter_schema_azure_sql_dw_and_pdwContext ctx)
TSqlParser.alter_schema_azure_sql_dw_and_pdw().
The default implementation does nothing.
enterAlter_schema_azure_sql_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_schema_azure_sql_dw_and_pdw(TSqlParser.Alter_schema_azure_sql_dw_and_pdwContext ctx)
TSqlParser.alter_schema_azure_sql_dw_and_pdw().
The default implementation does nothing.
exitAlter_schema_azure_sql_dw_and_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_search_property_list(TSqlParser.Create_search_property_listContext ctx)
TSqlParser.create_search_property_list().
The default implementation does nothing.
enterCreate_search_property_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_search_property_list(TSqlParser.Create_search_property_listContext ctx)
TSqlParser.create_search_property_list().
The default implementation does nothing.
exitCreate_search_property_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_security_policy(TSqlParser.Create_security_policyContext ctx)
TSqlParser.create_security_policy().
The default implementation does nothing.
enterCreate_security_policy 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_security_policy(TSqlParser.Create_security_policyContext ctx)
TSqlParser.create_security_policy().
The default implementation does nothing.
exitCreate_security_policy 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_sequence(TSqlParser.Alter_sequenceContext ctx)
TSqlParser.alter_sequence().
The default implementation does nothing.
enterAlter_sequence 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_sequence(TSqlParser.Alter_sequenceContext ctx)
TSqlParser.alter_sequence().
The default implementation does nothing.
exitAlter_sequence 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_sequence(TSqlParser.Create_sequenceContext ctx)
TSqlParser.create_sequence().
The default implementation does nothing.
enterCreate_sequence 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_sequence(TSqlParser.Create_sequenceContext ctx)
TSqlParser.create_sequence().
The default implementation does nothing.
exitCreate_sequence 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_server_audit(TSqlParser.Alter_server_auditContext ctx)
TSqlParser.alter_server_audit().
The default implementation does nothing.
enterAlter_server_audit 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_server_audit(TSqlParser.Alter_server_auditContext ctx)
TSqlParser.alter_server_audit().
The default implementation does nothing.
exitAlter_server_audit 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_server_audit(TSqlParser.Create_server_auditContext ctx)
TSqlParser.create_server_audit().
The default implementation does nothing.
enterCreate_server_audit 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_server_audit(TSqlParser.Create_server_auditContext ctx)
TSqlParser.create_server_audit().
The default implementation does nothing.
exitCreate_server_audit 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_server_audit_specification(TSqlParser.Alter_server_audit_specificationContext ctx)
TSqlParser.alter_server_audit_specification().
The default implementation does nothing.
enterAlter_server_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_server_audit_specification(TSqlParser.Alter_server_audit_specificationContext ctx)
TSqlParser.alter_server_audit_specification().
The default implementation does nothing.
exitAlter_server_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_server_audit_specification(TSqlParser.Create_server_audit_specificationContext ctx)
TSqlParser.create_server_audit_specification().
The default implementation does nothing.
enterCreate_server_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_server_audit_specification(TSqlParser.Create_server_audit_specificationContext ctx)
TSqlParser.create_server_audit_specification().
The default implementation does nothing.
exitCreate_server_audit_specification 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_server_configuration(TSqlParser.Alter_server_configurationContext ctx)
TSqlParser.alter_server_configuration().
The default implementation does nothing.
enterAlter_server_configuration 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_server_configuration(TSqlParser.Alter_server_configurationContext ctx)
TSqlParser.alter_server_configuration().
The default implementation does nothing.
exitAlter_server_configuration 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_server_role(TSqlParser.Alter_server_roleContext ctx)
TSqlParser.alter_server_role().
The default implementation does nothing.
enterAlter_server_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_server_role(TSqlParser.Alter_server_roleContext ctx)
TSqlParser.alter_server_role().
The default implementation does nothing.
exitAlter_server_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_server_role(TSqlParser.Create_server_roleContext ctx)
TSqlParser.create_server_role().
The default implementation does nothing.
enterCreate_server_role 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_server_role(TSqlParser.Create_server_roleContext ctx)
TSqlParser.create_server_role().
The default implementation does nothing.
exitCreate_server_role 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_server_role_pdw(TSqlParser.Alter_server_role_pdwContext ctx)
TSqlParser.alter_server_role_pdw().
The default implementation does nothing.
enterAlter_server_role_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_server_role_pdw(TSqlParser.Alter_server_role_pdwContext ctx)
TSqlParser.alter_server_role_pdw().
The default implementation does nothing.
exitAlter_server_role_pdw 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_service(TSqlParser.Alter_serviceContext ctx)
TSqlParser.alter_service().
The default implementation does nothing.
enterAlter_service 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_service(TSqlParser.Alter_serviceContext ctx)
TSqlParser.alter_service().
The default implementation does nothing.
exitAlter_service 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_service(TSqlParser.Create_serviceContext ctx)
TSqlParser.create_service().
The default implementation does nothing.
enterCreate_service 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_service(TSqlParser.Create_serviceContext ctx)
TSqlParser.create_service().
The default implementation does nothing.
exitCreate_service 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_service_master_key(TSqlParser.Alter_service_master_keyContext ctx)
TSqlParser.alter_service_master_key().
The default implementation does nothing.
enterAlter_service_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_service_master_key(TSqlParser.Alter_service_master_keyContext ctx)
TSqlParser.alter_service_master_key().
The default implementation does nothing.
exitAlter_service_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_symmetric_key(TSqlParser.Alter_symmetric_keyContext ctx)
TSqlParser.alter_symmetric_key().
The default implementation does nothing.
enterAlter_symmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_symmetric_key(TSqlParser.Alter_symmetric_keyContext ctx)
TSqlParser.alter_symmetric_key().
The default implementation does nothing.
exitAlter_symmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_symmetric_key(TSqlParser.Create_symmetric_keyContext ctx)
TSqlParser.create_symmetric_key().
The default implementation does nothing.
enterCreate_symmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_symmetric_key(TSqlParser.Create_symmetric_keyContext ctx)
TSqlParser.create_symmetric_key().
The default implementation does nothing.
exitCreate_symmetric_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_synonym(TSqlParser.Create_synonymContext ctx)
TSqlParser.create_synonym().
The default implementation does nothing.
enterCreate_synonym 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_synonym(TSqlParser.Create_synonymContext ctx)
TSqlParser.create_synonym().
The default implementation does nothing.
exitCreate_synonym 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_user(TSqlParser.Alter_userContext ctx)
TSqlParser.alter_user().
The default implementation does nothing.
enterAlter_user 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_user(TSqlParser.Alter_userContext ctx)
TSqlParser.alter_user().
The default implementation does nothing.
exitAlter_user 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_user(TSqlParser.Create_userContext ctx)
TSqlParser.create_user().
The default implementation does nothing.
enterCreate_user 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_user(TSqlParser.Create_userContext ctx)
TSqlParser.create_user().
The default implementation does nothing.
exitCreate_user 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_user_azure_sql_dw(TSqlParser.Create_user_azure_sql_dwContext ctx)
TSqlParser.create_user_azure_sql_dw().
The default implementation does nothing.
enterCreate_user_azure_sql_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_user_azure_sql_dw(TSqlParser.Create_user_azure_sql_dwContext ctx)
TSqlParser.create_user_azure_sql_dw().
The default implementation does nothing.
exitCreate_user_azure_sql_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_user_azure_sql(TSqlParser.Alter_user_azure_sqlContext ctx)
TSqlParser.alter_user_azure_sql().
The default implementation does nothing.
enterAlter_user_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_user_azure_sql(TSqlParser.Alter_user_azure_sqlContext ctx)
TSqlParser.alter_user_azure_sql().
The default implementation does nothing.
exitAlter_user_azure_sql 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_workload_group(TSqlParser.Alter_workload_groupContext ctx)
TSqlParser.alter_workload_group().
The default implementation does nothing.
enterAlter_workload_group 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_workload_group(TSqlParser.Alter_workload_groupContext ctx)
TSqlParser.alter_workload_group().
The default implementation does nothing.
exitAlter_workload_group 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_workload_group(TSqlParser.Create_workload_groupContext ctx)
TSqlParser.create_workload_group().
The default implementation does nothing.
enterCreate_workload_group 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_workload_group(TSqlParser.Create_workload_groupContext ctx)
TSqlParser.create_workload_group().
The default implementation does nothing.
exitCreate_workload_group 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_xml_schema_collection(TSqlParser.Create_xml_schema_collectionContext ctx)
TSqlParser.create_xml_schema_collection().
The default implementation does nothing.
enterCreate_xml_schema_collection 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_xml_schema_collection(TSqlParser.Create_xml_schema_collectionContext ctx)
TSqlParser.create_xml_schema_collection().
The default implementation does nothing.
exitCreate_xml_schema_collection 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_queue(TSqlParser.Create_queueContext ctx)
TSqlParser.create_queue().
The default implementation does nothing.
enterCreate_queue 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_queue(TSqlParser.Create_queueContext ctx)
TSqlParser.create_queue().
The default implementation does nothing.
exitCreate_queue 在接口中 TSqlParserListenerctx - the parse treepublic void enterQueue_settings(TSqlParser.Queue_settingsContext ctx)
TSqlParser.queue_settings().
The default implementation does nothing.
enterQueue_settings 在接口中 TSqlParserListenerctx - the parse treepublic void exitQueue_settings(TSqlParser.Queue_settingsContext ctx)
TSqlParser.queue_settings().
The default implementation does nothing.
exitQueue_settings 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_queue(TSqlParser.Alter_queueContext ctx)
TSqlParser.alter_queue().
The default implementation does nothing.
enterAlter_queue 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_queue(TSqlParser.Alter_queueContext ctx)
TSqlParser.alter_queue().
The default implementation does nothing.
exitAlter_queue 在接口中 TSqlParserListenerctx - the parse treepublic void enterQueue_action(TSqlParser.Queue_actionContext ctx)
TSqlParser.queue_action().
The default implementation does nothing.
enterQueue_action 在接口中 TSqlParserListenerctx - the parse treepublic void exitQueue_action(TSqlParser.Queue_actionContext ctx)
TSqlParser.queue_action().
The default implementation does nothing.
exitQueue_action 在接口中 TSqlParserListenerctx - the parse treepublic void enterQueue_rebuild_options(TSqlParser.Queue_rebuild_optionsContext ctx)
TSqlParser.queue_rebuild_options().
The default implementation does nothing.
enterQueue_rebuild_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitQueue_rebuild_options(TSqlParser.Queue_rebuild_optionsContext ctx)
TSqlParser.queue_rebuild_options().
The default implementation does nothing.
exitQueue_rebuild_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_contract(TSqlParser.Create_contractContext ctx)
TSqlParser.create_contract().
The default implementation does nothing.
enterCreate_contract 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_contract(TSqlParser.Create_contractContext ctx)
TSqlParser.create_contract().
The default implementation does nothing.
exitCreate_contract 在接口中 TSqlParserListenerctx - the parse treepublic void enterConversation_statement(TSqlParser.Conversation_statementContext ctx)
TSqlParser.conversation_statement().
The default implementation does nothing.
enterConversation_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitConversation_statement(TSqlParser.Conversation_statementContext ctx)
TSqlParser.conversation_statement().
The default implementation does nothing.
exitConversation_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterMessage_statement(TSqlParser.Message_statementContext ctx)
TSqlParser.message_statement().
The default implementation does nothing.
enterMessage_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitMessage_statement(TSqlParser.Message_statementContext ctx)
TSqlParser.message_statement().
The default implementation does nothing.
exitMessage_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterMerge_statement(TSqlParser.Merge_statementContext ctx)
TSqlParser.merge_statement().
The default implementation does nothing.
enterMerge_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitMerge_statement(TSqlParser.Merge_statementContext ctx)
TSqlParser.merge_statement().
The default implementation does nothing.
exitMerge_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterMerge_matched(TSqlParser.Merge_matchedContext ctx)
TSqlParser.merge_matched().
The default implementation does nothing.
enterMerge_matched 在接口中 TSqlParserListenerctx - the parse treepublic void exitMerge_matched(TSqlParser.Merge_matchedContext ctx)
TSqlParser.merge_matched().
The default implementation does nothing.
exitMerge_matched 在接口中 TSqlParserListenerctx - the parse treepublic void enterMerge_not_matched(TSqlParser.Merge_not_matchedContext ctx)
TSqlParser.merge_not_matched().
The default implementation does nothing.
enterMerge_not_matched 在接口中 TSqlParserListenerctx - the parse treepublic void exitMerge_not_matched(TSqlParser.Merge_not_matchedContext ctx)
TSqlParser.merge_not_matched().
The default implementation does nothing.
exitMerge_not_matched 在接口中 TSqlParserListenerctx - the parse treepublic void enterDelete_statement(TSqlParser.Delete_statementContext ctx)
TSqlParser.delete_statement().
The default implementation does nothing.
enterDelete_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitDelete_statement(TSqlParser.Delete_statementContext ctx)
TSqlParser.delete_statement().
The default implementation does nothing.
exitDelete_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterDelete_statement_from(TSqlParser.Delete_statement_fromContext ctx)
TSqlParser.delete_statement_from().
The default implementation does nothing.
enterDelete_statement_from 在接口中 TSqlParserListenerctx - the parse treepublic void exitDelete_statement_from(TSqlParser.Delete_statement_fromContext ctx)
TSqlParser.delete_statement_from().
The default implementation does nothing.
exitDelete_statement_from 在接口中 TSqlParserListenerctx - the parse treepublic void enterInsert_statement(TSqlParser.Insert_statementContext ctx)
TSqlParser.insert_statement().
The default implementation does nothing.
enterInsert_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitInsert_statement(TSqlParser.Insert_statementContext ctx)
TSqlParser.insert_statement().
The default implementation does nothing.
exitInsert_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterInsert_statement_value(TSqlParser.Insert_statement_valueContext ctx)
TSqlParser.insert_statement_value().
The default implementation does nothing.
enterInsert_statement_value 在接口中 TSqlParserListenerctx - the parse treepublic void exitInsert_statement_value(TSqlParser.Insert_statement_valueContext ctx)
TSqlParser.insert_statement_value().
The default implementation does nothing.
exitInsert_statement_value 在接口中 TSqlParserListenerctx - the parse treepublic void enterReceive_statement(TSqlParser.Receive_statementContext ctx)
TSqlParser.receive_statement().
The default implementation does nothing.
enterReceive_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitReceive_statement(TSqlParser.Receive_statementContext ctx)
TSqlParser.receive_statement().
The default implementation does nothing.
exitReceive_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterSelect_statement(TSqlParser.Select_statementContext ctx)
TSqlParser.select_statement().
The default implementation does nothing.
enterSelect_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitSelect_statement(TSqlParser.Select_statementContext ctx)
TSqlParser.select_statement().
The default implementation does nothing.
exitSelect_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterTime(TSqlParser.TimeContext ctx)
TSqlParser.time().
The default implementation does nothing.
enterTime 在接口中 TSqlParserListenerctx - the parse treepublic void exitTime(TSqlParser.TimeContext ctx)
TSqlParser.time().
The default implementation does nothing.
exitTime 在接口中 TSqlParserListenerctx - the parse treepublic void enterUpdate_statement(TSqlParser.Update_statementContext ctx)
TSqlParser.update_statement().
The default implementation does nothing.
enterUpdate_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitUpdate_statement(TSqlParser.Update_statementContext ctx)
TSqlParser.update_statement().
The default implementation does nothing.
exitUpdate_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterOutput_clause(TSqlParser.Output_clauseContext ctx)
TSqlParser.output_clause().
The default implementation does nothing.
enterOutput_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitOutput_clause(TSqlParser.Output_clauseContext ctx)
TSqlParser.output_clause().
The default implementation does nothing.
exitOutput_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterOutput_dml_list_elem(TSqlParser.Output_dml_list_elemContext ctx)
TSqlParser.output_dml_list_elem().
The default implementation does nothing.
enterOutput_dml_list_elem 在接口中 TSqlParserListenerctx - the parse treepublic void exitOutput_dml_list_elem(TSqlParser.Output_dml_list_elemContext ctx)
TSqlParser.output_dml_list_elem().
The default implementation does nothing.
exitOutput_dml_list_elem 在接口中 TSqlParserListenerctx - the parse treepublic void enterOutput_column_name(TSqlParser.Output_column_nameContext ctx)
TSqlParser.output_column_name().
The default implementation does nothing.
enterOutput_column_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitOutput_column_name(TSqlParser.Output_column_nameContext ctx)
TSqlParser.output_column_name().
The default implementation does nothing.
exitOutput_column_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_database(TSqlParser.Create_databaseContext ctx)
TSqlParser.create_database().
The default implementation does nothing.
enterCreate_database 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_database(TSqlParser.Create_databaseContext ctx)
TSqlParser.create_database().
The default implementation does nothing.
exitCreate_database 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_index(TSqlParser.Create_indexContext ctx)
TSqlParser.create_index().
The default implementation does nothing.
enterCreate_index 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_index(TSqlParser.Create_indexContext ctx)
TSqlParser.create_index().
The default implementation does nothing.
exitCreate_index 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_procedure(TSqlParser.Create_or_alter_procedureContext ctx)
TSqlParser.create_or_alter_procedure().
The default implementation does nothing.
enterCreate_or_alter_procedure 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_procedure(TSqlParser.Create_or_alter_procedureContext ctx)
TSqlParser.create_or_alter_procedure().
The default implementation does nothing.
exitCreate_or_alter_procedure 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_trigger(TSqlParser.Create_or_alter_triggerContext ctx)
TSqlParser.create_or_alter_trigger().
The default implementation does nothing.
enterCreate_or_alter_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_trigger(TSqlParser.Create_or_alter_triggerContext ctx)
TSqlParser.create_or_alter_trigger().
The default implementation does nothing.
exitCreate_or_alter_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_dml_trigger(TSqlParser.Create_or_alter_dml_triggerContext ctx)
TSqlParser.create_or_alter_dml_trigger().
The default implementation does nothing.
enterCreate_or_alter_dml_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_dml_trigger(TSqlParser.Create_or_alter_dml_triggerContext ctx)
TSqlParser.create_or_alter_dml_trigger().
The default implementation does nothing.
exitCreate_or_alter_dml_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterDml_trigger_option(TSqlParser.Dml_trigger_optionContext ctx)
TSqlParser.dml_trigger_option().
The default implementation does nothing.
enterDml_trigger_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDml_trigger_option(TSqlParser.Dml_trigger_optionContext ctx)
TSqlParser.dml_trigger_option().
The default implementation does nothing.
exitDml_trigger_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDml_trigger_operation(TSqlParser.Dml_trigger_operationContext ctx)
TSqlParser.dml_trigger_operation().
The default implementation does nothing.
enterDml_trigger_operation 在接口中 TSqlParserListenerctx - the parse treepublic void exitDml_trigger_operation(TSqlParser.Dml_trigger_operationContext ctx)
TSqlParser.dml_trigger_operation().
The default implementation does nothing.
exitDml_trigger_operation 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_ddl_trigger(TSqlParser.Create_or_alter_ddl_triggerContext ctx)
TSqlParser.create_or_alter_ddl_trigger().
The default implementation does nothing.
enterCreate_or_alter_ddl_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_ddl_trigger(TSqlParser.Create_or_alter_ddl_triggerContext ctx)
TSqlParser.create_or_alter_ddl_trigger().
The default implementation does nothing.
exitCreate_or_alter_ddl_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterDdl_trigger_operation(TSqlParser.Ddl_trigger_operationContext ctx)
TSqlParser.ddl_trigger_operation().
The default implementation does nothing.
enterDdl_trigger_operation 在接口中 TSqlParserListenerctx - the parse treepublic void exitDdl_trigger_operation(TSqlParser.Ddl_trigger_operationContext ctx)
TSqlParser.ddl_trigger_operation().
The default implementation does nothing.
exitDdl_trigger_operation 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_or_alter_function(TSqlParser.Create_or_alter_functionContext ctx)
TSqlParser.create_or_alter_function().
The default implementation does nothing.
enterCreate_or_alter_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_or_alter_function(TSqlParser.Create_or_alter_functionContext ctx)
TSqlParser.create_or_alter_function().
The default implementation does nothing.
exitCreate_or_alter_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunc_body_returns_select(TSqlParser.Func_body_returns_selectContext ctx)
TSqlParser.func_body_returns_select().
The default implementation does nothing.
enterFunc_body_returns_select 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunc_body_returns_select(TSqlParser.Func_body_returns_selectContext ctx)
TSqlParser.func_body_returns_select().
The default implementation does nothing.
exitFunc_body_returns_select 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunc_body_returns_table(TSqlParser.Func_body_returns_tableContext ctx)
TSqlParser.func_body_returns_table().
The default implementation does nothing.
enterFunc_body_returns_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunc_body_returns_table(TSqlParser.Func_body_returns_tableContext ctx)
TSqlParser.func_body_returns_table().
The default implementation does nothing.
exitFunc_body_returns_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunc_body_returns_scalar(TSqlParser.Func_body_returns_scalarContext ctx)
TSqlParser.func_body_returns_scalar().
The default implementation does nothing.
enterFunc_body_returns_scalar 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunc_body_returns_scalar(TSqlParser.Func_body_returns_scalarContext ctx)
TSqlParser.func_body_returns_scalar().
The default implementation does nothing.
exitFunc_body_returns_scalar 在接口中 TSqlParserListenerctx - the parse treepublic void enterProcedure_param(TSqlParser.Procedure_paramContext ctx)
TSqlParser.procedure_param().
The default implementation does nothing.
enterProcedure_param 在接口中 TSqlParserListenerctx - the parse treepublic void exitProcedure_param(TSqlParser.Procedure_paramContext ctx)
TSqlParser.procedure_param().
The default implementation does nothing.
exitProcedure_param 在接口中 TSqlParserListenerctx - the parse treepublic void enterProcedure_option(TSqlParser.Procedure_optionContext ctx)
TSqlParser.procedure_option().
The default implementation does nothing.
enterProcedure_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitProcedure_option(TSqlParser.Procedure_optionContext ctx)
TSqlParser.procedure_option().
The default implementation does nothing.
exitProcedure_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunction_option(TSqlParser.Function_optionContext ctx)
TSqlParser.function_option().
The default implementation does nothing.
enterFunction_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunction_option(TSqlParser.Function_optionContext ctx)
TSqlParser.function_option().
The default implementation does nothing.
exitFunction_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_statistics(TSqlParser.Create_statisticsContext ctx)
TSqlParser.create_statistics().
The default implementation does nothing.
enterCreate_statistics 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_statistics(TSqlParser.Create_statisticsContext ctx)
TSqlParser.create_statistics().
The default implementation does nothing.
exitCreate_statistics 在接口中 TSqlParserListenerctx - the parse treepublic void enterUpdate_statistics(TSqlParser.Update_statisticsContext ctx)
TSqlParser.update_statistics().
The default implementation does nothing.
enterUpdate_statistics 在接口中 TSqlParserListenerctx - the parse treepublic void exitUpdate_statistics(TSqlParser.Update_statisticsContext ctx)
TSqlParser.update_statistics().
The default implementation does nothing.
exitUpdate_statistics 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_table(TSqlParser.Create_tableContext ctx)
TSqlParser.create_table().
The default implementation does nothing.
enterCreate_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_table(TSqlParser.Create_tableContext ctx)
TSqlParser.create_table().
The default implementation does nothing.
exitCreate_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_options(TSqlParser.Table_optionsContext ctx)
TSqlParser.table_options().
The default implementation does nothing.
enterTable_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_options(TSqlParser.Table_optionsContext ctx)
TSqlParser.table_options().
The default implementation does nothing.
exitTable_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_view(TSqlParser.Create_viewContext ctx)
TSqlParser.create_view().
The default implementation does nothing.
enterCreate_view 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_view(TSqlParser.Create_viewContext ctx)
TSqlParser.create_view().
The default implementation does nothing.
exitCreate_view 在接口中 TSqlParserListenerctx - the parse treepublic void enterView_attribute(TSqlParser.View_attributeContext ctx)
TSqlParser.view_attribute().
The default implementation does nothing.
enterView_attribute 在接口中 TSqlParserListenerctx - the parse treepublic void exitView_attribute(TSqlParser.View_attributeContext ctx)
TSqlParser.view_attribute().
The default implementation does nothing.
exitView_attribute 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_table(TSqlParser.Alter_tableContext ctx)
TSqlParser.alter_table().
The default implementation does nothing.
enterAlter_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_table(TSqlParser.Alter_tableContext ctx)
TSqlParser.alter_table().
The default implementation does nothing.
exitAlter_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_database(TSqlParser.Alter_databaseContext ctx)
TSqlParser.alter_database().
The default implementation does nothing.
enterAlter_database 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_database(TSqlParser.Alter_databaseContext ctx)
TSqlParser.alter_database().
The default implementation does nothing.
exitAlter_database 在接口中 TSqlParserListenerctx - the parse treepublic void enterDatabase_optionspec(TSqlParser.Database_optionspecContext ctx)
TSqlParser.database_optionspec().
The default implementation does nothing.
enterDatabase_optionspec 在接口中 TSqlParserListenerctx - the parse treepublic void exitDatabase_optionspec(TSqlParser.Database_optionspecContext ctx)
TSqlParser.database_optionspec().
The default implementation does nothing.
exitDatabase_optionspec 在接口中 TSqlParserListenerctx - the parse treepublic void enterAuto_option(TSqlParser.Auto_optionContext ctx)
TSqlParser.auto_option().
The default implementation does nothing.
enterAuto_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitAuto_option(TSqlParser.Auto_optionContext ctx)
TSqlParser.auto_option().
The default implementation does nothing.
exitAuto_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterChange_tracking_option(TSqlParser.Change_tracking_optionContext ctx)
TSqlParser.change_tracking_option().
The default implementation does nothing.
enterChange_tracking_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitChange_tracking_option(TSqlParser.Change_tracking_optionContext ctx)
TSqlParser.change_tracking_option().
The default implementation does nothing.
exitChange_tracking_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterChange_tracking_option_list(TSqlParser.Change_tracking_option_listContext ctx)
TSqlParser.change_tracking_option_list().
The default implementation does nothing.
enterChange_tracking_option_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitChange_tracking_option_list(TSqlParser.Change_tracking_option_listContext ctx)
TSqlParser.change_tracking_option_list().
The default implementation does nothing.
exitChange_tracking_option_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterContainment_option(TSqlParser.Containment_optionContext ctx)
TSqlParser.containment_option().
The default implementation does nothing.
enterContainment_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitContainment_option(TSqlParser.Containment_optionContext ctx)
TSqlParser.containment_option().
The default implementation does nothing.
exitContainment_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterCursor_option(TSqlParser.Cursor_optionContext ctx)
TSqlParser.cursor_option().
The default implementation does nothing.
enterCursor_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitCursor_option(TSqlParser.Cursor_optionContext ctx)
TSqlParser.cursor_option().
The default implementation does nothing.
exitCursor_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlter_endpoint(TSqlParser.Alter_endpointContext ctx)
TSqlParser.alter_endpoint().
The default implementation does nothing.
enterAlter_endpoint 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlter_endpoint(TSqlParser.Alter_endpointContext ctx)
TSqlParser.alter_endpoint().
The default implementation does nothing.
exitAlter_endpoint 在接口中 TSqlParserListenerctx - the parse treepublic void enterDatabase_mirroring_option(TSqlParser.Database_mirroring_optionContext ctx)
TSqlParser.database_mirroring_option().
The default implementation does nothing.
enterDatabase_mirroring_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDatabase_mirroring_option(TSqlParser.Database_mirroring_optionContext ctx)
TSqlParser.database_mirroring_option().
The default implementation does nothing.
exitDatabase_mirroring_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterMirroring_set_option(TSqlParser.Mirroring_set_optionContext ctx)
TSqlParser.mirroring_set_option().
The default implementation does nothing.
enterMirroring_set_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitMirroring_set_option(TSqlParser.Mirroring_set_optionContext ctx)
TSqlParser.mirroring_set_option().
The default implementation does nothing.
exitMirroring_set_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterMirroring_partner(TSqlParser.Mirroring_partnerContext ctx)
TSqlParser.mirroring_partner().
The default implementation does nothing.
enterMirroring_partner 在接口中 TSqlParserListenerctx - the parse treepublic void exitMirroring_partner(TSqlParser.Mirroring_partnerContext ctx)
TSqlParser.mirroring_partner().
The default implementation does nothing.
exitMirroring_partner 在接口中 TSqlParserListenerctx - the parse treepublic void enterMirroring_witness(TSqlParser.Mirroring_witnessContext ctx)
TSqlParser.mirroring_witness().
The default implementation does nothing.
enterMirroring_witness 在接口中 TSqlParserListenerctx - the parse treepublic void exitMirroring_witness(TSqlParser.Mirroring_witnessContext ctx)
TSqlParser.mirroring_witness().
The default implementation does nothing.
exitMirroring_witness 在接口中 TSqlParserListenerctx - the parse treepublic void enterWitness_partner_equal(TSqlParser.Witness_partner_equalContext ctx)
TSqlParser.witness_partner_equal().
The default implementation does nothing.
enterWitness_partner_equal 在接口中 TSqlParserListenerctx - the parse treepublic void exitWitness_partner_equal(TSqlParser.Witness_partner_equalContext ctx)
TSqlParser.witness_partner_equal().
The default implementation does nothing.
exitWitness_partner_equal 在接口中 TSqlParserListenerctx - the parse treepublic void enterPartner_option(TSqlParser.Partner_optionContext ctx)
TSqlParser.partner_option().
The default implementation does nothing.
enterPartner_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitPartner_option(TSqlParser.Partner_optionContext ctx)
TSqlParser.partner_option().
The default implementation does nothing.
exitPartner_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterWitness_option(TSqlParser.Witness_optionContext ctx)
TSqlParser.witness_option().
The default implementation does nothing.
enterWitness_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitWitness_option(TSqlParser.Witness_optionContext ctx)
TSqlParser.witness_option().
The default implementation does nothing.
exitWitness_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterWitness_server(TSqlParser.Witness_serverContext ctx)
TSqlParser.witness_server().
The default implementation does nothing.
enterWitness_server 在接口中 TSqlParserListenerctx - the parse treepublic void exitWitness_server(TSqlParser.Witness_serverContext ctx)
TSqlParser.witness_server().
The default implementation does nothing.
exitWitness_server 在接口中 TSqlParserListenerctx - the parse treepublic void enterPartner_server(TSqlParser.Partner_serverContext ctx)
TSqlParser.partner_server().
The default implementation does nothing.
enterPartner_server 在接口中 TSqlParserListenerctx - the parse treepublic void exitPartner_server(TSqlParser.Partner_serverContext ctx)
TSqlParser.partner_server().
The default implementation does nothing.
exitPartner_server 在接口中 TSqlParserListenerctx - the parse treepublic void enterMirroring_host_port_seperator(TSqlParser.Mirroring_host_port_seperatorContext ctx)
TSqlParser.mirroring_host_port_seperator().
The default implementation does nothing.
enterMirroring_host_port_seperator 在接口中 TSqlParserListenerctx - the parse treepublic void exitMirroring_host_port_seperator(TSqlParser.Mirroring_host_port_seperatorContext ctx)
TSqlParser.mirroring_host_port_seperator().
The default implementation does nothing.
exitMirroring_host_port_seperator 在接口中 TSqlParserListenerctx - the parse treepublic void enterPartner_server_tcp_prefix(TSqlParser.Partner_server_tcp_prefixContext ctx)
TSqlParser.partner_server_tcp_prefix().
The default implementation does nothing.
enterPartner_server_tcp_prefix 在接口中 TSqlParserListenerctx - the parse treepublic void exitPartner_server_tcp_prefix(TSqlParser.Partner_server_tcp_prefixContext ctx)
TSqlParser.partner_server_tcp_prefix().
The default implementation does nothing.
exitPartner_server_tcp_prefix 在接口中 TSqlParserListenerctx - the parse treepublic void enterPort_number(TSqlParser.Port_numberContext ctx)
TSqlParser.port_number().
The default implementation does nothing.
enterPort_number 在接口中 TSqlParserListenerctx - the parse treepublic void exitPort_number(TSqlParser.Port_numberContext ctx)
TSqlParser.port_number().
The default implementation does nothing.
exitPort_number 在接口中 TSqlParserListenerctx - the parse treepublic void enterHost(TSqlParser.HostContext ctx)
TSqlParser.host().
The default implementation does nothing.
enterHost 在接口中 TSqlParserListenerctx - the parse treepublic void exitHost(TSqlParser.HostContext ctx)
TSqlParser.host().
The default implementation does nothing.
exitHost 在接口中 TSqlParserListenerctx - the parse treepublic void enterDate_correlation_optimization_option(TSqlParser.Date_correlation_optimization_optionContext ctx)
TSqlParser.date_correlation_optimization_option().
The default implementation does nothing.
enterDate_correlation_optimization_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDate_correlation_optimization_option(TSqlParser.Date_correlation_optimization_optionContext ctx)
TSqlParser.date_correlation_optimization_option().
The default implementation does nothing.
exitDate_correlation_optimization_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDb_encryption_option(TSqlParser.Db_encryption_optionContext ctx)
TSqlParser.db_encryption_option().
The default implementation does nothing.
enterDb_encryption_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDb_encryption_option(TSqlParser.Db_encryption_optionContext ctx)
TSqlParser.db_encryption_option().
The default implementation does nothing.
exitDb_encryption_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDb_state_option(TSqlParser.Db_state_optionContext ctx)
TSqlParser.db_state_option().
The default implementation does nothing.
enterDb_state_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDb_state_option(TSqlParser.Db_state_optionContext ctx)
TSqlParser.db_state_option().
The default implementation does nothing.
exitDb_state_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDb_update_option(TSqlParser.Db_update_optionContext ctx)
TSqlParser.db_update_option().
The default implementation does nothing.
enterDb_update_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDb_update_option(TSqlParser.Db_update_optionContext ctx)
TSqlParser.db_update_option().
The default implementation does nothing.
exitDb_update_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDb_user_access_option(TSqlParser.Db_user_access_optionContext ctx)
TSqlParser.db_user_access_option().
The default implementation does nothing.
enterDb_user_access_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDb_user_access_option(TSqlParser.Db_user_access_optionContext ctx)
TSqlParser.db_user_access_option().
The default implementation does nothing.
exitDb_user_access_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDelayed_durability_option(TSqlParser.Delayed_durability_optionContext ctx)
TSqlParser.delayed_durability_option().
The default implementation does nothing.
enterDelayed_durability_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDelayed_durability_option(TSqlParser.Delayed_durability_optionContext ctx)
TSqlParser.delayed_durability_option().
The default implementation does nothing.
exitDelayed_durability_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterExternal_access_option(TSqlParser.External_access_optionContext ctx)
TSqlParser.external_access_option().
The default implementation does nothing.
enterExternal_access_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitExternal_access_option(TSqlParser.External_access_optionContext ctx)
TSqlParser.external_access_option().
The default implementation does nothing.
exitExternal_access_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterHadr_options(TSqlParser.Hadr_optionsContext ctx)
TSqlParser.hadr_options().
The default implementation does nothing.
enterHadr_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitHadr_options(TSqlParser.Hadr_optionsContext ctx)
TSqlParser.hadr_options().
The default implementation does nothing.
exitHadr_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterMixed_page_allocation_option(TSqlParser.Mixed_page_allocation_optionContext ctx)
TSqlParser.mixed_page_allocation_option().
The default implementation does nothing.
enterMixed_page_allocation_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitMixed_page_allocation_option(TSqlParser.Mixed_page_allocation_optionContext ctx)
TSqlParser.mixed_page_allocation_option().
The default implementation does nothing.
exitMixed_page_allocation_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterParameterization_option(TSqlParser.Parameterization_optionContext ctx)
TSqlParser.parameterization_option().
The default implementation does nothing.
enterParameterization_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitParameterization_option(TSqlParser.Parameterization_optionContext ctx)
TSqlParser.parameterization_option().
The default implementation does nothing.
exitParameterization_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterRecovery_option(TSqlParser.Recovery_optionContext ctx)
TSqlParser.recovery_option().
The default implementation does nothing.
enterRecovery_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitRecovery_option(TSqlParser.Recovery_optionContext ctx)
TSqlParser.recovery_option().
The default implementation does nothing.
exitRecovery_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterService_broker_option(TSqlParser.Service_broker_optionContext ctx)
TSqlParser.service_broker_option().
The default implementation does nothing.
enterService_broker_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitService_broker_option(TSqlParser.Service_broker_optionContext ctx)
TSqlParser.service_broker_option().
The default implementation does nothing.
exitService_broker_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterSnapshot_option(TSqlParser.Snapshot_optionContext ctx)
TSqlParser.snapshot_option().
The default implementation does nothing.
enterSnapshot_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitSnapshot_option(TSqlParser.Snapshot_optionContext ctx)
TSqlParser.snapshot_option().
The default implementation does nothing.
exitSnapshot_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterSql_option(TSqlParser.Sql_optionContext ctx)
TSqlParser.sql_option().
The default implementation does nothing.
enterSql_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitSql_option(TSqlParser.Sql_optionContext ctx)
TSqlParser.sql_option().
The default implementation does nothing.
exitSql_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterTarget_recovery_time_option(TSqlParser.Target_recovery_time_optionContext ctx)
TSqlParser.target_recovery_time_option().
The default implementation does nothing.
enterTarget_recovery_time_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitTarget_recovery_time_option(TSqlParser.Target_recovery_time_optionContext ctx)
TSqlParser.target_recovery_time_option().
The default implementation does nothing.
exitTarget_recovery_time_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterTermination(TSqlParser.TerminationContext ctx)
TSqlParser.termination().
The default implementation does nothing.
enterTermination 在接口中 TSqlParserListenerctx - the parse treepublic void exitTermination(TSqlParser.TerminationContext ctx)
TSqlParser.termination().
The default implementation does nothing.
exitTermination 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_index(TSqlParser.Drop_indexContext ctx)
TSqlParser.drop_index().
The default implementation does nothing.
enterDrop_index 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_index(TSqlParser.Drop_indexContext ctx)
TSqlParser.drop_index().
The default implementation does nothing.
exitDrop_index 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_relational_or_xml_or_spatial_index(TSqlParser.Drop_relational_or_xml_or_spatial_indexContext ctx)
TSqlParser.drop_relational_or_xml_or_spatial_index().
The default implementation does nothing.
enterDrop_relational_or_xml_or_spatial_index 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_relational_or_xml_or_spatial_index(TSqlParser.Drop_relational_or_xml_or_spatial_indexContext ctx)
TSqlParser.drop_relational_or_xml_or_spatial_index().
The default implementation does nothing.
exitDrop_relational_or_xml_or_spatial_index 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_backward_compatible_index(TSqlParser.Drop_backward_compatible_indexContext ctx)
TSqlParser.drop_backward_compatible_index().
The default implementation does nothing.
enterDrop_backward_compatible_index 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_backward_compatible_index(TSqlParser.Drop_backward_compatible_indexContext ctx)
TSqlParser.drop_backward_compatible_index().
The default implementation does nothing.
exitDrop_backward_compatible_index 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_procedure(TSqlParser.Drop_procedureContext ctx)
TSqlParser.drop_procedure().
The default implementation does nothing.
enterDrop_procedure 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_procedure(TSqlParser.Drop_procedureContext ctx)
TSqlParser.drop_procedure().
The default implementation does nothing.
exitDrop_procedure 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_trigger(TSqlParser.Drop_triggerContext ctx)
TSqlParser.drop_trigger().
The default implementation does nothing.
enterDrop_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_trigger(TSqlParser.Drop_triggerContext ctx)
TSqlParser.drop_trigger().
The default implementation does nothing.
exitDrop_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_dml_trigger(TSqlParser.Drop_dml_triggerContext ctx)
TSqlParser.drop_dml_trigger().
The default implementation does nothing.
enterDrop_dml_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_dml_trigger(TSqlParser.Drop_dml_triggerContext ctx)
TSqlParser.drop_dml_trigger().
The default implementation does nothing.
exitDrop_dml_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_ddl_trigger(TSqlParser.Drop_ddl_triggerContext ctx)
TSqlParser.drop_ddl_trigger().
The default implementation does nothing.
enterDrop_ddl_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_ddl_trigger(TSqlParser.Drop_ddl_triggerContext ctx)
TSqlParser.drop_ddl_trigger().
The default implementation does nothing.
exitDrop_ddl_trigger 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_function(TSqlParser.Drop_functionContext ctx)
TSqlParser.drop_function().
The default implementation does nothing.
enterDrop_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_function(TSqlParser.Drop_functionContext ctx)
TSqlParser.drop_function().
The default implementation does nothing.
exitDrop_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_statistics(TSqlParser.Drop_statisticsContext ctx)
TSqlParser.drop_statistics().
The default implementation does nothing.
enterDrop_statistics 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_statistics(TSqlParser.Drop_statisticsContext ctx)
TSqlParser.drop_statistics().
The default implementation does nothing.
exitDrop_statistics 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_table(TSqlParser.Drop_tableContext ctx)
TSqlParser.drop_table().
The default implementation does nothing.
enterDrop_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_table(TSqlParser.Drop_tableContext ctx)
TSqlParser.drop_table().
The default implementation does nothing.
exitDrop_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_view(TSqlParser.Drop_viewContext ctx)
TSqlParser.drop_view().
The default implementation does nothing.
enterDrop_view 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_view(TSqlParser.Drop_viewContext ctx)
TSqlParser.drop_view().
The default implementation does nothing.
exitDrop_view 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_type(TSqlParser.Create_typeContext ctx)
TSqlParser.create_type().
The default implementation does nothing.
enterCreate_type 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_type(TSqlParser.Create_typeContext ctx)
TSqlParser.create_type().
The default implementation does nothing.
exitCreate_type 在接口中 TSqlParserListenerctx - the parse treepublic void enterDrop_type(TSqlParser.Drop_typeContext ctx)
TSqlParser.drop_type().
The default implementation does nothing.
enterDrop_type 在接口中 TSqlParserListenerctx - the parse treepublic void exitDrop_type(TSqlParser.Drop_typeContext ctx)
TSqlParser.drop_type().
The default implementation does nothing.
exitDrop_type 在接口中 TSqlParserListenerctx - the parse treepublic void enterRowset_function_limited(TSqlParser.Rowset_function_limitedContext ctx)
TSqlParser.rowset_function_limited().
The default implementation does nothing.
enterRowset_function_limited 在接口中 TSqlParserListenerctx - the parse treepublic void exitRowset_function_limited(TSqlParser.Rowset_function_limitedContext ctx)
TSqlParser.rowset_function_limited().
The default implementation does nothing.
exitRowset_function_limited 在接口中 TSqlParserListenerctx - the parse treepublic void enterOpenquery(TSqlParser.OpenqueryContext ctx)
TSqlParser.openquery().
The default implementation does nothing.
enterOpenquery 在接口中 TSqlParserListenerctx - the parse treepublic void exitOpenquery(TSqlParser.OpenqueryContext ctx)
TSqlParser.openquery().
The default implementation does nothing.
exitOpenquery 在接口中 TSqlParserListenerctx - the parse treepublic void enterOpendatasource(TSqlParser.OpendatasourceContext ctx)
TSqlParser.opendatasource().
The default implementation does nothing.
enterOpendatasource 在接口中 TSqlParserListenerctx - the parse treepublic void exitOpendatasource(TSqlParser.OpendatasourceContext ctx)
TSqlParser.opendatasource().
The default implementation does nothing.
exitOpendatasource 在接口中 TSqlParserListenerctx - the parse treepublic void enterDeclare_statement(TSqlParser.Declare_statementContext ctx)
TSqlParser.declare_statement().
The default implementation does nothing.
enterDeclare_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitDeclare_statement(TSqlParser.Declare_statementContext ctx)
TSqlParser.declare_statement().
The default implementation does nothing.
exitDeclare_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterCursor_statement(TSqlParser.Cursor_statementContext ctx)
TSqlParser.cursor_statement().
The default implementation does nothing.
enterCursor_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitCursor_statement(TSqlParser.Cursor_statementContext ctx)
TSqlParser.cursor_statement().
The default implementation does nothing.
exitCursor_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterBackup_database(TSqlParser.Backup_databaseContext ctx)
TSqlParser.backup_database().
The default implementation does nothing.
enterBackup_database 在接口中 TSqlParserListenerctx - the parse treepublic void exitBackup_database(TSqlParser.Backup_databaseContext ctx)
TSqlParser.backup_database().
The default implementation does nothing.
exitBackup_database 在接口中 TSqlParserListenerctx - the parse treepublic void enterBackup_log(TSqlParser.Backup_logContext ctx)
TSqlParser.backup_log().
The default implementation does nothing.
enterBackup_log 在接口中 TSqlParserListenerctx - the parse treepublic void exitBackup_log(TSqlParser.Backup_logContext ctx)
TSqlParser.backup_log().
The default implementation does nothing.
exitBackup_log 在接口中 TSqlParserListenerctx - the parse treepublic void enterBackup_certificate(TSqlParser.Backup_certificateContext ctx)
TSqlParser.backup_certificate().
The default implementation does nothing.
enterBackup_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void exitBackup_certificate(TSqlParser.Backup_certificateContext ctx)
TSqlParser.backup_certificate().
The default implementation does nothing.
exitBackup_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void enterBackup_master_key(TSqlParser.Backup_master_keyContext ctx)
TSqlParser.backup_master_key().
The default implementation does nothing.
enterBackup_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitBackup_master_key(TSqlParser.Backup_master_keyContext ctx)
TSqlParser.backup_master_key().
The default implementation does nothing.
exitBackup_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterBackup_service_master_key(TSqlParser.Backup_service_master_keyContext ctx)
TSqlParser.backup_service_master_key().
The default implementation does nothing.
enterBackup_service_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitBackup_service_master_key(TSqlParser.Backup_service_master_keyContext ctx)
TSqlParser.backup_service_master_key().
The default implementation does nothing.
exitBackup_service_master_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterKill_statement(TSqlParser.Kill_statementContext ctx)
TSqlParser.kill_statement().
The default implementation does nothing.
enterKill_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitKill_statement(TSqlParser.Kill_statementContext ctx)
TSqlParser.kill_statement().
The default implementation does nothing.
exitKill_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterKill_process(TSqlParser.Kill_processContext ctx)
TSqlParser.kill_process().
The default implementation does nothing.
enterKill_process 在接口中 TSqlParserListenerctx - the parse treepublic void exitKill_process(TSqlParser.Kill_processContext ctx)
TSqlParser.kill_process().
The default implementation does nothing.
exitKill_process 在接口中 TSqlParserListenerctx - the parse treepublic void enterKill_query_notification(TSqlParser.Kill_query_notificationContext ctx)
TSqlParser.kill_query_notification().
The default implementation does nothing.
enterKill_query_notification 在接口中 TSqlParserListenerctx - the parse treepublic void exitKill_query_notification(TSqlParser.Kill_query_notificationContext ctx)
TSqlParser.kill_query_notification().
The default implementation does nothing.
exitKill_query_notification 在接口中 TSqlParserListenerctx - the parse treepublic void enterKill_stats_job(TSqlParser.Kill_stats_jobContext ctx)
TSqlParser.kill_stats_job().
The default implementation does nothing.
enterKill_stats_job 在接口中 TSqlParserListenerctx - the parse treepublic void exitKill_stats_job(TSqlParser.Kill_stats_jobContext ctx)
TSqlParser.kill_stats_job().
The default implementation does nothing.
exitKill_stats_job 在接口中 TSqlParserListenerctx - the parse treepublic void enterExecute_statement(TSqlParser.Execute_statementContext ctx)
TSqlParser.execute_statement().
The default implementation does nothing.
enterExecute_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitExecute_statement(TSqlParser.Execute_statementContext ctx)
TSqlParser.execute_statement().
The default implementation does nothing.
exitExecute_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterExecute_body(TSqlParser.Execute_bodyContext ctx)
TSqlParser.execute_body().
The default implementation does nothing.
enterExecute_body 在接口中 TSqlParserListenerctx - the parse treepublic void exitExecute_body(TSqlParser.Execute_bodyContext ctx)
TSqlParser.execute_body().
The default implementation does nothing.
exitExecute_body 在接口中 TSqlParserListenerctx - the parse treepublic void enterExecute_statement_arg(TSqlParser.Execute_statement_argContext ctx)
TSqlParser.execute_statement_arg().
The default implementation does nothing.
enterExecute_statement_arg 在接口中 TSqlParserListenerctx - the parse treepublic void exitExecute_statement_arg(TSqlParser.Execute_statement_argContext ctx)
TSqlParser.execute_statement_arg().
The default implementation does nothing.
exitExecute_statement_arg 在接口中 TSqlParserListenerctx - the parse treepublic void enterExecute_var_string(TSqlParser.Execute_var_stringContext ctx)
TSqlParser.execute_var_string().
The default implementation does nothing.
enterExecute_var_string 在接口中 TSqlParserListenerctx - the parse treepublic void exitExecute_var_string(TSqlParser.Execute_var_stringContext ctx)
TSqlParser.execute_var_string().
The default implementation does nothing.
exitExecute_var_string 在接口中 TSqlParserListenerctx - the parse treepublic void enterSecurity_statement(TSqlParser.Security_statementContext ctx)
TSqlParser.security_statement().
The default implementation does nothing.
enterSecurity_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitSecurity_statement(TSqlParser.Security_statementContext ctx)
TSqlParser.security_statement().
The default implementation does nothing.
exitSecurity_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_certificate(TSqlParser.Create_certificateContext ctx)
TSqlParser.create_certificate().
The default implementation does nothing.
enterCreate_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_certificate(TSqlParser.Create_certificateContext ctx)
TSqlParser.create_certificate().
The default implementation does nothing.
exitCreate_certificate 在接口中 TSqlParserListenerctx - the parse treepublic void enterExisting_keys(TSqlParser.Existing_keysContext ctx)
TSqlParser.existing_keys().
The default implementation does nothing.
enterExisting_keys 在接口中 TSqlParserListenerctx - the parse treepublic void exitExisting_keys(TSqlParser.Existing_keysContext ctx)
TSqlParser.existing_keys().
The default implementation does nothing.
exitExisting_keys 在接口中 TSqlParserListenerctx - the parse treepublic void enterPrivate_key_options(TSqlParser.Private_key_optionsContext ctx)
TSqlParser.private_key_options().
The default implementation does nothing.
enterPrivate_key_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitPrivate_key_options(TSqlParser.Private_key_optionsContext ctx)
TSqlParser.private_key_options().
The default implementation does nothing.
exitPrivate_key_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterGenerate_new_keys(TSqlParser.Generate_new_keysContext ctx)
TSqlParser.generate_new_keys().
The default implementation does nothing.
enterGenerate_new_keys 在接口中 TSqlParserListenerctx - the parse treepublic void exitGenerate_new_keys(TSqlParser.Generate_new_keysContext ctx)
TSqlParser.generate_new_keys().
The default implementation does nothing.
exitGenerate_new_keys 在接口中 TSqlParserListenerctx - the parse treepublic void enterDate_options(TSqlParser.Date_optionsContext ctx)
TSqlParser.date_options().
The default implementation does nothing.
enterDate_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitDate_options(TSqlParser.Date_optionsContext ctx)
TSqlParser.date_options().
The default implementation does nothing.
exitDate_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterOpen_key(TSqlParser.Open_keyContext ctx)
TSqlParser.open_key().
The default implementation does nothing.
enterOpen_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitOpen_key(TSqlParser.Open_keyContext ctx)
TSqlParser.open_key().
The default implementation does nothing.
exitOpen_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterClose_key(TSqlParser.Close_keyContext ctx)
TSqlParser.close_key().
The default implementation does nothing.
enterClose_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitClose_key(TSqlParser.Close_keyContext ctx)
TSqlParser.close_key().
The default implementation does nothing.
exitClose_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_key(TSqlParser.Create_keyContext ctx)
TSqlParser.create_key().
The default implementation does nothing.
enterCreate_key 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_key(TSqlParser.Create_keyContext ctx)
TSqlParser.create_key().
The default implementation does nothing.
exitCreate_key 在接口中 TSqlParserListenerctx - the parse treepublic void enterKey_options(TSqlParser.Key_optionsContext ctx)
TSqlParser.key_options().
The default implementation does nothing.
enterKey_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitKey_options(TSqlParser.Key_optionsContext ctx)
TSqlParser.key_options().
The default implementation does nothing.
exitKey_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterAlgorithm(TSqlParser.AlgorithmContext ctx)
TSqlParser.algorithm().
The default implementation does nothing.
enterAlgorithm 在接口中 TSqlParserListenerctx - the parse treepublic void exitAlgorithm(TSqlParser.AlgorithmContext ctx)
TSqlParser.algorithm().
The default implementation does nothing.
exitAlgorithm 在接口中 TSqlParserListenerctx - the parse treepublic void enterEncryption_mechanism(TSqlParser.Encryption_mechanismContext ctx)
TSqlParser.encryption_mechanism().
The default implementation does nothing.
enterEncryption_mechanism 在接口中 TSqlParserListenerctx - the parse treepublic void exitEncryption_mechanism(TSqlParser.Encryption_mechanismContext ctx)
TSqlParser.encryption_mechanism().
The default implementation does nothing.
exitEncryption_mechanism 在接口中 TSqlParserListenerctx - the parse treepublic void enterDecryption_mechanism(TSqlParser.Decryption_mechanismContext ctx)
TSqlParser.decryption_mechanism().
The default implementation does nothing.
enterDecryption_mechanism 在接口中 TSqlParserListenerctx - the parse treepublic void exitDecryption_mechanism(TSqlParser.Decryption_mechanismContext ctx)
TSqlParser.decryption_mechanism().
The default implementation does nothing.
exitDecryption_mechanism 在接口中 TSqlParserListenerctx - the parse treepublic void enterGrant_permission(TSqlParser.Grant_permissionContext ctx)
TSqlParser.grant_permission().
The default implementation does nothing.
enterGrant_permission 在接口中 TSqlParserListenerctx - the parse treepublic void exitGrant_permission(TSqlParser.Grant_permissionContext ctx)
TSqlParser.grant_permission().
The default implementation does nothing.
exitGrant_permission 在接口中 TSqlParserListenerctx - the parse treepublic void enterSet_statement(TSqlParser.Set_statementContext ctx)
TSqlParser.set_statement().
The default implementation does nothing.
enterSet_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitSet_statement(TSqlParser.Set_statementContext ctx)
TSqlParser.set_statement().
The default implementation does nothing.
exitSet_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterTransaction_statement(TSqlParser.Transaction_statementContext ctx)
TSqlParser.transaction_statement().
The default implementation does nothing.
enterTransaction_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitTransaction_statement(TSqlParser.Transaction_statementContext ctx)
TSqlParser.transaction_statement().
The default implementation does nothing.
exitTransaction_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterGo_statement(TSqlParser.Go_statementContext ctx)
TSqlParser.go_statement().
The default implementation does nothing.
enterGo_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitGo_statement(TSqlParser.Go_statementContext ctx)
TSqlParser.go_statement().
The default implementation does nothing.
exitGo_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterUse_statement(TSqlParser.Use_statementContext ctx)
TSqlParser.use_statement().
The default implementation does nothing.
enterUse_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitUse_statement(TSqlParser.Use_statementContext ctx)
TSqlParser.use_statement().
The default implementation does nothing.
exitUse_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterSetuser_statement(TSqlParser.Setuser_statementContext ctx)
TSqlParser.setuser_statement().
The default implementation does nothing.
enterSetuser_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitSetuser_statement(TSqlParser.Setuser_statementContext ctx)
TSqlParser.setuser_statement().
The default implementation does nothing.
exitSetuser_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterReconfigure_statement(TSqlParser.Reconfigure_statementContext ctx)
TSqlParser.reconfigure_statement().
The default implementation does nothing.
enterReconfigure_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitReconfigure_statement(TSqlParser.Reconfigure_statementContext ctx)
TSqlParser.reconfigure_statement().
The default implementation does nothing.
exitReconfigure_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterShutdown_statement(TSqlParser.Shutdown_statementContext ctx)
TSqlParser.shutdown_statement().
The default implementation does nothing.
enterShutdown_statement 在接口中 TSqlParserListenerctx - the parse treepublic void exitShutdown_statement(TSqlParser.Shutdown_statementContext ctx)
TSqlParser.shutdown_statement().
The default implementation does nothing.
exitShutdown_statement 在接口中 TSqlParserListenerctx - the parse treepublic void enterDbcc_clause(TSqlParser.Dbcc_clauseContext ctx)
TSqlParser.dbcc_clause().
The default implementation does nothing.
enterDbcc_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitDbcc_clause(TSqlParser.Dbcc_clauseContext ctx)
TSqlParser.dbcc_clause().
The default implementation does nothing.
exitDbcc_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterDbcc_options(TSqlParser.Dbcc_optionsContext ctx)
TSqlParser.dbcc_options().
The default implementation does nothing.
enterDbcc_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitDbcc_options(TSqlParser.Dbcc_optionsContext ctx)
TSqlParser.dbcc_options().
The default implementation does nothing.
exitDbcc_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterExecute_clause(TSqlParser.Execute_clauseContext ctx)
TSqlParser.execute_clause().
The default implementation does nothing.
enterExecute_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitExecute_clause(TSqlParser.Execute_clauseContext ctx)
TSqlParser.execute_clause().
The default implementation does nothing.
exitExecute_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterDeclare_local(TSqlParser.Declare_localContext ctx)
TSqlParser.declare_local().
The default implementation does nothing.
enterDeclare_local 在接口中 TSqlParserListenerctx - the parse treepublic void exitDeclare_local(TSqlParser.Declare_localContext ctx)
TSqlParser.declare_local().
The default implementation does nothing.
exitDeclare_local 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_type_definition(TSqlParser.Table_type_definitionContext ctx)
TSqlParser.table_type_definition().
The default implementation does nothing.
enterTable_type_definition 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_type_definition(TSqlParser.Table_type_definitionContext ctx)
TSqlParser.table_type_definition().
The default implementation does nothing.
exitTable_type_definition 在接口中 TSqlParserListenerctx - the parse treepublic void enterXml_type_definition(TSqlParser.Xml_type_definitionContext ctx)
TSqlParser.xml_type_definition().
The default implementation does nothing.
enterXml_type_definition 在接口中 TSqlParserListenerctx - the parse treepublic void exitXml_type_definition(TSqlParser.Xml_type_definitionContext ctx)
TSqlParser.xml_type_definition().
The default implementation does nothing.
exitXml_type_definition 在接口中 TSqlParserListenerctx - the parse treepublic void enterXml_schema_collection(TSqlParser.Xml_schema_collectionContext ctx)
TSqlParser.xml_schema_collection().
The default implementation does nothing.
enterXml_schema_collection 在接口中 TSqlParserListenerctx - the parse treepublic void exitXml_schema_collection(TSqlParser.Xml_schema_collectionContext ctx)
TSqlParser.xml_schema_collection().
The default implementation does nothing.
exitXml_schema_collection 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_def_table_constraints(TSqlParser.Column_def_table_constraintsContext ctx)
TSqlParser.column_def_table_constraints().
The default implementation does nothing.
enterColumn_def_table_constraints 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_def_table_constraints(TSqlParser.Column_def_table_constraintsContext ctx)
TSqlParser.column_def_table_constraints().
The default implementation does nothing.
exitColumn_def_table_constraints 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_def_table_constraint(TSqlParser.Column_def_table_constraintContext ctx)
TSqlParser.column_def_table_constraint().
The default implementation does nothing.
enterColumn_def_table_constraint 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_def_table_constraint(TSqlParser.Column_def_table_constraintContext ctx)
TSqlParser.column_def_table_constraint().
The default implementation does nothing.
exitColumn_def_table_constraint 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_definition(TSqlParser.Column_definitionContext ctx)
TSqlParser.column_definition().
The default implementation does nothing.
enterColumn_definition 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_definition(TSqlParser.Column_definitionContext ctx)
TSqlParser.column_definition().
The default implementation does nothing.
exitColumn_definition 在接口中 TSqlParserListenerctx - the parse treepublic void enterMaterialized_column_definition(TSqlParser.Materialized_column_definitionContext ctx)
TSqlParser.materialized_column_definition().
The default implementation does nothing.
enterMaterialized_column_definition 在接口中 TSqlParserListenerctx - the parse treepublic void exitMaterialized_column_definition(TSqlParser.Materialized_column_definitionContext ctx)
TSqlParser.materialized_column_definition().
The default implementation does nothing.
exitMaterialized_column_definition 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_constraint(TSqlParser.Column_constraintContext ctx)
TSqlParser.column_constraint().
The default implementation does nothing.
enterColumn_constraint 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_constraint(TSqlParser.Column_constraintContext ctx)
TSqlParser.column_constraint().
The default implementation does nothing.
exitColumn_constraint 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_constraint(TSqlParser.Table_constraintContext ctx)
TSqlParser.table_constraint().
The default implementation does nothing.
enterTable_constraint 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_constraint(TSqlParser.Table_constraintContext ctx)
TSqlParser.table_constraint().
The default implementation does nothing.
exitTable_constraint 在接口中 TSqlParserListenerctx - the parse treepublic void enterOn_delete(TSqlParser.On_deleteContext ctx)
TSqlParser.on_delete().
The default implementation does nothing.
enterOn_delete 在接口中 TSqlParserListenerctx - the parse treepublic void exitOn_delete(TSqlParser.On_deleteContext ctx)
TSqlParser.on_delete().
The default implementation does nothing.
exitOn_delete 在接口中 TSqlParserListenerctx - the parse treepublic void enterOn_update(TSqlParser.On_updateContext ctx)
TSqlParser.on_update().
The default implementation does nothing.
enterOn_update 在接口中 TSqlParserListenerctx - the parse treepublic void exitOn_update(TSqlParser.On_updateContext ctx)
TSqlParser.on_update().
The default implementation does nothing.
exitOn_update 在接口中 TSqlParserListenerctx - the parse treepublic void enterIndex_options(TSqlParser.Index_optionsContext ctx)
TSqlParser.index_options().
The default implementation does nothing.
enterIndex_options 在接口中 TSqlParserListenerctx - the parse treepublic void exitIndex_options(TSqlParser.Index_optionsContext ctx)
TSqlParser.index_options().
The default implementation does nothing.
exitIndex_options 在接口中 TSqlParserListenerctx - the parse treepublic void enterIndex_option(TSqlParser.Index_optionContext ctx)
TSqlParser.index_option().
The default implementation does nothing.
enterIndex_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitIndex_option(TSqlParser.Index_optionContext ctx)
TSqlParser.index_option().
The default implementation does nothing.
exitIndex_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDeclare_cursor(TSqlParser.Declare_cursorContext ctx)
TSqlParser.declare_cursor().
The default implementation does nothing.
enterDeclare_cursor 在接口中 TSqlParserListenerctx - the parse treepublic void exitDeclare_cursor(TSqlParser.Declare_cursorContext ctx)
TSqlParser.declare_cursor().
The default implementation does nothing.
exitDeclare_cursor 在接口中 TSqlParserListenerctx - the parse treepublic void enterDeclare_set_cursor_common(TSqlParser.Declare_set_cursor_commonContext ctx)
TSqlParser.declare_set_cursor_common().
The default implementation does nothing.
enterDeclare_set_cursor_common 在接口中 TSqlParserListenerctx - the parse treepublic void exitDeclare_set_cursor_common(TSqlParser.Declare_set_cursor_commonContext ctx)
TSqlParser.declare_set_cursor_common().
The default implementation does nothing.
exitDeclare_set_cursor_common 在接口中 TSqlParserListenerctx - the parse treepublic void enterDeclare_set_cursor_common_partial(TSqlParser.Declare_set_cursor_common_partialContext ctx)
TSqlParser.declare_set_cursor_common_partial().
The default implementation does nothing.
enterDeclare_set_cursor_common_partial 在接口中 TSqlParserListenerctx - the parse treepublic void exitDeclare_set_cursor_common_partial(TSqlParser.Declare_set_cursor_common_partialContext ctx)
TSqlParser.declare_set_cursor_common_partial().
The default implementation does nothing.
exitDeclare_set_cursor_common_partial 在接口中 TSqlParserListenerctx - the parse treepublic void enterFetch_cursor(TSqlParser.Fetch_cursorContext ctx)
TSqlParser.fetch_cursor().
The default implementation does nothing.
enterFetch_cursor 在接口中 TSqlParserListenerctx - the parse treepublic void exitFetch_cursor(TSqlParser.Fetch_cursorContext ctx)
TSqlParser.fetch_cursor().
The default implementation does nothing.
exitFetch_cursor 在接口中 TSqlParserListenerctx - the parse treepublic void enterSet_special(TSqlParser.Set_specialContext ctx)
TSqlParser.set_special().
The default implementation does nothing.
enterSet_special 在接口中 TSqlParserListenerctx - the parse treepublic void exitSet_special(TSqlParser.Set_specialContext ctx)
TSqlParser.set_special().
The default implementation does nothing.
exitSet_special 在接口中 TSqlParserListenerctx - the parse treepublic void enterConstant_LOCAL_ID(TSqlParser.Constant_LOCAL_IDContext ctx)
TSqlParser.constant_LOCAL_ID().
The default implementation does nothing.
enterConstant_LOCAL_ID 在接口中 TSqlParserListenerctx - the parse treepublic void exitConstant_LOCAL_ID(TSqlParser.Constant_LOCAL_IDContext ctx)
TSqlParser.constant_LOCAL_ID().
The default implementation does nothing.
exitConstant_LOCAL_ID 在接口中 TSqlParserListenerctx - the parse treepublic void enterExpression(TSqlParser.ExpressionContext ctx)
TSqlParser.expression().
The default implementation does nothing.
enterExpression 在接口中 TSqlParserListenerctx - the parse treepublic void exitExpression(TSqlParser.ExpressionContext ctx)
TSqlParser.expression().
The default implementation does nothing.
exitExpression 在接口中 TSqlParserListenerctx - the parse treepublic void enterPrimitive_expression(TSqlParser.Primitive_expressionContext ctx)
TSqlParser.primitive_expression().
The default implementation does nothing.
enterPrimitive_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitPrimitive_expression(TSqlParser.Primitive_expressionContext ctx)
TSqlParser.primitive_expression().
The default implementation does nothing.
exitPrimitive_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterCase_expression(TSqlParser.Case_expressionContext ctx)
TSqlParser.case_expression().
The default implementation does nothing.
enterCase_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitCase_expression(TSqlParser.Case_expressionContext ctx)
TSqlParser.case_expression().
The default implementation does nothing.
exitCase_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterUnary_operator_expression(TSqlParser.Unary_operator_expressionContext ctx)
TSqlParser.unary_operator_expression().
The default implementation does nothing.
enterUnary_operator_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitUnary_operator_expression(TSqlParser.Unary_operator_expressionContext ctx)
TSqlParser.unary_operator_expression().
The default implementation does nothing.
exitUnary_operator_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterBracket_expression(TSqlParser.Bracket_expressionContext ctx)
TSqlParser.bracket_expression().
The default implementation does nothing.
enterBracket_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitBracket_expression(TSqlParser.Bracket_expressionContext ctx)
TSqlParser.bracket_expression().
The default implementation does nothing.
exitBracket_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterConstant_expression(TSqlParser.Constant_expressionContext ctx)
TSqlParser.constant_expression().
The default implementation does nothing.
enterConstant_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitConstant_expression(TSqlParser.Constant_expressionContext ctx)
TSqlParser.constant_expression().
The default implementation does nothing.
exitConstant_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterSubquery(TSqlParser.SubqueryContext ctx)
TSqlParser.subquery().
The default implementation does nothing.
enterSubquery 在接口中 TSqlParserListenerctx - the parse treepublic void exitSubquery(TSqlParser.SubqueryContext ctx)
TSqlParser.subquery().
The default implementation does nothing.
exitSubquery 在接口中 TSqlParserListenerctx - the parse treepublic void enterWith_expression(TSqlParser.With_expressionContext ctx)
TSqlParser.with_expression().
The default implementation does nothing.
enterWith_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitWith_expression(TSqlParser.With_expressionContext ctx)
TSqlParser.with_expression().
The default implementation does nothing.
exitWith_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterCommon_table_expression(TSqlParser.Common_table_expressionContext ctx)
TSqlParser.common_table_expression().
The default implementation does nothing.
enterCommon_table_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitCommon_table_expression(TSqlParser.Common_table_expressionContext ctx)
TSqlParser.common_table_expression().
The default implementation does nothing.
exitCommon_table_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterUpdate_elem(TSqlParser.Update_elemContext ctx)
TSqlParser.update_elem().
The default implementation does nothing.
enterUpdate_elem 在接口中 TSqlParserListenerctx - the parse treepublic void exitUpdate_elem(TSqlParser.Update_elemContext ctx)
TSqlParser.update_elem().
The default implementation does nothing.
exitUpdate_elem 在接口中 TSqlParserListenerctx - the parse treepublic void enterSearch_condition_list(TSqlParser.Search_condition_listContext ctx)
TSqlParser.search_condition_list().
The default implementation does nothing.
enterSearch_condition_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitSearch_condition_list(TSqlParser.Search_condition_listContext ctx)
TSqlParser.search_condition_list().
The default implementation does nothing.
exitSearch_condition_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterSearch_condition(TSqlParser.Search_conditionContext ctx)
TSqlParser.search_condition().
The default implementation does nothing.
enterSearch_condition 在接口中 TSqlParserListenerctx - the parse treepublic void exitSearch_condition(TSqlParser.Search_conditionContext ctx)
TSqlParser.search_condition().
The default implementation does nothing.
exitSearch_condition 在接口中 TSqlParserListenerctx - the parse treepublic void enterSearch_condition_and(TSqlParser.Search_condition_andContext ctx)
TSqlParser.search_condition_and().
The default implementation does nothing.
enterSearch_condition_and 在接口中 TSqlParserListenerctx - the parse treepublic void exitSearch_condition_and(TSqlParser.Search_condition_andContext ctx)
TSqlParser.search_condition_and().
The default implementation does nothing.
exitSearch_condition_and 在接口中 TSqlParserListenerctx - the parse treepublic void enterSearch_condition_not(TSqlParser.Search_condition_notContext ctx)
TSqlParser.search_condition_not().
The default implementation does nothing.
enterSearch_condition_not 在接口中 TSqlParserListenerctx - the parse treepublic void exitSearch_condition_not(TSqlParser.Search_condition_notContext ctx)
TSqlParser.search_condition_not().
The default implementation does nothing.
exitSearch_condition_not 在接口中 TSqlParserListenerctx - the parse treepublic void enterPredicate(TSqlParser.PredicateContext ctx)
TSqlParser.predicate().
The default implementation does nothing.
enterPredicate 在接口中 TSqlParserListenerctx - the parse treepublic void exitPredicate(TSqlParser.PredicateContext ctx)
TSqlParser.predicate().
The default implementation does nothing.
exitPredicate 在接口中 TSqlParserListenerctx - the parse treepublic void enterQuery_expression(TSqlParser.Query_expressionContext ctx)
TSqlParser.query_expression().
The default implementation does nothing.
enterQuery_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitQuery_expression(TSqlParser.Query_expressionContext ctx)
TSqlParser.query_expression().
The default implementation does nothing.
exitQuery_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterSql_union(TSqlParser.Sql_unionContext ctx)
TSqlParser.sql_union().
The default implementation does nothing.
enterSql_union 在接口中 TSqlParserListenerctx - the parse treepublic void exitSql_union(TSqlParser.Sql_unionContext ctx)
TSqlParser.sql_union().
The default implementation does nothing.
exitSql_union 在接口中 TSqlParserListenerctx - the parse treepublic void enterQuery_specification(TSqlParser.Query_specificationContext ctx)
TSqlParser.query_specification().
The default implementation does nothing.
enterQuery_specification 在接口中 TSqlParserListenerctx - the parse treepublic void exitQuery_specification(TSqlParser.Query_specificationContext ctx)
TSqlParser.query_specification().
The default implementation does nothing.
exitQuery_specification 在接口中 TSqlParserListenerctx - the parse treepublic void enterTop_clause(TSqlParser.Top_clauseContext ctx)
TSqlParser.top_clause().
The default implementation does nothing.
enterTop_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitTop_clause(TSqlParser.Top_clauseContext ctx)
TSqlParser.top_clause().
The default implementation does nothing.
exitTop_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterTop_percent(TSqlParser.Top_percentContext ctx)
TSqlParser.top_percent().
The default implementation does nothing.
enterTop_percent 在接口中 TSqlParserListenerctx - the parse treepublic void exitTop_percent(TSqlParser.Top_percentContext ctx)
TSqlParser.top_percent().
The default implementation does nothing.
exitTop_percent 在接口中 TSqlParserListenerctx - the parse treepublic void enterTop_count(TSqlParser.Top_countContext ctx)
TSqlParser.top_count().
The default implementation does nothing.
enterTop_count 在接口中 TSqlParserListenerctx - the parse treepublic void exitTop_count(TSqlParser.Top_countContext ctx)
TSqlParser.top_count().
The default implementation does nothing.
exitTop_count 在接口中 TSqlParserListenerctx - the parse treepublic void enterOrder_by_clause(TSqlParser.Order_by_clauseContext ctx)
TSqlParser.order_by_clause().
The default implementation does nothing.
enterOrder_by_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitOrder_by_clause(TSqlParser.Order_by_clauseContext ctx)
TSqlParser.order_by_clause().
The default implementation does nothing.
exitOrder_by_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterFor_clause(TSqlParser.For_clauseContext ctx)
TSqlParser.for_clause().
The default implementation does nothing.
enterFor_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitFor_clause(TSqlParser.For_clauseContext ctx)
TSqlParser.for_clause().
The default implementation does nothing.
exitFor_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterXml_common_directives(TSqlParser.Xml_common_directivesContext ctx)
TSqlParser.xml_common_directives().
The default implementation does nothing.
enterXml_common_directives 在接口中 TSqlParserListenerctx - the parse treepublic void exitXml_common_directives(TSqlParser.Xml_common_directivesContext ctx)
TSqlParser.xml_common_directives().
The default implementation does nothing.
exitXml_common_directives 在接口中 TSqlParserListenerctx - the parse treepublic void enterOrder_by_expression(TSqlParser.Order_by_expressionContext ctx)
TSqlParser.order_by_expression().
The default implementation does nothing.
enterOrder_by_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitOrder_by_expression(TSqlParser.Order_by_expressionContext ctx)
TSqlParser.order_by_expression().
The default implementation does nothing.
exitOrder_by_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterGroup_by_item(TSqlParser.Group_by_itemContext ctx)
TSqlParser.group_by_item().
The default implementation does nothing.
enterGroup_by_item 在接口中 TSqlParserListenerctx - the parse treepublic void exitGroup_by_item(TSqlParser.Group_by_itemContext ctx)
TSqlParser.group_by_item().
The default implementation does nothing.
exitGroup_by_item 在接口中 TSqlParserListenerctx - the parse treepublic void enterOption_clause(TSqlParser.Option_clauseContext ctx)
TSqlParser.option_clause().
The default implementation does nothing.
enterOption_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitOption_clause(TSqlParser.Option_clauseContext ctx)
TSqlParser.option_clause().
The default implementation does nothing.
exitOption_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterOption(TSqlParser.OptionContext ctx)
TSqlParser.option().
The default implementation does nothing.
enterOption 在接口中 TSqlParserListenerctx - the parse treepublic void exitOption(TSqlParser.OptionContext ctx)
TSqlParser.option().
The default implementation does nothing.
exitOption 在接口中 TSqlParserListenerctx - the parse treepublic void enterOptimize_for_arg(TSqlParser.Optimize_for_argContext ctx)
TSqlParser.optimize_for_arg().
The default implementation does nothing.
enterOptimize_for_arg 在接口中 TSqlParserListenerctx - the parse treepublic void exitOptimize_for_arg(TSqlParser.Optimize_for_argContext ctx)
TSqlParser.optimize_for_arg().
The default implementation does nothing.
exitOptimize_for_arg 在接口中 TSqlParserListenerctx - the parse treepublic void enterSelect_list(TSqlParser.Select_listContext ctx)
TSqlParser.select_list().
The default implementation does nothing.
enterSelect_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitSelect_list(TSqlParser.Select_listContext ctx)
TSqlParser.select_list().
The default implementation does nothing.
exitSelect_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterUdt_method_arguments(TSqlParser.Udt_method_argumentsContext ctx)
TSqlParser.udt_method_arguments().
The default implementation does nothing.
enterUdt_method_arguments 在接口中 TSqlParserListenerctx - the parse treepublic void exitUdt_method_arguments(TSqlParser.Udt_method_argumentsContext ctx)
TSqlParser.udt_method_arguments().
The default implementation does nothing.
exitUdt_method_arguments 在接口中 TSqlParserListenerctx - the parse treepublic void enterAsterisk(TSqlParser.AsteriskContext ctx)
TSqlParser.asterisk().
The default implementation does nothing.
enterAsterisk 在接口中 TSqlParserListenerctx - the parse treepublic void exitAsterisk(TSqlParser.AsteriskContext ctx)
TSqlParser.asterisk().
The default implementation does nothing.
exitAsterisk 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_elem(TSqlParser.Column_elemContext ctx)
TSqlParser.column_elem().
The default implementation does nothing.
enterColumn_elem 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_elem(TSqlParser.Column_elemContext ctx)
TSqlParser.column_elem().
The default implementation does nothing.
exitColumn_elem 在接口中 TSqlParserListenerctx - the parse treepublic void enterUdt_elem(TSqlParser.Udt_elemContext ctx)
TSqlParser.udt_elem().
The default implementation does nothing.
enterUdt_elem 在接口中 TSqlParserListenerctx - the parse treepublic void exitUdt_elem(TSqlParser.Udt_elemContext ctx)
TSqlParser.udt_elem().
The default implementation does nothing.
exitUdt_elem 在接口中 TSqlParserListenerctx - the parse treepublic void enterExpression_elem(TSqlParser.Expression_elemContext ctx)
TSqlParser.expression_elem().
The default implementation does nothing.
enterExpression_elem 在接口中 TSqlParserListenerctx - the parse treepublic void exitExpression_elem(TSqlParser.Expression_elemContext ctx)
TSqlParser.expression_elem().
The default implementation does nothing.
exitExpression_elem 在接口中 TSqlParserListenerctx - the parse treepublic void enterSelect_list_elem(TSqlParser.Select_list_elemContext ctx)
TSqlParser.select_list_elem().
The default implementation does nothing.
enterSelect_list_elem 在接口中 TSqlParserListenerctx - the parse treepublic void exitSelect_list_elem(TSqlParser.Select_list_elemContext ctx)
TSqlParser.select_list_elem().
The default implementation does nothing.
exitSelect_list_elem 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_sources(TSqlParser.Table_sourcesContext ctx)
TSqlParser.table_sources().
The default implementation does nothing.
enterTable_sources 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_sources(TSqlParser.Table_sourcesContext ctx)
TSqlParser.table_sources().
The default implementation does nothing.
exitTable_sources 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_source(TSqlParser.Table_sourceContext ctx)
TSqlParser.table_source().
The default implementation does nothing.
enterTable_source 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_source(TSqlParser.Table_sourceContext ctx)
TSqlParser.table_source().
The default implementation does nothing.
exitTable_source 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_source_item_joined(TSqlParser.Table_source_item_joinedContext ctx)
TSqlParser.table_source_item_joined().
The default implementation does nothing.
enterTable_source_item_joined 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_source_item_joined(TSqlParser.Table_source_item_joinedContext ctx)
TSqlParser.table_source_item_joined().
The default implementation does nothing.
exitTable_source_item_joined 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_source_item(TSqlParser.Table_source_itemContext ctx)
TSqlParser.table_source_item().
The default implementation does nothing.
enterTable_source_item 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_source_item(TSqlParser.Table_source_itemContext ctx)
TSqlParser.table_source_item().
The default implementation does nothing.
exitTable_source_item 在接口中 TSqlParserListenerctx - the parse treepublic void enterOpen_xml(TSqlParser.Open_xmlContext ctx)
TSqlParser.open_xml().
The default implementation does nothing.
enterOpen_xml 在接口中 TSqlParserListenerctx - the parse treepublic void exitOpen_xml(TSqlParser.Open_xmlContext ctx)
TSqlParser.open_xml().
The default implementation does nothing.
exitOpen_xml 在接口中 TSqlParserListenerctx - the parse treepublic void enterSchema_declaration(TSqlParser.Schema_declarationContext ctx)
TSqlParser.schema_declaration().
The default implementation does nothing.
enterSchema_declaration 在接口中 TSqlParserListenerctx - the parse treepublic void exitSchema_declaration(TSqlParser.Schema_declarationContext ctx)
TSqlParser.schema_declaration().
The default implementation does nothing.
exitSchema_declaration 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_declaration(TSqlParser.Column_declarationContext ctx)
TSqlParser.column_declaration().
The default implementation does nothing.
enterColumn_declaration 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_declaration(TSqlParser.Column_declarationContext ctx)
TSqlParser.column_declaration().
The default implementation does nothing.
exitColumn_declaration 在接口中 TSqlParserListenerctx - the parse treepublic void enterChange_table(TSqlParser.Change_tableContext ctx)
TSqlParser.change_table().
The default implementation does nothing.
enterChange_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitChange_table(TSqlParser.Change_tableContext ctx)
TSqlParser.change_table().
The default implementation does nothing.
exitChange_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterJoin_part(TSqlParser.Join_partContext ctx)
TSqlParser.join_part().
The default implementation does nothing.
enterJoin_part 在接口中 TSqlParserListenerctx - the parse treepublic void exitJoin_part(TSqlParser.Join_partContext ctx)
TSqlParser.join_part().
The default implementation does nothing.
exitJoin_part 在接口中 TSqlParserListenerctx - the parse treepublic void enterPivot_clause(TSqlParser.Pivot_clauseContext ctx)
TSqlParser.pivot_clause().
The default implementation does nothing.
enterPivot_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitPivot_clause(TSqlParser.Pivot_clauseContext ctx)
TSqlParser.pivot_clause().
The default implementation does nothing.
exitPivot_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterUnpivot_clause(TSqlParser.Unpivot_clauseContext ctx)
TSqlParser.unpivot_clause().
The default implementation does nothing.
enterUnpivot_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitUnpivot_clause(TSqlParser.Unpivot_clauseContext ctx)
TSqlParser.unpivot_clause().
The default implementation does nothing.
exitUnpivot_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterFull_column_name_list(TSqlParser.Full_column_name_listContext ctx)
TSqlParser.full_column_name_list().
The default implementation does nothing.
enterFull_column_name_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitFull_column_name_list(TSqlParser.Full_column_name_listContext ctx)
TSqlParser.full_column_name_list().
The default implementation does nothing.
exitFull_column_name_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_name_with_hint(TSqlParser.Table_name_with_hintContext ctx)
TSqlParser.table_name_with_hint().
The default implementation does nothing.
enterTable_name_with_hint 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_name_with_hint(TSqlParser.Table_name_with_hintContext ctx)
TSqlParser.table_name_with_hint().
The default implementation does nothing.
exitTable_name_with_hint 在接口中 TSqlParserListenerctx - the parse treepublic void enterRowset_function(TSqlParser.Rowset_functionContext ctx)
TSqlParser.rowset_function().
The default implementation does nothing.
enterRowset_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitRowset_function(TSqlParser.Rowset_functionContext ctx)
TSqlParser.rowset_function().
The default implementation does nothing.
exitRowset_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterBulk_option(TSqlParser.Bulk_optionContext ctx)
TSqlParser.bulk_option().
The default implementation does nothing.
enterBulk_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitBulk_option(TSqlParser.Bulk_optionContext ctx)
TSqlParser.bulk_option().
The default implementation does nothing.
exitBulk_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDerived_table(TSqlParser.Derived_tableContext ctx)
TSqlParser.derived_table().
The default implementation does nothing.
enterDerived_table 在接口中 TSqlParserListenerctx - the parse treepublic void exitDerived_table(TSqlParser.Derived_tableContext ctx)
TSqlParser.derived_table().
The default implementation does nothing.
exitDerived_table 在接口中 TSqlParserListenerctx - the parse treepublic void enterBINARY_CHECKSUM(TSqlParser.BINARY_CHECKSUMContext ctx)
BINARY_CHECKSUM
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterBINARY_CHECKSUM 在接口中 TSqlParserListenerctx - the parse treepublic void exitBINARY_CHECKSUM(TSqlParser.BINARY_CHECKSUMContext ctx)
BINARY_CHECKSUM
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitBINARY_CHECKSUM 在接口中 TSqlParserListenerctx - the parse treepublic void enterCAST(TSqlParser.CASTContext ctx)
CAST
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterCAST 在接口中 TSqlParserListenerctx - the parse treepublic void exitCAST(TSqlParser.CASTContext ctx)
CAST
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitCAST 在接口中 TSqlParserListenerctx - the parse treepublic void enterCONVERT(TSqlParser.CONVERTContext ctx)
CONVERT
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterCONVERT 在接口中 TSqlParserListenerctx - the parse treepublic void exitCONVERT(TSqlParser.CONVERTContext ctx)
CONVERT
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitCONVERT 在接口中 TSqlParserListenerctx - the parse treepublic void enterCHECKSUM(TSqlParser.CHECKSUMContext ctx)
CHECKSUM
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterCHECKSUM 在接口中 TSqlParserListenerctx - the parse treepublic void exitCHECKSUM(TSqlParser.CHECKSUMContext ctx)
CHECKSUM
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitCHECKSUM 在接口中 TSqlParserListenerctx - the parse treepublic void enterCOALESCE(TSqlParser.COALESCEContext ctx)
COALESCE
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterCOALESCE 在接口中 TSqlParserListenerctx - the parse treepublic void exitCOALESCE(TSqlParser.COALESCEContext ctx)
COALESCE
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitCOALESCE 在接口中 TSqlParserListenerctx - the parse treepublic void enterCURRENT_TIMESTAMP(TSqlParser.CURRENT_TIMESTAMPContext ctx)
CURRENT_TIMESTAMP
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterCURRENT_TIMESTAMP 在接口中 TSqlParserListenerctx - the parse treepublic void exitCURRENT_TIMESTAMP(TSqlParser.CURRENT_TIMESTAMPContext ctx)
CURRENT_TIMESTAMP
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitCURRENT_TIMESTAMP 在接口中 TSqlParserListenerctx - the parse treepublic void enterCURRENT_USER(TSqlParser.CURRENT_USERContext ctx)
CURRENT_USER
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterCURRENT_USER 在接口中 TSqlParserListenerctx - the parse treepublic void exitCURRENT_USER(TSqlParser.CURRENT_USERContext ctx)
CURRENT_USER
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitCURRENT_USER 在接口中 TSqlParserListenerctx - the parse treepublic void enterDATEADD(TSqlParser.DATEADDContext ctx)
DATEADD
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterDATEADD 在接口中 TSqlParserListenerctx - the parse treepublic void exitDATEADD(TSqlParser.DATEADDContext ctx)
DATEADD
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitDATEADD 在接口中 TSqlParserListenerctx - the parse treepublic void enterDATEDIFF(TSqlParser.DATEDIFFContext ctx)
DATEDIFF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterDATEDIFF 在接口中 TSqlParserListenerctx - the parse treepublic void exitDATEDIFF(TSqlParser.DATEDIFFContext ctx)
DATEDIFF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitDATEDIFF 在接口中 TSqlParserListenerctx - the parse treepublic void enterDATENAME(TSqlParser.DATENAMEContext ctx)
DATENAME
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterDATENAME 在接口中 TSqlParserListenerctx - the parse treepublic void exitDATENAME(TSqlParser.DATENAMEContext ctx)
DATENAME
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitDATENAME 在接口中 TSqlParserListenerctx - the parse treepublic void enterDATEPART(TSqlParser.DATEPARTContext ctx)
DATEPART
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterDATEPART 在接口中 TSqlParserListenerctx - the parse treepublic void exitDATEPART(TSqlParser.DATEPARTContext ctx)
DATEPART
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitDATEPART 在接口中 TSqlParserListenerctx - the parse treepublic void enterGETDATE(TSqlParser.GETDATEContext ctx)
GETDATE
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterGETDATE 在接口中 TSqlParserListenerctx - the parse treepublic void exitGETDATE(TSqlParser.GETDATEContext ctx)
GETDATE
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitGETDATE 在接口中 TSqlParserListenerctx - the parse treepublic void enterGETUTCDATE(TSqlParser.GETUTCDATEContext ctx)
GETUTCDATE
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterGETUTCDATE 在接口中 TSqlParserListenerctx - the parse treepublic void exitGETUTCDATE(TSqlParser.GETUTCDATEContext ctx)
GETUTCDATE
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitGETUTCDATE 在接口中 TSqlParserListenerctx - the parse treepublic void enterIDENTITY(TSqlParser.IDENTITYContext ctx)
IDENTITY
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterIDENTITY 在接口中 TSqlParserListenerctx - the parse treepublic void exitIDENTITY(TSqlParser.IDENTITYContext ctx)
IDENTITY
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitIDENTITY 在接口中 TSqlParserListenerctx - the parse treepublic void enterMIN_ACTIVE_ROWVERSION(TSqlParser.MIN_ACTIVE_ROWVERSIONContext ctx)
MIN_ACTIVE_ROWVERSION
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterMIN_ACTIVE_ROWVERSION 在接口中 TSqlParserListenerctx - the parse treepublic void exitMIN_ACTIVE_ROWVERSION(TSqlParser.MIN_ACTIVE_ROWVERSIONContext ctx)
MIN_ACTIVE_ROWVERSION
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitMIN_ACTIVE_ROWVERSION 在接口中 TSqlParserListenerctx - the parse treepublic void enterNULLIF(TSqlParser.NULLIFContext ctx)
NULLIF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterNULLIF 在接口中 TSqlParserListenerctx - the parse treepublic void exitNULLIF(TSqlParser.NULLIFContext ctx)
NULLIF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitNULLIF 在接口中 TSqlParserListenerctx - the parse treepublic void enterSTUFF(TSqlParser.STUFFContext ctx)
STUFF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterSTUFF 在接口中 TSqlParserListenerctx - the parse treepublic void exitSTUFF(TSqlParser.STUFFContext ctx)
STUFF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitSTUFF 在接口中 TSqlParserListenerctx - the parse treepublic void enterSESSION_USER(TSqlParser.SESSION_USERContext ctx)
SESSION_USER
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterSESSION_USER 在接口中 TSqlParserListenerctx - the parse treepublic void exitSESSION_USER(TSqlParser.SESSION_USERContext ctx)
SESSION_USER
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitSESSION_USER 在接口中 TSqlParserListenerctx - the parse treepublic void enterSYSTEM_USER(TSqlParser.SYSTEM_USERContext ctx)
SYSTEM_USER
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterSYSTEM_USER 在接口中 TSqlParserListenerctx - the parse treepublic void exitSYSTEM_USER(TSqlParser.SYSTEM_USERContext ctx)
SYSTEM_USER
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitSYSTEM_USER 在接口中 TSqlParserListenerctx - the parse treepublic void enterISNULL(TSqlParser.ISNULLContext ctx)
ISNULL
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterISNULL 在接口中 TSqlParserListenerctx - the parse treepublic void exitISNULL(TSqlParser.ISNULLContext ctx)
ISNULL
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitISNULL 在接口中 TSqlParserListenerctx - the parse treepublic void enterXML_DATA_TYPE_FUNC(TSqlParser.XML_DATA_TYPE_FUNCContext ctx)
XML_DATA_TYPE_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterXML_DATA_TYPE_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void exitXML_DATA_TYPE_FUNC(TSqlParser.XML_DATA_TYPE_FUNCContext ctx)
XML_DATA_TYPE_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitXML_DATA_TYPE_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void enterIFF(TSqlParser.IFFContext ctx)
IFF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterIFF 在接口中 TSqlParserListenerctx - the parse treepublic void exitIFF(TSqlParser.IFFContext ctx)
IFF
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitIFF 在接口中 TSqlParserListenerctx - the parse treepublic void enterRANKING_WINDOWED_FUNC(TSqlParser.RANKING_WINDOWED_FUNCContext ctx)
RANKING_WINDOWED_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterRANKING_WINDOWED_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void exitRANKING_WINDOWED_FUNC(TSqlParser.RANKING_WINDOWED_FUNCContext ctx)
RANKING_WINDOWED_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitRANKING_WINDOWED_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void enterAGGREGATE_WINDOWED_FUNC(TSqlParser.AGGREGATE_WINDOWED_FUNCContext ctx)
AGGREGATE_WINDOWED_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterAGGREGATE_WINDOWED_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void exitAGGREGATE_WINDOWED_FUNC(TSqlParser.AGGREGATE_WINDOWED_FUNCContext ctx)
AGGREGATE_WINDOWED_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitAGGREGATE_WINDOWED_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void enterANALYTIC_WINDOWED_FUNC(TSqlParser.ANALYTIC_WINDOWED_FUNCContext ctx)
ANALYTIC_WINDOWED_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterANALYTIC_WINDOWED_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void exitANALYTIC_WINDOWED_FUNC(TSqlParser.ANALYTIC_WINDOWED_FUNCContext ctx)
ANALYTIC_WINDOWED_FUNC
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitANALYTIC_WINDOWED_FUNC 在接口中 TSqlParserListenerctx - the parse treepublic void enterSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterSCALAR_FUNCTION 在接口中 TSqlParserListenerctx - the parse treepublic void exitSCALAR_FUNCTION(TSqlParser.SCALAR_FUNCTIONContext ctx)
SCALAR_FUNCTION
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitSCALAR_FUNCTION 在接口中 TSqlParserListenerctx - the parse treepublic void enterSTRINGAGG(TSqlParser.STRINGAGGContext ctx)
STRINGAGG
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
enterSTRINGAGG 在接口中 TSqlParserListenerctx - the parse treepublic void exitSTRINGAGG(TSqlParser.STRINGAGGContext ctx)
STRINGAGG
labeled alternative in TSqlParser.function_call().
The default implementation does nothing.
exitSTRINGAGG 在接口中 TSqlParserListenerctx - the parse treepublic void enterXml_data_type_methods(TSqlParser.Xml_data_type_methodsContext ctx)
TSqlParser.xml_data_type_methods().
The default implementation does nothing.
enterXml_data_type_methods 在接口中 TSqlParserListenerctx - the parse treepublic void exitXml_data_type_methods(TSqlParser.Xml_data_type_methodsContext ctx)
TSqlParser.xml_data_type_methods().
The default implementation does nothing.
exitXml_data_type_methods 在接口中 TSqlParserListenerctx - the parse treepublic void enterValue_method(TSqlParser.Value_methodContext ctx)
TSqlParser.value_method().
The default implementation does nothing.
enterValue_method 在接口中 TSqlParserListenerctx - the parse treepublic void exitValue_method(TSqlParser.Value_methodContext ctx)
TSqlParser.value_method().
The default implementation does nothing.
exitValue_method 在接口中 TSqlParserListenerctx - the parse treepublic void enterQuery_method(TSqlParser.Query_methodContext ctx)
TSqlParser.query_method().
The default implementation does nothing.
enterQuery_method 在接口中 TSqlParserListenerctx - the parse treepublic void exitQuery_method(TSqlParser.Query_methodContext ctx)
TSqlParser.query_method().
The default implementation does nothing.
exitQuery_method 在接口中 TSqlParserListenerctx - the parse treepublic void enterExist_method(TSqlParser.Exist_methodContext ctx)
TSqlParser.exist_method().
The default implementation does nothing.
enterExist_method 在接口中 TSqlParserListenerctx - the parse treepublic void exitExist_method(TSqlParser.Exist_methodContext ctx)
TSqlParser.exist_method().
The default implementation does nothing.
exitExist_method 在接口中 TSqlParserListenerctx - the parse treepublic void enterModify_method(TSqlParser.Modify_methodContext ctx)
TSqlParser.modify_method().
The default implementation does nothing.
enterModify_method 在接口中 TSqlParserListenerctx - the parse treepublic void exitModify_method(TSqlParser.Modify_methodContext ctx)
TSqlParser.modify_method().
The default implementation does nothing.
exitModify_method 在接口中 TSqlParserListenerctx - the parse treepublic void enterNodes_method(TSqlParser.Nodes_methodContext ctx)
TSqlParser.nodes_method().
The default implementation does nothing.
enterNodes_method 在接口中 TSqlParserListenerctx - the parse treepublic void exitNodes_method(TSqlParser.Nodes_methodContext ctx)
TSqlParser.nodes_method().
The default implementation does nothing.
exitNodes_method 在接口中 TSqlParserListenerctx - the parse treepublic void enterSwitch_section(TSqlParser.Switch_sectionContext ctx)
TSqlParser.switch_section().
The default implementation does nothing.
enterSwitch_section 在接口中 TSqlParserListenerctx - the parse treepublic void exitSwitch_section(TSqlParser.Switch_sectionContext ctx)
TSqlParser.switch_section().
The default implementation does nothing.
exitSwitch_section 在接口中 TSqlParserListenerctx - the parse treepublic void enterSwitch_search_condition_section(TSqlParser.Switch_search_condition_sectionContext ctx)
TSqlParser.switch_search_condition_section().
The default implementation does nothing.
enterSwitch_search_condition_section 在接口中 TSqlParserListenerctx - the parse treepublic void exitSwitch_search_condition_section(TSqlParser.Switch_search_condition_sectionContext ctx)
TSqlParser.switch_search_condition_section().
The default implementation does nothing.
exitSwitch_search_condition_section 在接口中 TSqlParserListenerctx - the parse treepublic void enterAs_column_alias(TSqlParser.As_column_aliasContext ctx)
TSqlParser.as_column_alias().
The default implementation does nothing.
enterAs_column_alias 在接口中 TSqlParserListenerctx - the parse treepublic void exitAs_column_alias(TSqlParser.As_column_aliasContext ctx)
TSqlParser.as_column_alias().
The default implementation does nothing.
exitAs_column_alias 在接口中 TSqlParserListenerctx - the parse treepublic void enterAs_table_alias(TSqlParser.As_table_aliasContext ctx)
TSqlParser.as_table_alias().
The default implementation does nothing.
enterAs_table_alias 在接口中 TSqlParserListenerctx - the parse treepublic void exitAs_table_alias(TSqlParser.As_table_aliasContext ctx)
TSqlParser.as_table_alias().
The default implementation does nothing.
exitAs_table_alias 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_alias(TSqlParser.Table_aliasContext ctx)
TSqlParser.table_alias().
The default implementation does nothing.
enterTable_alias 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_alias(TSqlParser.Table_aliasContext ctx)
TSqlParser.table_alias().
The default implementation does nothing.
exitTable_alias 在接口中 TSqlParserListenerctx - the parse treepublic void enterWith_table_hints(TSqlParser.With_table_hintsContext ctx)
TSqlParser.with_table_hints().
The default implementation does nothing.
enterWith_table_hints 在接口中 TSqlParserListenerctx - the parse treepublic void exitWith_table_hints(TSqlParser.With_table_hintsContext ctx)
TSqlParser.with_table_hints().
The default implementation does nothing.
exitWith_table_hints 在接口中 TSqlParserListenerctx - the parse treepublic void enterInsert_with_table_hints(TSqlParser.Insert_with_table_hintsContext ctx)
TSqlParser.insert_with_table_hints().
The default implementation does nothing.
enterInsert_with_table_hints 在接口中 TSqlParserListenerctx - the parse treepublic void exitInsert_with_table_hints(TSqlParser.Insert_with_table_hintsContext ctx)
TSqlParser.insert_with_table_hints().
The default implementation does nothing.
exitInsert_with_table_hints 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_hint(TSqlParser.Table_hintContext ctx)
TSqlParser.table_hint().
The default implementation does nothing.
enterTable_hint 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_hint(TSqlParser.Table_hintContext ctx)
TSqlParser.table_hint().
The default implementation does nothing.
exitTable_hint 在接口中 TSqlParserListenerctx - the parse treepublic void enterIndex_value(TSqlParser.Index_valueContext ctx)
TSqlParser.index_value().
The default implementation does nothing.
enterIndex_value 在接口中 TSqlParserListenerctx - the parse treepublic void exitIndex_value(TSqlParser.Index_valueContext ctx)
TSqlParser.index_value().
The default implementation does nothing.
exitIndex_value 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_alias_list(TSqlParser.Column_alias_listContext ctx)
TSqlParser.column_alias_list().
The default implementation does nothing.
enterColumn_alias_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_alias_list(TSqlParser.Column_alias_listContext ctx)
TSqlParser.column_alias_list().
The default implementation does nothing.
exitColumn_alias_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_alias(TSqlParser.Column_aliasContext ctx)
TSqlParser.column_alias().
The default implementation does nothing.
enterColumn_alias 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_alias(TSqlParser.Column_aliasContext ctx)
TSqlParser.column_alias().
The default implementation does nothing.
exitColumn_alias 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_value_constructor(TSqlParser.Table_value_constructorContext ctx)
TSqlParser.table_value_constructor().
The default implementation does nothing.
enterTable_value_constructor 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_value_constructor(TSqlParser.Table_value_constructorContext ctx)
TSqlParser.table_value_constructor().
The default implementation does nothing.
exitTable_value_constructor 在接口中 TSqlParserListenerctx - the parse treepublic void enterExpression_list(TSqlParser.Expression_listContext ctx)
TSqlParser.expression_list().
The default implementation does nothing.
enterExpression_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitExpression_list(TSqlParser.Expression_listContext ctx)
TSqlParser.expression_list().
The default implementation does nothing.
exitExpression_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterRanking_windowed_function(TSqlParser.Ranking_windowed_functionContext ctx)
TSqlParser.ranking_windowed_function().
The default implementation does nothing.
enterRanking_windowed_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitRanking_windowed_function(TSqlParser.Ranking_windowed_functionContext ctx)
TSqlParser.ranking_windowed_function().
The default implementation does nothing.
exitRanking_windowed_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterAggregate_windowed_function(TSqlParser.Aggregate_windowed_functionContext ctx)
TSqlParser.aggregate_windowed_function().
The default implementation does nothing.
enterAggregate_windowed_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitAggregate_windowed_function(TSqlParser.Aggregate_windowed_functionContext ctx)
TSqlParser.aggregate_windowed_function().
The default implementation does nothing.
exitAggregate_windowed_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterAnalytic_windowed_function(TSqlParser.Analytic_windowed_functionContext ctx)
TSqlParser.analytic_windowed_function().
The default implementation does nothing.
enterAnalytic_windowed_function 在接口中 TSqlParserListenerctx - the parse treepublic void exitAnalytic_windowed_function(TSqlParser.Analytic_windowed_functionContext ctx)
TSqlParser.analytic_windowed_function().
The default implementation does nothing.
exitAnalytic_windowed_function 在接口中 TSqlParserListenerctx - the parse treepublic void enterAll_distinct_expression(TSqlParser.All_distinct_expressionContext ctx)
TSqlParser.all_distinct_expression().
The default implementation does nothing.
enterAll_distinct_expression 在接口中 TSqlParserListenerctx - the parse treepublic void exitAll_distinct_expression(TSqlParser.All_distinct_expressionContext ctx)
TSqlParser.all_distinct_expression().
The default implementation does nothing.
exitAll_distinct_expression 在接口中 TSqlParserListenerctx - the parse treepublic void enterOver_clause(TSqlParser.Over_clauseContext ctx)
TSqlParser.over_clause().
The default implementation does nothing.
enterOver_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitOver_clause(TSqlParser.Over_clauseContext ctx)
TSqlParser.over_clause().
The default implementation does nothing.
exitOver_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterRow_or_range_clause(TSqlParser.Row_or_range_clauseContext ctx)
TSqlParser.row_or_range_clause().
The default implementation does nothing.
enterRow_or_range_clause 在接口中 TSqlParserListenerctx - the parse treepublic void exitRow_or_range_clause(TSqlParser.Row_or_range_clauseContext ctx)
TSqlParser.row_or_range_clause().
The default implementation does nothing.
exitRow_or_range_clause 在接口中 TSqlParserListenerctx - the parse treepublic void enterWindow_frame_extent(TSqlParser.Window_frame_extentContext ctx)
TSqlParser.window_frame_extent().
The default implementation does nothing.
enterWindow_frame_extent 在接口中 TSqlParserListenerctx - the parse treepublic void exitWindow_frame_extent(TSqlParser.Window_frame_extentContext ctx)
TSqlParser.window_frame_extent().
The default implementation does nothing.
exitWindow_frame_extent 在接口中 TSqlParserListenerctx - the parse treepublic void enterWindow_frame_bound(TSqlParser.Window_frame_boundContext ctx)
TSqlParser.window_frame_bound().
The default implementation does nothing.
enterWindow_frame_bound 在接口中 TSqlParserListenerctx - the parse treepublic void exitWindow_frame_bound(TSqlParser.Window_frame_boundContext ctx)
TSqlParser.window_frame_bound().
The default implementation does nothing.
exitWindow_frame_bound 在接口中 TSqlParserListenerctx - the parse treepublic void enterWindow_frame_preceding(TSqlParser.Window_frame_precedingContext ctx)
TSqlParser.window_frame_preceding().
The default implementation does nothing.
enterWindow_frame_preceding 在接口中 TSqlParserListenerctx - the parse treepublic void exitWindow_frame_preceding(TSqlParser.Window_frame_precedingContext ctx)
TSqlParser.window_frame_preceding().
The default implementation does nothing.
exitWindow_frame_preceding 在接口中 TSqlParserListenerctx - the parse treepublic void enterWindow_frame_following(TSqlParser.Window_frame_followingContext ctx)
TSqlParser.window_frame_following().
The default implementation does nothing.
enterWindow_frame_following 在接口中 TSqlParserListenerctx - the parse treepublic void exitWindow_frame_following(TSqlParser.Window_frame_followingContext ctx)
TSqlParser.window_frame_following().
The default implementation does nothing.
exitWindow_frame_following 在接口中 TSqlParserListenerctx - the parse treepublic void enterCreate_database_option(TSqlParser.Create_database_optionContext ctx)
TSqlParser.create_database_option().
The default implementation does nothing.
enterCreate_database_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitCreate_database_option(TSqlParser.Create_database_optionContext ctx)
TSqlParser.create_database_option().
The default implementation does nothing.
exitCreate_database_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDatabase_filestream_option(TSqlParser.Database_filestream_optionContext ctx)
TSqlParser.database_filestream_option().
The default implementation does nothing.
enterDatabase_filestream_option 在接口中 TSqlParserListenerctx - the parse treepublic void exitDatabase_filestream_option(TSqlParser.Database_filestream_optionContext ctx)
TSqlParser.database_filestream_option().
The default implementation does nothing.
exitDatabase_filestream_option 在接口中 TSqlParserListenerctx - the parse treepublic void enterDatabase_file_spec(TSqlParser.Database_file_specContext ctx)
TSqlParser.database_file_spec().
The default implementation does nothing.
enterDatabase_file_spec 在接口中 TSqlParserListenerctx - the parse treepublic void exitDatabase_file_spec(TSqlParser.Database_file_specContext ctx)
TSqlParser.database_file_spec().
The default implementation does nothing.
exitDatabase_file_spec 在接口中 TSqlParserListenerctx - the parse treepublic void enterFile_group(TSqlParser.File_groupContext ctx)
TSqlParser.file_group().
The default implementation does nothing.
enterFile_group 在接口中 TSqlParserListenerctx - the parse treepublic void exitFile_group(TSqlParser.File_groupContext ctx)
TSqlParser.file_group().
The default implementation does nothing.
exitFile_group 在接口中 TSqlParserListenerctx - the parse treepublic void enterFile_spec(TSqlParser.File_specContext ctx)
TSqlParser.file_spec().
The default implementation does nothing.
enterFile_spec 在接口中 TSqlParserListenerctx - the parse treepublic void exitFile_spec(TSqlParser.File_specContext ctx)
TSqlParser.file_spec().
The default implementation does nothing.
exitFile_spec 在接口中 TSqlParserListenerctx - the parse treepublic void enterEntity_name(TSqlParser.Entity_nameContext ctx)
TSqlParser.entity_name().
The default implementation does nothing.
enterEntity_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitEntity_name(TSqlParser.Entity_nameContext ctx)
TSqlParser.entity_name().
The default implementation does nothing.
exitEntity_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterEntity_name_for_azure_dw(TSqlParser.Entity_name_for_azure_dwContext ctx)
TSqlParser.entity_name_for_azure_dw().
The default implementation does nothing.
enterEntity_name_for_azure_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitEntity_name_for_azure_dw(TSqlParser.Entity_name_for_azure_dwContext ctx)
TSqlParser.entity_name_for_azure_dw().
The default implementation does nothing.
exitEntity_name_for_azure_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterEntity_name_for_parallel_dw(TSqlParser.Entity_name_for_parallel_dwContext ctx)
TSqlParser.entity_name_for_parallel_dw().
The default implementation does nothing.
enterEntity_name_for_parallel_dw 在接口中 TSqlParserListenerctx - the parse treepublic void exitEntity_name_for_parallel_dw(TSqlParser.Entity_name_for_parallel_dwContext ctx)
TSqlParser.entity_name_for_parallel_dw().
The default implementation does nothing.
exitEntity_name_for_parallel_dw 在接口中 TSqlParserListenerctx - the parse treepublic void enterFull_table_name(TSqlParser.Full_table_nameContext ctx)
TSqlParser.full_table_name().
The default implementation does nothing.
enterFull_table_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitFull_table_name(TSqlParser.Full_table_nameContext ctx)
TSqlParser.full_table_name().
The default implementation does nothing.
exitFull_table_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterTable_name(TSqlParser.Table_nameContext ctx)
TSqlParser.table_name().
The default implementation does nothing.
enterTable_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitTable_name(TSqlParser.Table_nameContext ctx)
TSqlParser.table_name().
The default implementation does nothing.
exitTable_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterSimple_name(TSqlParser.Simple_nameContext ctx)
TSqlParser.simple_name().
The default implementation does nothing.
enterSimple_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitSimple_name(TSqlParser.Simple_nameContext ctx)
TSqlParser.simple_name().
The default implementation does nothing.
exitSimple_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunc_proc_name_schema(TSqlParser.Func_proc_name_schemaContext ctx)
TSqlParser.func_proc_name_schema().
The default implementation does nothing.
enterFunc_proc_name_schema 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunc_proc_name_schema(TSqlParser.Func_proc_name_schemaContext ctx)
TSqlParser.func_proc_name_schema().
The default implementation does nothing.
exitFunc_proc_name_schema 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunc_proc_name_database_schema(TSqlParser.Func_proc_name_database_schemaContext ctx)
TSqlParser.func_proc_name_database_schema().
The default implementation does nothing.
enterFunc_proc_name_database_schema 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunc_proc_name_database_schema(TSqlParser.Func_proc_name_database_schemaContext ctx)
TSqlParser.func_proc_name_database_schema().
The default implementation does nothing.
exitFunc_proc_name_database_schema 在接口中 TSqlParserListenerctx - the parse treepublic void enterFunc_proc_name_server_database_schema(TSqlParser.Func_proc_name_server_database_schemaContext ctx)
TSqlParser.func_proc_name_server_database_schema().
The default implementation does nothing.
enterFunc_proc_name_server_database_schema 在接口中 TSqlParserListenerctx - the parse treepublic void exitFunc_proc_name_server_database_schema(TSqlParser.Func_proc_name_server_database_schemaContext ctx)
TSqlParser.func_proc_name_server_database_schema().
The default implementation does nothing.
exitFunc_proc_name_server_database_schema 在接口中 TSqlParserListenerctx - the parse treepublic void enterDdl_object(TSqlParser.Ddl_objectContext ctx)
TSqlParser.ddl_object().
The default implementation does nothing.
enterDdl_object 在接口中 TSqlParserListenerctx - the parse treepublic void exitDdl_object(TSqlParser.Ddl_objectContext ctx)
TSqlParser.ddl_object().
The default implementation does nothing.
exitDdl_object 在接口中 TSqlParserListenerctx - the parse treepublic void enterFull_column_name(TSqlParser.Full_column_nameContext ctx)
TSqlParser.full_column_name().
The default implementation does nothing.
enterFull_column_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitFull_column_name(TSqlParser.Full_column_nameContext ctx)
TSqlParser.full_column_name().
The default implementation does nothing.
exitFull_column_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_name_list_with_order(TSqlParser.Column_name_list_with_orderContext ctx)
TSqlParser.column_name_list_with_order().
The default implementation does nothing.
enterColumn_name_list_with_order 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_name_list_with_order(TSqlParser.Column_name_list_with_orderContext ctx)
TSqlParser.column_name_list_with_order().
The default implementation does nothing.
exitColumn_name_list_with_order 在接口中 TSqlParserListenerctx - the parse treepublic void enterColumn_name_list(TSqlParser.Column_name_listContext ctx)
TSqlParser.column_name_list().
The default implementation does nothing.
enterColumn_name_list 在接口中 TSqlParserListenerctx - the parse treepublic void exitColumn_name_list(TSqlParser.Column_name_listContext ctx)
TSqlParser.column_name_list().
The default implementation does nothing.
exitColumn_name_list 在接口中 TSqlParserListenerctx - the parse treepublic void enterCursor_name(TSqlParser.Cursor_nameContext ctx)
TSqlParser.cursor_name().
The default implementation does nothing.
enterCursor_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitCursor_name(TSqlParser.Cursor_nameContext ctx)
TSqlParser.cursor_name().
The default implementation does nothing.
exitCursor_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterOn_off(TSqlParser.On_offContext ctx)
TSqlParser.on_off().
The default implementation does nothing.
enterOn_off 在接口中 TSqlParserListenerctx - the parse treepublic void exitOn_off(TSqlParser.On_offContext ctx)
TSqlParser.on_off().
The default implementation does nothing.
exitOn_off 在接口中 TSqlParserListenerctx - the parse treepublic void enterClustered(TSqlParser.ClusteredContext ctx)
TSqlParser.clustered().
The default implementation does nothing.
enterClustered 在接口中 TSqlParserListenerctx - the parse treepublic void exitClustered(TSqlParser.ClusteredContext ctx)
TSqlParser.clustered().
The default implementation does nothing.
exitClustered 在接口中 TSqlParserListenerctx - the parse treepublic void enterNull_notnull(TSqlParser.Null_notnullContext ctx)
TSqlParser.null_notnull().
The default implementation does nothing.
enterNull_notnull 在接口中 TSqlParserListenerctx - the parse treepublic void exitNull_notnull(TSqlParser.Null_notnullContext ctx)
TSqlParser.null_notnull().
The default implementation does nothing.
exitNull_notnull 在接口中 TSqlParserListenerctx - the parse treepublic void enterNull_or_default(TSqlParser.Null_or_defaultContext ctx)
TSqlParser.null_or_default().
The default implementation does nothing.
enterNull_or_default 在接口中 TSqlParserListenerctx - the parse treepublic void exitNull_or_default(TSqlParser.Null_or_defaultContext ctx)
TSqlParser.null_or_default().
The default implementation does nothing.
exitNull_or_default 在接口中 TSqlParserListenerctx - the parse treepublic void enterScalar_function_name(TSqlParser.Scalar_function_nameContext ctx)
TSqlParser.scalar_function_name().
The default implementation does nothing.
enterScalar_function_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitScalar_function_name(TSqlParser.Scalar_function_nameContext ctx)
TSqlParser.scalar_function_name().
The default implementation does nothing.
exitScalar_function_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterBegin_conversation_timer(TSqlParser.Begin_conversation_timerContext ctx)
TSqlParser.begin_conversation_timer().
The default implementation does nothing.
enterBegin_conversation_timer 在接口中 TSqlParserListenerctx - the parse treepublic void exitBegin_conversation_timer(TSqlParser.Begin_conversation_timerContext ctx)
TSqlParser.begin_conversation_timer().
The default implementation does nothing.
exitBegin_conversation_timer 在接口中 TSqlParserListenerctx - the parse treepublic void enterBegin_conversation_dialog(TSqlParser.Begin_conversation_dialogContext ctx)
TSqlParser.begin_conversation_dialog().
The default implementation does nothing.
enterBegin_conversation_dialog 在接口中 TSqlParserListenerctx - the parse treepublic void exitBegin_conversation_dialog(TSqlParser.Begin_conversation_dialogContext ctx)
TSqlParser.begin_conversation_dialog().
The default implementation does nothing.
exitBegin_conversation_dialog 在接口中 TSqlParserListenerctx - the parse treepublic void enterContract_name(TSqlParser.Contract_nameContext ctx)
TSqlParser.contract_name().
The default implementation does nothing.
enterContract_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitContract_name(TSqlParser.Contract_nameContext ctx)
TSqlParser.contract_name().
The default implementation does nothing.
exitContract_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterService_name(TSqlParser.Service_nameContext ctx)
TSqlParser.service_name().
The default implementation does nothing.
enterService_name 在接口中 TSqlParserListenerctx - the parse treepublic void exitService_name(TSqlParser.Service_nameContext ctx)
TSqlParser.service_name().
The default implementation does nothing.
exitService_name 在接口中 TSqlParserListenerctx - the parse treepublic void enterEnd_conversation(TSqlParser.End_conversationContext ctx)
TSqlParser.end_conversation().
The default implementation does nothing.
enterEnd_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void exitEnd_conversation(TSqlParser.End_conversationContext ctx)
TSqlParser.end_conversation().
The default implementation does nothing.
exitEnd_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void enterWaitfor_conversation(TSqlParser.Waitfor_conversationContext ctx)
TSqlParser.waitfor_conversation().
The default implementation does nothing.
enterWaitfor_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void exitWaitfor_conversation(TSqlParser.Waitfor_conversationContext ctx)
TSqlParser.waitfor_conversation().
The default implementation does nothing.
exitWaitfor_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void enterGet_conversation(TSqlParser.Get_conversationContext ctx)
TSqlParser.get_conversation().
The default implementation does nothing.
enterGet_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void exitGet_conversation(TSqlParser.Get_conversationContext ctx)
TSqlParser.get_conversation().
The default implementation does nothing.
exitGet_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void enterQueue_id(TSqlParser.Queue_idContext ctx)
TSqlParser.queue_id().
The default implementation does nothing.
enterQueue_id 在接口中 TSqlParserListenerctx - the parse treepublic void exitQueue_id(TSqlParser.Queue_idContext ctx)
TSqlParser.queue_id().
The default implementation does nothing.
exitQueue_id 在接口中 TSqlParserListenerctx - the parse treepublic void enterSend_conversation(TSqlParser.Send_conversationContext ctx)
TSqlParser.send_conversation().
The default implementation does nothing.
enterSend_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void exitSend_conversation(TSqlParser.Send_conversationContext ctx)
TSqlParser.send_conversation().
The default implementation does nothing.
exitSend_conversation 在接口中 TSqlParserListenerctx - the parse treepublic void enterData_type(TSqlParser.Data_typeContext ctx)
TSqlParser.data_type().
The default implementation does nothing.
enterData_type 在接口中 TSqlParserListenerctx - the parse treepublic void exitData_type(TSqlParser.Data_typeContext ctx)
TSqlParser.data_type().
The default implementation does nothing.
exitData_type 在接口中 TSqlParserListenerctx - the parse treepublic void enterDefault_value(TSqlParser.Default_valueContext ctx)
TSqlParser.default_value().
The default implementation does nothing.
enterDefault_value 在接口中 TSqlParserListenerctx - the parse treepublic void exitDefault_value(TSqlParser.Default_valueContext ctx)
TSqlParser.default_value().
The default implementation does nothing.
exitDefault_value 在接口中 TSqlParserListenerctx - the parse treepublic void enterConstant(TSqlParser.ConstantContext ctx)
TSqlParser.constant().
The default implementation does nothing.
enterConstant 在接口中 TSqlParserListenerctx - the parse treepublic void exitConstant(TSqlParser.ConstantContext ctx)
TSqlParser.constant().
The default implementation does nothing.
exitConstant 在接口中 TSqlParserListenerctx - the parse treepublic void enterSign(TSqlParser.SignContext ctx)
TSqlParser.sign().
The default implementation does nothing.
enterSign 在接口中 TSqlParserListenerctx - the parse treepublic void exitSign(TSqlParser.SignContext ctx)
TSqlParser.sign().
The default implementation does nothing.
exitSign 在接口中 TSqlParserListenerctx - the parse treepublic void enterId(TSqlParser.IdContext ctx)
TSqlParser.id().
The default implementation does nothing.
enterId 在接口中 TSqlParserListenerctx - the parse treepublic void exitId(TSqlParser.IdContext ctx)
TSqlParser.id().
The default implementation does nothing.
exitId 在接口中 TSqlParserListenerctx - the parse treepublic void enterSimple_id(TSqlParser.Simple_idContext ctx)
TSqlParser.simple_id().
The default implementation does nothing.
enterSimple_id 在接口中 TSqlParserListenerctx - the parse treepublic void exitSimple_id(TSqlParser.Simple_idContext ctx)
TSqlParser.simple_id().
The default implementation does nothing.
exitSimple_id 在接口中 TSqlParserListenerctx - the parse treepublic void enterComparison_operator(TSqlParser.Comparison_operatorContext ctx)
TSqlParser.comparison_operator().
The default implementation does nothing.
enterComparison_operator 在接口中 TSqlParserListenerctx - the parse treepublic void exitComparison_operator(TSqlParser.Comparison_operatorContext ctx)
TSqlParser.comparison_operator().
The default implementation does nothing.
exitComparison_operator 在接口中 TSqlParserListenerctx - the parse treepublic void enterAssignment_operator(TSqlParser.Assignment_operatorContext ctx)
TSqlParser.assignment_operator().
The default implementation does nothing.
enterAssignment_operator 在接口中 TSqlParserListenerctx - the parse treepublic void exitAssignment_operator(TSqlParser.Assignment_operatorContext ctx)
TSqlParser.assignment_operator().
The default implementation does nothing.
exitAssignment_operator 在接口中 TSqlParserListenerctx - the parse treepublic void enterFile_size(TSqlParser.File_sizeContext ctx)
TSqlParser.file_size().
The default implementation does nothing.
enterFile_size 在接口中 TSqlParserListenerctx - the parse treepublic void exitFile_size(TSqlParser.File_sizeContext ctx)
TSqlParser.file_size().
The default implementation does nothing.
exitFile_size 在接口中 TSqlParserListenerctx - 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.