Show / Hide Table of Contents

Interface IFusionTablesSqlListener

This interface defines a complete listener for a parse tree produced by FusionTablesSqlParser.

Namespace: GCore.Antlr.Grammers.FusionTables
Assembly: FusionTables.dll
Syntax
public interface IFusionTablesSqlListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAggregate_exp(FusionTablesSqlParser.Aggregate_expContext)

Enter a parse tree produced by aggregate_exp().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

| Improve this Doc View Source

EnterExpr(FusionTablesSqlParser.ExprContext)

Enter a parse tree produced by expr().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

| Improve this Doc View Source

ExitExpr(FusionTablesSqlParser.ExprContext)

Exit a parse tree produced by expr().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX