[]
        
(Showing Draft Content)

C1.DataConnector.SqlBaseVisitor-1

SqlBaseVisitor<Result> Class

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.

Inheritance
SqlBaseVisitor<Result>
Implements
ISqlVisitor<Result>
IParseTreeVisitor<Result>
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
[CLSCompliant(false)]
public class SqlBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, ISqlVisitor<Result>, IParseTreeVisitor<Result>
<CLSCompliant(False)>
Public Class SqlBaseVisitor(Of Result)
    Inherits AbstractParseTreeVisitor(Of Result)
    Implements ISqlVisitor(Of Result), IParseTreeVisitor(Of Result)
Type Parameters
Name Description
Result

The return type of the visit operation.

Constructors

Name Description
SqlBaseVisitor()

Methods

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.

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 context.