[]
This class provides an empty implementation of ISqlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
[CLSCompliant(false)]
public class SqlBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, ISqlVisitor<Result>, IParseTreeVisitor<Result>
Name | Description |
---|---|
Result | The return type of the visit operation. |
Name | Description |
---|---|
SqlBaseVisitor() |
Name | Description |
---|---|
VisitAlter_table_stmt(Alter_table_stmtContext) | Visit a parse tree produced by alter_table_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitAny_name(Any_nameContext) | Visit a parse tree produced by any_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitArgs_list(Args_listContext) | Visit a parse tree produced by args_list().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitBegin_stmt(Begin_stmtContext) | Visit a parse tree produced by begin_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitBetween_and_expr(Between_and_exprContext) | Visit a parse tree produced by between_and_expr().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitCollation_name(Collation_nameContext) | Visit a parse tree produced by collation_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitColumn_alias(Column_aliasContext) | Visit a parse tree produced by column_alias().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitColumn_constraint(Column_constraintContext) | Visit a parse tree produced by column_constraint().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitColumn_def(Column_defContext) | Visit a parse tree produced by column_def().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitColumn_name(Column_nameContext) | Visit a parse tree produced by column_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitColumn_type_name(Column_type_nameContext) | Visit a parse tree produced by column_type_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitCommit_stmt(Commit_stmtContext) | Visit a parse tree produced by commit_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitCompound_clause(Compound_clauseContext) | Visit a parse tree produced by compound_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitCompound_operator(Compound_operatorContext) | Visit a parse tree produced by compound_operator().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitConflict_clause(Conflict_clauseContext) | Visit a parse tree produced by conflict_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitCreate_table_stmt(Create_table_stmtContext) | Visit a parse tree produced by create_table_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitDatabase_name(Database_nameContext) | Visit a parse tree produced by database_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitDelete_stmt(Delete_stmtContext) | Visit a parse tree produced by delete_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitDrop_table_stmt(Drop_table_stmtContext) | Visit a parse tree produced by drop_table_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitError(ErrorContext) | Visit a parse tree produced by error().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitError_message(Error_messageContext) | Visit a parse tree produced by error_message().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitExpr(ExprContext) | Visit a parse tree produced by expr().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitFactored_select_stmt(Factored_select_stmtContext) | Visit a parse tree produced by factored_select_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitForeign_key_clause(Foreign_key_clauseContext) | Visit a parse tree produced by foreign_key_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitForeign_table(Foreign_tableContext) | Visit a parse tree produced by foreign_table().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitFunction(FunctionContext) | Visit a parse tree produced by function().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitFunction_name(Function_nameContext) | Visit a parse tree produced by function_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitGroupby_clause(Groupby_clauseContext) | Visit a parse tree produced by groupby_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitHaving_clause(Having_clauseContext) | Visit a parse tree produced by having_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitIn_list_expr(In_list_exprContext) | Visit a parse tree produced by in_list_expr().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitIndex_name(Index_nameContext) | Visit a parse tree produced by index_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitIndexed_column(Indexed_columnContext) | Visit a parse tree produced by indexed_column().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitInsert_stmt(Insert_stmtContext) | Visit a parse tree produced by insert_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitJoin_clause(Join_clauseContext) | Visit a parse tree produced by join_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitJoin_constraint(Join_constraintContext) | Visit a parse tree produced by join_constraint().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitJoin_operator(Join_operatorContext) | Visit a parse tree produced by join_operator().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitJoin_right(Join_rightContext) | Visit a parse tree produced by join_right().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitKeyword(KeywordContext) | Visit a parse tree produced by keyword().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitLimit_clause(Limit_clauseContext) | Visit a parse tree produced by limit_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitLiteral_value(Literal_valueContext) | Visit a parse tree produced by literal_value().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitModule_argument(Module_argumentContext) | Visit a parse tree produced by module_argument().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitModule_name(Module_nameContext) | Visit a parse tree produced by module_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitName(NameContext) | Visit a parse tree produced by name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitNot_expr(Not_exprContext) | Visit a parse tree produced by not_expr().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitOrdering_term(Ordering_termContext) | Visit a parse tree produced by ordering_term().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitParse(ParseContext) | Visit a parse tree produced by parse().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitPragma_name(Pragma_nameContext) | Visit a parse tree produced by pragma_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitQualified_table_name(Qualified_table_nameContext) | Visit a parse tree produced by qualified_table_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitRaise_function(Raise_functionContext) | Visit a parse tree produced by raise_function().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitRelease_stmt(Release_stmtContext) | Visit a parse tree produced by release_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitResult_column(Result_columnContext) | Visit a parse tree produced by result_column().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitReturning_clause(Returning_clauseContext) | Visit a parse tree produced by returning_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitRollback_stmt(Rollback_stmtContext) | Visit a parse tree produced by rollback_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSavepoint_name(Savepoint_nameContext) | Visit a parse tree produced by savepoint_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSavepoint_stmt(Savepoint_stmtContext) | Visit a parse tree produced by savepoint_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSelect_core(Select_coreContext) | Visit a parse tree produced by select_core().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSelect_or_values(Select_or_valuesContext) | Visit a parse tree produced by select_or_values().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSelect_stmt(Select_stmtContext) | Visit a parse tree produced by select_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSet_clause(Set_clauseContext) | Visit a parse tree produced by set_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSigned_number(Signed_numberContext) | Visit a parse tree produced by signed_number().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSimple_select_stmt(Simple_select_stmtContext) | Visit a parse tree produced by simple_select_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSql_stmt(Sql_stmtContext) | Visit a parse tree produced by sql_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitSql_stmt_list(Sql_stmt_listContext) | Visit a parse tree produced by sql_stmt_list().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTable_alias(Table_aliasContext) | Visit a parse tree produced by table_alias().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTable_constraint(Table_constraintContext) | Visit a parse tree produced by table_constraint().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTable_name(Table_nameContext) | Visit a parse tree produced by table_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTable_or_index_name(Table_or_index_nameContext) | Visit a parse tree produced by table_or_index_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTable_or_subquery(Table_or_subqueryContext) | Visit a parse tree produced by table_or_subquery().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTop_clause(Top_clauseContext) | Visit a parse tree produced by top_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTransaction_name(Transaction_nameContext) | Visit a parse tree produced by transaction_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitTrigger_name(Trigger_nameContext) | Visit a parse tree produced by trigger_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitType_name(Type_nameContext) | Visit a parse tree produced by type_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitUnary_operator(Unary_operatorContext) | Visit a parse tree produced by unary_operator().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitUpdate_stmt(Update_stmtContext) | Visit a parse tree produced by update_stmt().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitUpdate_stmt_limited(Update_stmt_limitedContext) | Visit a parse tree produced by update_stmt_limited().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitValues_list(Values_listContext) | Visit a parse tree produced by values_list().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitView_name(View_nameContext) | Visit a parse tree produced by view_name().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
VisitWhere_clause(Where_clauseContext) | Visit a parse tree produced by where_clause().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |