Show / Hide Table of Contents

Class FusionTablesSqlBaseListener

This class provides an empty implementation of IFusionTablesSqlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
FusionTablesSqlBaseListener
Implements
IFusionTablesSqlListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.FusionTables
Assembly: FusionTables.dll
Syntax
public class FusionTablesSqlBaseListener : object, IFusionTablesSqlListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAggregate_exp(FusionTablesSqlParser.Aggregate_expContext)

Enter a parse tree produced by aggregate_exp().

The default implementation does nothing.

Declaration
public virtual void EnterAggregate_exp(FusionTablesSqlParser.Aggregate_expContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Aggregate_expContext context

The parse tree.

| Improve this Doc View Source

EnterAlter_table_stmt(FusionTablesSqlParser.Alter_table_stmtContext)

Enter a parse tree produced by alter_table_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterAlter_table_stmt(FusionTablesSqlParser.Alter_table_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Alter_table_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterAnd_or_or(FusionTablesSqlParser.And_or_orContext)

Enter a parse tree produced by and_or_or().

The default implementation does nothing.

Declaration
public virtual void EnterAnd_or_or(FusionTablesSqlParser.And_or_orContext context)
Parameters
Type Name Description
FusionTablesSqlParser.And_or_orContext context

The parse tree.

| Improve this Doc View Source

EnterCircle(FusionTablesSqlParser.CircleContext)

Enter a parse tree produced by circle().

The default implementation does nothing.

Declaration
public virtual void EnterCircle(FusionTablesSqlParser.CircleContext context)
Parameters
Type Name Description
FusionTablesSqlParser.CircleContext context

The parse tree.

| Improve this Doc View Source

EnterColumn_alias(FusionTablesSqlParser.Column_aliasContext)

Enter a parse tree produced by column_alias().

The default implementation does nothing.

Declaration
public virtual void EnterColumn_alias(FusionTablesSqlParser.Column_aliasContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_aliasContext context

The parse tree.

| Improve this Doc View Source

EnterColumn_assignment(FusionTablesSqlParser.Column_assignmentContext)

Enter a parse tree produced by column_assignment().

The default implementation does nothing.

Declaration
public virtual void EnterColumn_assignment(FusionTablesSqlParser.Column_assignmentContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_assignmentContext context

The parse tree.

| Improve this Doc View Source

EnterColumn_name(FusionTablesSqlParser.Column_nameContext)

Enter a parse tree produced by column_name().

The default implementation does nothing.

Declaration
public virtual void EnterColumn_name(FusionTablesSqlParser.Column_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_nameContext context

The parse tree.

| Improve this Doc View Source

EnterColumn_name_beginning_expr(FusionTablesSqlParser.Column_name_beginning_exprContext)

Enter a parse tree produced by column_name_beginning_expr().

The default implementation does nothing.

Declaration
public virtual void EnterColumn_name_beginning_expr(FusionTablesSqlParser.Column_name_beginning_exprContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_name_beginning_exprContext context

The parse tree.

| Improve this Doc View Source

EnterColumn_name_in_dml(FusionTablesSqlParser.Column_name_in_dmlContext)

Enter a parse tree produced by column_name_in_dml().

The default implementation does nothing.

Declaration
public virtual void EnterColumn_name_in_dml(FusionTablesSqlParser.Column_name_in_dmlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_name_in_dmlContext context

The parse tree.

| Improve this Doc View Source

EnterCoordinate(FusionTablesSqlParser.CoordinateContext)

Enter a parse tree produced by coordinate().

The default implementation does nothing.

Declaration
public virtual void EnterCoordinate(FusionTablesSqlParser.CoordinateContext context)
Parameters
Type Name Description
FusionTablesSqlParser.CoordinateContext context

The parse tree.

| Improve this Doc View Source

EnterCreate_table_as_select_stmt(FusionTablesSqlParser.Create_table_as_select_stmtContext)

Enter a parse tree produced by create_table_as_select_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterCreate_table_as_select_stmt(FusionTablesSqlParser.Create_table_as_select_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Create_table_as_select_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterCreate_view_stmt(FusionTablesSqlParser.Create_view_stmtContext)

Enter a parse tree produced by create_view_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterCreate_view_stmt(FusionTablesSqlParser.Create_view_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Create_view_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterDelete_stmt(FusionTablesSqlParser.Delete_stmtContext)

Enter a parse tree produced by delete_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterDelete_stmt(FusionTablesSqlParser.Delete_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Delete_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterDescribe_stmt(FusionTablesSqlParser.Describe_stmtContext)

Enter a parse tree produced by describe_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterDescribe_stmt(FusionTablesSqlParser.Describe_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Describe_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterDrop_table_stmt(FusionTablesSqlParser.Drop_table_stmtContext)

Enter a parse tree produced by drop_table_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterDrop_table_stmt(FusionTablesSqlParser.Drop_table_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Drop_table_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterEq_comparison(FusionTablesSqlParser.Eq_comparisonContext)

Enter a parse tree produced by eq_comparison().

The default implementation does nothing.

Declaration
public virtual void EnterEq_comparison(FusionTablesSqlParser.Eq_comparisonContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Eq_comparisonContext context

The parse tree.

| Improve this Doc View Source

EnterError_message(FusionTablesSqlParser.Error_messageContext)

Enter a parse tree produced by error_message().

The default implementation does nothing.

Declaration
public virtual void EnterError_message(FusionTablesSqlParser.Error_messageContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Error_messageContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExpr(FusionTablesSqlParser.ExprContext)

Enter a parse tree produced by expr().

The default implementation does nothing.

Declaration
public virtual void EnterExpr(FusionTablesSqlParser.ExprContext context)
Parameters
Type Name Description
FusionTablesSqlParser.ExprContext context

The parse tree.

| Improve this Doc View Source

EnterFusionTablesSql(FusionTablesSqlParser.FusionTablesSqlContext)

Enter a parse tree produced by fusionTablesSql().

The default implementation does nothing.

Declaration
public virtual void EnterFusionTablesSql(FusionTablesSqlParser.FusionTablesSqlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.FusionTablesSqlContext context

The parse tree.

| Improve this Doc View Source

EnterGeometry(FusionTablesSqlParser.GeometryContext)

Enter a parse tree produced by geometry().

The default implementation does nothing.

Declaration
public virtual void EnterGeometry(FusionTablesSqlParser.GeometryContext context)
Parameters
Type Name Description
FusionTablesSqlParser.GeometryContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(FusionTablesSqlParser.IdentifierContext)

Enter a parse tree produced by identifier().

The default implementation does nothing.

Declaration
public virtual void EnterIdentifier(FusionTablesSqlParser.IdentifierContext context)
Parameters
Type Name Description
FusionTablesSqlParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterInsert_stmt(FusionTablesSqlParser.Insert_stmtContext)

Enter a parse tree produced by insert_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterInsert_stmt(FusionTablesSqlParser.Insert_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Insert_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterJoin_clause(FusionTablesSqlParser.Join_clauseContext)

Enter a parse tree produced by join_clause().

The default implementation does nothing.

Declaration
public virtual void EnterJoin_clause(FusionTablesSqlParser.Join_clauseContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Join_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterKeyword(FusionTablesSqlParser.KeywordContext)

Enter a parse tree produced by keyword().

The default implementation does nothing.

Declaration
public virtual void EnterKeyword(FusionTablesSqlParser.KeywordContext context)
Parameters
Type Name Description
FusionTablesSqlParser.KeywordContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(FusionTablesSqlParser.LiteralContext)

Enter a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void EnterLiteral(FusionTablesSqlParser.LiteralContext context)
Parameters
Type Name Description
FusionTablesSqlParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterNew_table_name(FusionTablesSqlParser.New_table_nameContext)

Enter a parse tree produced by new_table_name().

The default implementation does nothing.

Declaration
public virtual void EnterNew_table_name(FusionTablesSqlParser.New_table_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.New_table_nameContext context

The parse tree.

| Improve this Doc View Source

EnterNumeric_literal(FusionTablesSqlParser.Numeric_literalContext)

Enter a parse tree produced by numeric_literal().

The default implementation does nothing.

Declaration
public virtual void EnterNumeric_literal(FusionTablesSqlParser.Numeric_literalContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Numeric_literalContext context

The parse tree.

| Improve this Doc View Source

EnterOperator_(FusionTablesSqlParser.Operator_Context)

Enter a parse tree produced by operator_().

The default implementation does nothing.

Declaration
public virtual void EnterOperator_(FusionTablesSqlParser.Operator_Context context)
Parameters
Type Name Description
FusionTablesSqlParser.Operator_Context context

The parse tree.

| Improve this Doc View Source

EnterOrdering_term(FusionTablesSqlParser.Ordering_termContext)

Enter a parse tree produced by ordering_term().

The default implementation does nothing.

Declaration
public virtual void EnterOrdering_term(FusionTablesSqlParser.Ordering_termContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Ordering_termContext context

The parse tree.

| Improve this Doc View Source

EnterQualified_column_name(FusionTablesSqlParser.Qualified_column_nameContext)

Enter a parse tree produced by qualified_column_name().

The default implementation does nothing.

Declaration
public virtual void EnterQualified_column_name(FusionTablesSqlParser.Qualified_column_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Qualified_column_nameContext context

The parse tree.

| Improve this Doc View Source

EnterRectangle(FusionTablesSqlParser.RectangleContext)

Enter a parse tree produced by rectangle().

The default implementation does nothing.

Declaration
public virtual void EnterRectangle(FusionTablesSqlParser.RectangleContext context)
Parameters
Type Name Description
FusionTablesSqlParser.RectangleContext context

The parse tree.

| Improve this Doc View Source

EnterResult_column(FusionTablesSqlParser.Result_columnContext)

Enter a parse tree produced by result_column().

The default implementation does nothing.

Declaration
public virtual void EnterResult_column(FusionTablesSqlParser.Result_columnContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Result_columnContext context

The parse tree.

| Improve this Doc View Source

EnterSelect_stmt(FusionTablesSqlParser.Select_stmtContext)

Enter a parse tree produced by select_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterSelect_stmt(FusionTablesSqlParser.Select_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Select_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterShow_tables_stmt(FusionTablesSqlParser.Show_tables_stmtContext)

Enter a parse tree produced by show_tables_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterShow_tables_stmt(FusionTablesSqlParser.Show_tables_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Show_tables_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterSql_stmt(FusionTablesSqlParser.Sql_stmtContext)

Enter a parse tree produced by sql_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterSql_stmt(FusionTablesSqlParser.Sql_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Sql_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterString_literal(FusionTablesSqlParser.String_literalContext)

Enter a parse tree produced by string_literal().

The default implementation does nothing.

Declaration
public virtual void EnterString_literal(FusionTablesSqlParser.String_literalContext context)
Parameters
Type Name Description
FusionTablesSqlParser.String_literalContext context

The parse tree.

| Improve this Doc View Source

EnterTable_alias(FusionTablesSqlParser.Table_aliasContext)

Enter a parse tree produced by table_alias().

The default implementation does nothing.

Declaration
public virtual void EnterTable_alias(FusionTablesSqlParser.Table_aliasContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_aliasContext context

The parse tree.

| Improve this Doc View Source

EnterTable_name(FusionTablesSqlParser.Table_nameContext)

Enter a parse tree produced by table_name().

The default implementation does nothing.

Declaration
public virtual void EnterTable_name(FusionTablesSqlParser.Table_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_nameContext context

The parse tree.

| Improve this Doc View Source

EnterTable_name_in_ddl(FusionTablesSqlParser.Table_name_in_ddlContext)

Enter a parse tree produced by table_name_in_ddl().

The default implementation does nothing.

Declaration
public virtual void EnterTable_name_in_ddl(FusionTablesSqlParser.Table_name_in_ddlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_name_in_ddlContext context

The parse tree.

| Improve this Doc View Source

EnterTable_name_in_dml(FusionTablesSqlParser.Table_name_in_dmlContext)

Enter a parse tree produced by table_name_in_dml().

The default implementation does nothing.

Declaration
public virtual void EnterTable_name_in_dml(FusionTablesSqlParser.Table_name_in_dmlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_name_in_dmlContext context

The parse tree.

| Improve this Doc View Source

EnterTable_name_with_alias(FusionTablesSqlParser.Table_name_with_aliasContext)

Enter a parse tree produced by table_name_with_alias().

The default implementation does nothing.

Declaration
public virtual void EnterTable_name_with_alias(FusionTablesSqlParser.Table_name_with_aliasContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_name_with_aliasContext context

The parse tree.

| Improve this Doc View Source

EnterUpdate_stmt(FusionTablesSqlParser.Update_stmtContext)

Enter a parse tree produced by update_stmt().

The default implementation does nothing.

Declaration
public virtual void EnterUpdate_stmt(FusionTablesSqlParser.Update_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Update_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterView_name(FusionTablesSqlParser.View_nameContext)

Enter a parse tree produced by view_name().

The default implementation does nothing.

Declaration
public virtual void EnterView_name(FusionTablesSqlParser.View_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.View_nameContext context

The parse tree.

| Improve this Doc View Source

ExitAggregate_exp(FusionTablesSqlParser.Aggregate_expContext)

Exit a parse tree produced by aggregate_exp().

The default implementation does nothing.

Declaration
public virtual void ExitAggregate_exp(FusionTablesSqlParser.Aggregate_expContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Aggregate_expContext context

The parse tree.

| Improve this Doc View Source

ExitAlter_table_stmt(FusionTablesSqlParser.Alter_table_stmtContext)

Exit a parse tree produced by alter_table_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitAlter_table_stmt(FusionTablesSqlParser.Alter_table_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Alter_table_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitAnd_or_or(FusionTablesSqlParser.And_or_orContext)

Exit a parse tree produced by and_or_or().

The default implementation does nothing.

Declaration
public virtual void ExitAnd_or_or(FusionTablesSqlParser.And_or_orContext context)
Parameters
Type Name Description
FusionTablesSqlParser.And_or_orContext context

The parse tree.

| Improve this Doc View Source

ExitCircle(FusionTablesSqlParser.CircleContext)

Exit a parse tree produced by circle().

The default implementation does nothing.

Declaration
public virtual void ExitCircle(FusionTablesSqlParser.CircleContext context)
Parameters
Type Name Description
FusionTablesSqlParser.CircleContext context

The parse tree.

| Improve this Doc View Source

ExitColumn_alias(FusionTablesSqlParser.Column_aliasContext)

Exit a parse tree produced by column_alias().

The default implementation does nothing.

Declaration
public virtual void ExitColumn_alias(FusionTablesSqlParser.Column_aliasContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_aliasContext context

The parse tree.

| Improve this Doc View Source

ExitColumn_assignment(FusionTablesSqlParser.Column_assignmentContext)

Exit a parse tree produced by column_assignment().

The default implementation does nothing.

Declaration
public virtual void ExitColumn_assignment(FusionTablesSqlParser.Column_assignmentContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_assignmentContext context

The parse tree.

| Improve this Doc View Source

ExitColumn_name(FusionTablesSqlParser.Column_nameContext)

Exit a parse tree produced by column_name().

The default implementation does nothing.

Declaration
public virtual void ExitColumn_name(FusionTablesSqlParser.Column_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_nameContext context

The parse tree.

| Improve this Doc View Source

ExitColumn_name_beginning_expr(FusionTablesSqlParser.Column_name_beginning_exprContext)

Exit a parse tree produced by column_name_beginning_expr().

The default implementation does nothing.

Declaration
public virtual void ExitColumn_name_beginning_expr(FusionTablesSqlParser.Column_name_beginning_exprContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_name_beginning_exprContext context

The parse tree.

| Improve this Doc View Source

ExitColumn_name_in_dml(FusionTablesSqlParser.Column_name_in_dmlContext)

Exit a parse tree produced by column_name_in_dml().

The default implementation does nothing.

Declaration
public virtual void ExitColumn_name_in_dml(FusionTablesSqlParser.Column_name_in_dmlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Column_name_in_dmlContext context

The parse tree.

| Improve this Doc View Source

ExitCoordinate(FusionTablesSqlParser.CoordinateContext)

Exit a parse tree produced by coordinate().

The default implementation does nothing.

Declaration
public virtual void ExitCoordinate(FusionTablesSqlParser.CoordinateContext context)
Parameters
Type Name Description
FusionTablesSqlParser.CoordinateContext context

The parse tree.

| Improve this Doc View Source

ExitCreate_table_as_select_stmt(FusionTablesSqlParser.Create_table_as_select_stmtContext)

Exit a parse tree produced by create_table_as_select_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitCreate_table_as_select_stmt(FusionTablesSqlParser.Create_table_as_select_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Create_table_as_select_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitCreate_view_stmt(FusionTablesSqlParser.Create_view_stmtContext)

Exit a parse tree produced by create_view_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitCreate_view_stmt(FusionTablesSqlParser.Create_view_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Create_view_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitDelete_stmt(FusionTablesSqlParser.Delete_stmtContext)

Exit a parse tree produced by delete_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitDelete_stmt(FusionTablesSqlParser.Delete_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Delete_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitDescribe_stmt(FusionTablesSqlParser.Describe_stmtContext)

Exit a parse tree produced by describe_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitDescribe_stmt(FusionTablesSqlParser.Describe_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Describe_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitDrop_table_stmt(FusionTablesSqlParser.Drop_table_stmtContext)

Exit a parse tree produced by drop_table_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitDrop_table_stmt(FusionTablesSqlParser.Drop_table_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Drop_table_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitEq_comparison(FusionTablesSqlParser.Eq_comparisonContext)

Exit a parse tree produced by eq_comparison().

The default implementation does nothing.

Declaration
public virtual void ExitEq_comparison(FusionTablesSqlParser.Eq_comparisonContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Eq_comparisonContext context

The parse tree.

| Improve this Doc View Source

ExitError_message(FusionTablesSqlParser.Error_messageContext)

Exit a parse tree produced by error_message().

The default implementation does nothing.

Declaration
public virtual void ExitError_message(FusionTablesSqlParser.Error_messageContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Error_messageContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExpr(FusionTablesSqlParser.ExprContext)

Exit a parse tree produced by expr().

The default implementation does nothing.

Declaration
public virtual void ExitExpr(FusionTablesSqlParser.ExprContext context)
Parameters
Type Name Description
FusionTablesSqlParser.ExprContext context

The parse tree.

| Improve this Doc View Source

ExitFusionTablesSql(FusionTablesSqlParser.FusionTablesSqlContext)

Exit a parse tree produced by fusionTablesSql().

The default implementation does nothing.

Declaration
public virtual void ExitFusionTablesSql(FusionTablesSqlParser.FusionTablesSqlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.FusionTablesSqlContext context

The parse tree.

| Improve this Doc View Source

ExitGeometry(FusionTablesSqlParser.GeometryContext)

Exit a parse tree produced by geometry().

The default implementation does nothing.

Declaration
public virtual void ExitGeometry(FusionTablesSqlParser.GeometryContext context)
Parameters
Type Name Description
FusionTablesSqlParser.GeometryContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(FusionTablesSqlParser.IdentifierContext)

Exit a parse tree produced by identifier().

The default implementation does nothing.

Declaration
public virtual void ExitIdentifier(FusionTablesSqlParser.IdentifierContext context)
Parameters
Type Name Description
FusionTablesSqlParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitInsert_stmt(FusionTablesSqlParser.Insert_stmtContext)

Exit a parse tree produced by insert_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitInsert_stmt(FusionTablesSqlParser.Insert_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Insert_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitJoin_clause(FusionTablesSqlParser.Join_clauseContext)

Exit a parse tree produced by join_clause().

The default implementation does nothing.

Declaration
public virtual void ExitJoin_clause(FusionTablesSqlParser.Join_clauseContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Join_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitKeyword(FusionTablesSqlParser.KeywordContext)

Exit a parse tree produced by keyword().

The default implementation does nothing.

Declaration
public virtual void ExitKeyword(FusionTablesSqlParser.KeywordContext context)
Parameters
Type Name Description
FusionTablesSqlParser.KeywordContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(FusionTablesSqlParser.LiteralContext)

Exit a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void ExitLiteral(FusionTablesSqlParser.LiteralContext context)
Parameters
Type Name Description
FusionTablesSqlParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitNew_table_name(FusionTablesSqlParser.New_table_nameContext)

Exit a parse tree produced by new_table_name().

The default implementation does nothing.

Declaration
public virtual void ExitNew_table_name(FusionTablesSqlParser.New_table_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.New_table_nameContext context

The parse tree.

| Improve this Doc View Source

ExitNumeric_literal(FusionTablesSqlParser.Numeric_literalContext)

Exit a parse tree produced by numeric_literal().

The default implementation does nothing.

Declaration
public virtual void ExitNumeric_literal(FusionTablesSqlParser.Numeric_literalContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Numeric_literalContext context

The parse tree.

| Improve this Doc View Source

ExitOperator_(FusionTablesSqlParser.Operator_Context)

Exit a parse tree produced by operator_().

The default implementation does nothing.

Declaration
public virtual void ExitOperator_(FusionTablesSqlParser.Operator_Context context)
Parameters
Type Name Description
FusionTablesSqlParser.Operator_Context context

The parse tree.

| Improve this Doc View Source

ExitOrdering_term(FusionTablesSqlParser.Ordering_termContext)

Exit a parse tree produced by ordering_term().

The default implementation does nothing.

Declaration
public virtual void ExitOrdering_term(FusionTablesSqlParser.Ordering_termContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Ordering_termContext context

The parse tree.

| Improve this Doc View Source

ExitQualified_column_name(FusionTablesSqlParser.Qualified_column_nameContext)

Exit a parse tree produced by qualified_column_name().

The default implementation does nothing.

Declaration
public virtual void ExitQualified_column_name(FusionTablesSqlParser.Qualified_column_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Qualified_column_nameContext context

The parse tree.

| Improve this Doc View Source

ExitRectangle(FusionTablesSqlParser.RectangleContext)

Exit a parse tree produced by rectangle().

The default implementation does nothing.

Declaration
public virtual void ExitRectangle(FusionTablesSqlParser.RectangleContext context)
Parameters
Type Name Description
FusionTablesSqlParser.RectangleContext context

The parse tree.

| Improve this Doc View Source

ExitResult_column(FusionTablesSqlParser.Result_columnContext)

Exit a parse tree produced by result_column().

The default implementation does nothing.

Declaration
public virtual void ExitResult_column(FusionTablesSqlParser.Result_columnContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Result_columnContext context

The parse tree.

| Improve this Doc View Source

ExitSelect_stmt(FusionTablesSqlParser.Select_stmtContext)

Exit a parse tree produced by select_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitSelect_stmt(FusionTablesSqlParser.Select_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Select_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitShow_tables_stmt(FusionTablesSqlParser.Show_tables_stmtContext)

Exit a parse tree produced by show_tables_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitShow_tables_stmt(FusionTablesSqlParser.Show_tables_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Show_tables_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitSql_stmt(FusionTablesSqlParser.Sql_stmtContext)

Exit a parse tree produced by sql_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitSql_stmt(FusionTablesSqlParser.Sql_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Sql_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitString_literal(FusionTablesSqlParser.String_literalContext)

Exit a parse tree produced by string_literal().

The default implementation does nothing.

Declaration
public virtual void ExitString_literal(FusionTablesSqlParser.String_literalContext context)
Parameters
Type Name Description
FusionTablesSqlParser.String_literalContext context

The parse tree.

| Improve this Doc View Source

ExitTable_alias(FusionTablesSqlParser.Table_aliasContext)

Exit a parse tree produced by table_alias().

The default implementation does nothing.

Declaration
public virtual void ExitTable_alias(FusionTablesSqlParser.Table_aliasContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_aliasContext context

The parse tree.

| Improve this Doc View Source

ExitTable_name(FusionTablesSqlParser.Table_nameContext)

Exit a parse tree produced by table_name().

The default implementation does nothing.

Declaration
public virtual void ExitTable_name(FusionTablesSqlParser.Table_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_nameContext context

The parse tree.

| Improve this Doc View Source

ExitTable_name_in_ddl(FusionTablesSqlParser.Table_name_in_ddlContext)

Exit a parse tree produced by table_name_in_ddl().

The default implementation does nothing.

Declaration
public virtual void ExitTable_name_in_ddl(FusionTablesSqlParser.Table_name_in_ddlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_name_in_ddlContext context

The parse tree.

| Improve this Doc View Source

ExitTable_name_in_dml(FusionTablesSqlParser.Table_name_in_dmlContext)

Exit a parse tree produced by table_name_in_dml().

The default implementation does nothing.

Declaration
public virtual void ExitTable_name_in_dml(FusionTablesSqlParser.Table_name_in_dmlContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_name_in_dmlContext context

The parse tree.

| Improve this Doc View Source

ExitTable_name_with_alias(FusionTablesSqlParser.Table_name_with_aliasContext)

Exit a parse tree produced by table_name_with_alias().

The default implementation does nothing.

Declaration
public virtual void ExitTable_name_with_alias(FusionTablesSqlParser.Table_name_with_aliasContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Table_name_with_aliasContext context

The parse tree.

| Improve this Doc View Source

ExitUpdate_stmt(FusionTablesSqlParser.Update_stmtContext)

Exit a parse tree produced by update_stmt().

The default implementation does nothing.

Declaration
public virtual void ExitUpdate_stmt(FusionTablesSqlParser.Update_stmtContext context)
Parameters
Type Name Description
FusionTablesSqlParser.Update_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitView_name(FusionTablesSqlParser.View_nameContext)

Exit a parse tree produced by view_name().

The default implementation does nothing.

Declaration
public virtual void ExitView_name(FusionTablesSqlParser.View_nameContext context)
Parameters
Type Name Description
FusionTablesSqlParser.View_nameContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IFusionTablesSqlListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX