Class FusionTablesSqlParser.Sql_stmtContext
Inheritance
System.Object
FusionTablesSqlParser.Sql_stmtContext
Assembly: FusionTables.dll
Syntax
public class Sql_stmtContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
Sql_stmtContext(ParserRuleContext, Int32)
Declaration
public Sql_stmtContext(ParserRuleContext parent, int invokingState)
Parameters
Type |
Name |
Description |
ParserRuleContext |
parent |
|
System.Int32 |
invokingState |
|
Properties
|
Improve this Doc
View Source
RuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Accept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type |
Name |
Description |
IParseTreeVisitor<TResult> |
visitor |
|
Returns
Type Parameters
|
Improve this Doc
View Source
alter_table_stmt()
Declaration
public FusionTablesSqlParser.Alter_table_stmtContext alter_table_stmt()
Returns
|
Improve this Doc
View Source
create_table_as_select_stmt()
Declaration
public FusionTablesSqlParser.Create_table_as_select_stmtContext create_table_as_select_stmt()
Returns
|
Improve this Doc
View Source
create_view_stmt()
Declaration
public FusionTablesSqlParser.Create_view_stmtContext create_view_stmt()
Returns
|
Improve this Doc
View Source
delete_stmt()
Declaration
public FusionTablesSqlParser.Delete_stmtContext delete_stmt()
Returns
|
Improve this Doc
View Source
describe_stmt()
Declaration
public FusionTablesSqlParser.Describe_stmtContext describe_stmt()
Returns
|
Improve this Doc
View Source
drop_table_stmt()
Declaration
public FusionTablesSqlParser.Drop_table_stmtContext drop_table_stmt()
Returns
|
Improve this Doc
View Source
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
insert_stmt()
Declaration
public FusionTablesSqlParser.Insert_stmtContext insert_stmt()
Returns
|
Improve this Doc
View Source
select_stmt()
Declaration
public FusionTablesSqlParser.Select_stmtContext select_stmt()
Returns
|
Improve this Doc
View Source
show_tables_stmt()
Declaration
public FusionTablesSqlParser.Show_tables_stmtContext show_tables_stmt()
Returns
|
Improve this Doc
View Source
update_stmt()
Declaration
public FusionTablesSqlParser.Update_stmtContext update_stmt()
Returns