Documentation
¶
Index ¶
- Constants
- type AdministrationStatementContext
- func (s *AdministrationStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AdministrationStatementContext) AlterUser() IAlterUserContext
- func (s *AdministrationStatementContext) AnalyzeTable() IAnalyzeTableContext
- func (s *AdministrationStatementContext) BinlogStatement() IBinlogStatementContext
- func (s *AdministrationStatementContext) CacheIndexStatement() ICacheIndexStatementContext
- func (s *AdministrationStatementContext) CheckTable() ICheckTableContext
- func (s *AdministrationStatementContext) ChecksumTable() IChecksumTableContext
- func (s *AdministrationStatementContext) CreateUdfunction() ICreateUdfunctionContext
- func (s *AdministrationStatementContext) CreateUser() ICreateUserContext
- func (s *AdministrationStatementContext) DropUser() IDropUserContext
- func (s *AdministrationStatementContext) FlushStatement() IFlushStatementContext
- func (s *AdministrationStatementContext) GetParser() antlr.Parser
- func (s *AdministrationStatementContext) GetRuleContext() antlr.RuleContext
- func (s *AdministrationStatementContext) GrantProxy() IGrantProxyContext
- func (s *AdministrationStatementContext) GrantStatement() IGrantStatementContext
- func (s *AdministrationStatementContext) InstallPlugin() IInstallPluginContext
- func (*AdministrationStatementContext) IsAdministrationStatementContext()
- func (s *AdministrationStatementContext) KillStatement() IKillStatementContext
- func (s *AdministrationStatementContext) LoadIndexIntoCache() ILoadIndexIntoCacheContext
- func (s *AdministrationStatementContext) OptimizeTable() IOptimizeTableContext
- func (s *AdministrationStatementContext) RenameUser() IRenameUserContext
- func (s *AdministrationStatementContext) RepairTable() IRepairTableContext
- func (s *AdministrationStatementContext) ResetStatement() IResetStatementContext
- func (s *AdministrationStatementContext) RevokeProxy() IRevokeProxyContext
- func (s *AdministrationStatementContext) RevokeStatement() IRevokeStatementContext
- func (s *AdministrationStatementContext) SetStatement() ISetStatementContext
- func (s *AdministrationStatementContext) ShowStatement() IShowStatementContext
- func (s *AdministrationStatementContext) ShutdownStatement() IShutdownStatementContext
- func (s *AdministrationStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AdministrationStatementContext) UninstallPlugin() IUninstallPluginContext
- type AggregateFunctionCallContext
- type AggregateWindowedFunctionContext
- func (s *AggregateWindowedFunctionContext) ALL() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) AVG() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AggregateWindowedFunctionContext) AllCOMMA() []antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) AllOrderByExpression() []IOrderByExpressionContext
- func (s *AggregateWindowedFunctionContext) BIT_AND() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) BIT_OR() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) BIT_XOR() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) BY() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) COMMA(i int) antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) COUNT() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) DISTINCT() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) FunctionArg() IFunctionArgContext
- func (s *AggregateWindowedFunctionContext) FunctionArgs() IFunctionArgsContext
- func (s *AggregateWindowedFunctionContext) GROUP_CONCAT() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) GetAggregator() antlr.Token
- func (s *AggregateWindowedFunctionContext) GetParser() antlr.Parser
- func (s *AggregateWindowedFunctionContext) GetRuleContext() antlr.RuleContext
- func (s *AggregateWindowedFunctionContext) GetSeparator() antlr.Token
- func (s *AggregateWindowedFunctionContext) GetStarArg() antlr.Token
- func (*AggregateWindowedFunctionContext) IsAggregateWindowedFunctionContext()
- func (s *AggregateWindowedFunctionContext) LR_BRACKET() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) MAX() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) MIN() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) ORDER() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) OrderByExpression(i int) IOrderByExpressionContext
- func (s *AggregateWindowedFunctionContext) RR_BRACKET() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) SEPARATOR() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) STAR() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) STD() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) STDDEV() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) STDDEV_POP() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) STDDEV_SAMP() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) SUM() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) SetAggregator(v antlr.Token)
- func (s *AggregateWindowedFunctionContext) SetSeparator(v antlr.Token)
- func (s *AggregateWindowedFunctionContext) SetStarArg(v antlr.Token)
- func (s *AggregateWindowedFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AggregateWindowedFunctionContext) VARIANCE() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) VAR_POP() antlr.TerminalNode
- func (s *AggregateWindowedFunctionContext) VAR_SAMP() antlr.TerminalNode
- type AlterByAddCheckTableConstraintContext
- func (s *AlterByAddCheckTableConstraintContext) ADD() antlr.TerminalNode
- func (s *AlterByAddCheckTableConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddCheckTableConstraintContext) CHECK() antlr.TerminalNode
- func (s *AlterByAddCheckTableConstraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *AlterByAddCheckTableConstraintContext) Expression() IExpressionContext
- func (s *AlterByAddCheckTableConstraintContext) GetName() IUidContext
- func (s *AlterByAddCheckTableConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddCheckTableConstraintContext) LR_BRACKET() antlr.TerminalNode
- func (s *AlterByAddCheckTableConstraintContext) RR_BRACKET() antlr.TerminalNode
- func (s *AlterByAddCheckTableConstraintContext) SetName(v IUidContext)
- func (s *AlterByAddCheckTableConstraintContext) Uid() IUidContext
- type AlterByAddColumnContext
- func (s *AlterByAddColumnContext) ADD() antlr.TerminalNode
- func (s *AlterByAddColumnContext) AFTER() antlr.TerminalNode
- func (s *AlterByAddColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddColumnContext) AllUid() []IUidContext
- func (s *AlterByAddColumnContext) COLUMN() antlr.TerminalNode
- func (s *AlterByAddColumnContext) ColumnDefinition() IColumnDefinitionContext
- func (s *AlterByAddColumnContext) FIRST() antlr.TerminalNode
- func (s *AlterByAddColumnContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddColumnContext) Uid(i int) IUidContext
- type AlterByAddColumnsContext
- func (s *AlterByAddColumnsContext) ADD() antlr.TerminalNode
- func (s *AlterByAddColumnsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddColumnsContext) AllCOMMA() []antlr.TerminalNode
- func (s *AlterByAddColumnsContext) AllColumnDefinition() []IColumnDefinitionContext
- func (s *AlterByAddColumnsContext) AllUid() []IUidContext
- func (s *AlterByAddColumnsContext) COLUMN() antlr.TerminalNode
- func (s *AlterByAddColumnsContext) COMMA(i int) antlr.TerminalNode
- func (s *AlterByAddColumnsContext) ColumnDefinition(i int) IColumnDefinitionContext
- func (s *AlterByAddColumnsContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddColumnsContext) LR_BRACKET() antlr.TerminalNode
- func (s *AlterByAddColumnsContext) RR_BRACKET() antlr.TerminalNode
- func (s *AlterByAddColumnsContext) Uid(i int) IUidContext
- type AlterByAddForeignKeyContext
- func (s *AlterByAddForeignKeyContext) ADD() antlr.TerminalNode
- func (s *AlterByAddForeignKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddForeignKeyContext) AllUid() []IUidContext
- func (s *AlterByAddForeignKeyContext) CONSTRAINT() antlr.TerminalNode
- func (s *AlterByAddForeignKeyContext) FOREIGN() antlr.TerminalNode
- func (s *AlterByAddForeignKeyContext) GetIndexName() IUidContext
- func (s *AlterByAddForeignKeyContext) GetName() IUidContext
- func (s *AlterByAddForeignKeyContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddForeignKeyContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *AlterByAddForeignKeyContext) KEY() antlr.TerminalNode
- func (s *AlterByAddForeignKeyContext) ReferenceDefinition() IReferenceDefinitionContext
- func (s *AlterByAddForeignKeyContext) SetIndexName(v IUidContext)
- func (s *AlterByAddForeignKeyContext) SetName(v IUidContext)
- func (s *AlterByAddForeignKeyContext) Uid(i int) IUidContext
- type AlterByAddIndexContext
- func (s *AlterByAddIndexContext) ADD() antlr.TerminalNode
- func (s *AlterByAddIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddIndexContext) AllIndexOption() []IIndexOptionContext
- func (s *AlterByAddIndexContext) GetIndexFormat() antlr.Token
- func (s *AlterByAddIndexContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddIndexContext) INDEX() antlr.TerminalNode
- func (s *AlterByAddIndexContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *AlterByAddIndexContext) IndexOption(i int) IIndexOptionContext
- func (s *AlterByAddIndexContext) IndexType() IIndexTypeContext
- func (s *AlterByAddIndexContext) KEY() antlr.TerminalNode
- func (s *AlterByAddIndexContext) SetIndexFormat(v antlr.Token)
- func (s *AlterByAddIndexContext) Uid() IUidContext
- type AlterByAddPartitionContext
- func (s *AlterByAddPartitionContext) ADD() antlr.TerminalNode
- func (s *AlterByAddPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddPartitionContext) AllCOMMA() []antlr.TerminalNode
- func (s *AlterByAddPartitionContext) AllPartitionDefinition() []IPartitionDefinitionContext
- func (s *AlterByAddPartitionContext) COMMA(i int) antlr.TerminalNode
- func (s *AlterByAddPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddPartitionContext) LR_BRACKET() antlr.TerminalNode
- func (s *AlterByAddPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByAddPartitionContext) PartitionDefinition(i int) IPartitionDefinitionContext
- func (s *AlterByAddPartitionContext) RR_BRACKET() antlr.TerminalNode
- type AlterByAddPrimaryKeyContext
- func (s *AlterByAddPrimaryKeyContext) ADD() antlr.TerminalNode
- func (s *AlterByAddPrimaryKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddPrimaryKeyContext) AllIndexOption() []IIndexOptionContext
- func (s *AlterByAddPrimaryKeyContext) AllUid() []IUidContext
- func (s *AlterByAddPrimaryKeyContext) CONSTRAINT() antlr.TerminalNode
- func (s *AlterByAddPrimaryKeyContext) GetIndex() IUidContext
- func (s *AlterByAddPrimaryKeyContext) GetName() IUidContext
- func (s *AlterByAddPrimaryKeyContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddPrimaryKeyContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *AlterByAddPrimaryKeyContext) IndexOption(i int) IIndexOptionContext
- func (s *AlterByAddPrimaryKeyContext) IndexType() IIndexTypeContext
- func (s *AlterByAddPrimaryKeyContext) KEY() antlr.TerminalNode
- func (s *AlterByAddPrimaryKeyContext) PRIMARY() antlr.TerminalNode
- func (s *AlterByAddPrimaryKeyContext) SetIndex(v IUidContext)
- func (s *AlterByAddPrimaryKeyContext) SetName(v IUidContext)
- func (s *AlterByAddPrimaryKeyContext) Uid(i int) IUidContext
- type AlterByAddSpecialIndexContext
- func (s *AlterByAddSpecialIndexContext) ADD() antlr.TerminalNode
- func (s *AlterByAddSpecialIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddSpecialIndexContext) AllIndexOption() []IIndexOptionContext
- func (s *AlterByAddSpecialIndexContext) FULLTEXT() antlr.TerminalNode
- func (s *AlterByAddSpecialIndexContext) GetIndexFormat() antlr.Token
- func (s *AlterByAddSpecialIndexContext) GetKeyType() antlr.Token
- func (s *AlterByAddSpecialIndexContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddSpecialIndexContext) INDEX() antlr.TerminalNode
- func (s *AlterByAddSpecialIndexContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *AlterByAddSpecialIndexContext) IndexOption(i int) IIndexOptionContext
- func (s *AlterByAddSpecialIndexContext) KEY() antlr.TerminalNode
- func (s *AlterByAddSpecialIndexContext) SPATIAL() antlr.TerminalNode
- func (s *AlterByAddSpecialIndexContext) SetIndexFormat(v antlr.Token)
- func (s *AlterByAddSpecialIndexContext) SetKeyType(v antlr.Token)
- func (s *AlterByAddSpecialIndexContext) Uid() IUidContext
- type AlterByAddUniqueKeyContext
- func (s *AlterByAddUniqueKeyContext) ADD() antlr.TerminalNode
- func (s *AlterByAddUniqueKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAddUniqueKeyContext) AllIndexOption() []IIndexOptionContext
- func (s *AlterByAddUniqueKeyContext) AllUid() []IUidContext
- func (s *AlterByAddUniqueKeyContext) CONSTRAINT() antlr.TerminalNode
- func (s *AlterByAddUniqueKeyContext) GetIndexFormat() antlr.Token
- func (s *AlterByAddUniqueKeyContext) GetIndexName() IUidContext
- func (s *AlterByAddUniqueKeyContext) GetName() IUidContext
- func (s *AlterByAddUniqueKeyContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAddUniqueKeyContext) INDEX() antlr.TerminalNode
- func (s *AlterByAddUniqueKeyContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *AlterByAddUniqueKeyContext) IndexOption(i int) IIndexOptionContext
- func (s *AlterByAddUniqueKeyContext) IndexType() IIndexTypeContext
- func (s *AlterByAddUniqueKeyContext) KEY() antlr.TerminalNode
- func (s *AlterByAddUniqueKeyContext) SetIndexFormat(v antlr.Token)
- func (s *AlterByAddUniqueKeyContext) SetIndexName(v IUidContext)
- func (s *AlterByAddUniqueKeyContext) SetName(v IUidContext)
- func (s *AlterByAddUniqueKeyContext) UNIQUE() antlr.TerminalNode
- func (s *AlterByAddUniqueKeyContext) Uid(i int) IUidContext
- type AlterByAlterIndexVisibilityContext
- func (s *AlterByAlterIndexVisibilityContext) ALTER() antlr.TerminalNode
- func (s *AlterByAlterIndexVisibilityContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAlterIndexVisibilityContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAlterIndexVisibilityContext) INDEX() antlr.TerminalNode
- func (s *AlterByAlterIndexVisibilityContext) INVISIBLE() antlr.TerminalNode
- func (s *AlterByAlterIndexVisibilityContext) Uid() IUidContext
- func (s *AlterByAlterIndexVisibilityContext) VISIBLE() antlr.TerminalNode
- type AlterByAnalyzePartitionContext
- func (s *AlterByAnalyzePartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByAnalyzePartitionContext) ANALYZE() antlr.TerminalNode
- func (s *AlterByAnalyzePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByAnalyzePartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByAnalyzePartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByAnalyzePartitionContext) UidList() IUidListContext
- type AlterByChangeColumnContext
- func (s *AlterByChangeColumnContext) AFTER() antlr.TerminalNode
- func (s *AlterByChangeColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByChangeColumnContext) AllUid() []IUidContext
- func (s *AlterByChangeColumnContext) CHANGE() antlr.TerminalNode
- func (s *AlterByChangeColumnContext) COLUMN() antlr.TerminalNode
- func (s *AlterByChangeColumnContext) ColumnDefinition() IColumnDefinitionContext
- func (s *AlterByChangeColumnContext) FIRST() antlr.TerminalNode
- func (s *AlterByChangeColumnContext) GetAfterColumn() IUidContext
- func (s *AlterByChangeColumnContext) GetNewColumn() IUidContext
- func (s *AlterByChangeColumnContext) GetOldColumn() IUidContext
- func (s *AlterByChangeColumnContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByChangeColumnContext) SetAfterColumn(v IUidContext)
- func (s *AlterByChangeColumnContext) SetNewColumn(v IUidContext)
- func (s *AlterByChangeColumnContext) SetOldColumn(v IUidContext)
- func (s *AlterByChangeColumnContext) Uid(i int) IUidContext
- type AlterByChangeDefaultContext
- func (s *AlterByChangeDefaultContext) ALTER() antlr.TerminalNode
- func (s *AlterByChangeDefaultContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByChangeDefaultContext) COLUMN() antlr.TerminalNode
- func (s *AlterByChangeDefaultContext) DEFAULT() antlr.TerminalNode
- func (s *AlterByChangeDefaultContext) DROP() antlr.TerminalNode
- func (s *AlterByChangeDefaultContext) DefaultValue() IDefaultValueContext
- func (s *AlterByChangeDefaultContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByChangeDefaultContext) SET() antlr.TerminalNode
- func (s *AlterByChangeDefaultContext) Uid() IUidContext
- type AlterByCheckPartitionContext
- func (s *AlterByCheckPartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByCheckPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByCheckPartitionContext) CHECK() antlr.TerminalNode
- func (s *AlterByCheckPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByCheckPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByCheckPartitionContext) UidList() IUidListContext
- type AlterByCoalescePartitionContext
- func (s *AlterByCoalescePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByCoalescePartitionContext) COALESCE() antlr.TerminalNode
- func (s *AlterByCoalescePartitionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *AlterByCoalescePartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByCoalescePartitionContext) PARTITION() antlr.TerminalNode
- type AlterByConvertCharsetContext
- func (s *AlterByConvertCharsetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByConvertCharsetContext) CHARACTER() antlr.TerminalNode
- func (s *AlterByConvertCharsetContext) COLLATE() antlr.TerminalNode
- func (s *AlterByConvertCharsetContext) CONVERT() antlr.TerminalNode
- func (s *AlterByConvertCharsetContext) CharsetName() ICharsetNameContext
- func (s *AlterByConvertCharsetContext) CollationName() ICollationNameContext
- func (s *AlterByConvertCharsetContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByConvertCharsetContext) SET() antlr.TerminalNode
- func (s *AlterByConvertCharsetContext) TO() antlr.TerminalNode
- type AlterByDefaultCharsetContext
- func (s *AlterByDefaultCharsetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDefaultCharsetContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *AlterByDefaultCharsetContext) CHARACTER() antlr.TerminalNode
- func (s *AlterByDefaultCharsetContext) COLLATE() antlr.TerminalNode
- func (s *AlterByDefaultCharsetContext) CharsetName() ICharsetNameContext
- func (s *AlterByDefaultCharsetContext) CollationName() ICollationNameContext
- func (s *AlterByDefaultCharsetContext) DEFAULT() antlr.TerminalNode
- func (s *AlterByDefaultCharsetContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *AlterByDefaultCharsetContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDefaultCharsetContext) SET() antlr.TerminalNode
- type AlterByDisableKeysContext
- type AlterByDiscardPartitionContext
- func (s *AlterByDiscardPartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByDiscardPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDiscardPartitionContext) DISCARD() antlr.TerminalNode
- func (s *AlterByDiscardPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDiscardPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByDiscardPartitionContext) TABLESPACE() antlr.TerminalNode
- func (s *AlterByDiscardPartitionContext) UidList() IUidListContext
- type AlterByDiscardTablespaceContext
- func (s *AlterByDiscardTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDiscardTablespaceContext) DISCARD() antlr.TerminalNode
- func (s *AlterByDiscardTablespaceContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDiscardTablespaceContext) TABLESPACE() antlr.TerminalNode
- type AlterByDropColumnContext
- func (s *AlterByDropColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDropColumnContext) COLUMN() antlr.TerminalNode
- func (s *AlterByDropColumnContext) DROP() antlr.TerminalNode
- func (s *AlterByDropColumnContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDropColumnContext) RESTRICT() antlr.TerminalNode
- func (s *AlterByDropColumnContext) Uid() IUidContext
- type AlterByDropConstraintCheckContext
- func (s *AlterByDropConstraintCheckContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDropConstraintCheckContext) CHECK() antlr.TerminalNode
- func (s *AlterByDropConstraintCheckContext) CONSTRAINT() antlr.TerminalNode
- func (s *AlterByDropConstraintCheckContext) DROP() antlr.TerminalNode
- func (s *AlterByDropConstraintCheckContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDropConstraintCheckContext) Uid() IUidContext
- type AlterByDropForeignKeyContext
- func (s *AlterByDropForeignKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDropForeignKeyContext) DROP() antlr.TerminalNode
- func (s *AlterByDropForeignKeyContext) FOREIGN() antlr.TerminalNode
- func (s *AlterByDropForeignKeyContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDropForeignKeyContext) KEY() antlr.TerminalNode
- func (s *AlterByDropForeignKeyContext) Uid() IUidContext
- type AlterByDropIndexContext
- func (s *AlterByDropIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDropIndexContext) DROP() antlr.TerminalNode
- func (s *AlterByDropIndexContext) GetIndexFormat() antlr.Token
- func (s *AlterByDropIndexContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDropIndexContext) INDEX() antlr.TerminalNode
- func (s *AlterByDropIndexContext) KEY() antlr.TerminalNode
- func (s *AlterByDropIndexContext) SetIndexFormat(v antlr.Token)
- func (s *AlterByDropIndexContext) Uid() IUidContext
- type AlterByDropPartitionContext
- func (s *AlterByDropPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDropPartitionContext) DROP() antlr.TerminalNode
- func (s *AlterByDropPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDropPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByDropPartitionContext) UidList() IUidListContext
- type AlterByDropPrimaryKeyContext
- func (s *AlterByDropPrimaryKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByDropPrimaryKeyContext) DROP() antlr.TerminalNode
- func (s *AlterByDropPrimaryKeyContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByDropPrimaryKeyContext) KEY() antlr.TerminalNode
- func (s *AlterByDropPrimaryKeyContext) PRIMARY() antlr.TerminalNode
- type AlterByEnableKeysContext
- type AlterByExchangePartitionContext
- func (s *AlterByExchangePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByExchangePartitionContext) AllWITH() []antlr.TerminalNode
- func (s *AlterByExchangePartitionContext) EXCHANGE() antlr.TerminalNode
- func (s *AlterByExchangePartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByExchangePartitionContext) GetValidationFormat() antlr.Token
- func (s *AlterByExchangePartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByExchangePartitionContext) SetValidationFormat(v antlr.Token)
- func (s *AlterByExchangePartitionContext) TABLE() antlr.TerminalNode
- func (s *AlterByExchangePartitionContext) TableName() ITableNameContext
- func (s *AlterByExchangePartitionContext) Uid() IUidContext
- func (s *AlterByExchangePartitionContext) VALIDATION() antlr.TerminalNode
- func (s *AlterByExchangePartitionContext) WITH(i int) antlr.TerminalNode
- func (s *AlterByExchangePartitionContext) WITHOUT() antlr.TerminalNode
- type AlterByForceContext
- type AlterByImportPartitionContext
- func (s *AlterByImportPartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByImportPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByImportPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByImportPartitionContext) IMPORT() antlr.TerminalNode
- func (s *AlterByImportPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByImportPartitionContext) TABLESPACE() antlr.TerminalNode
- func (s *AlterByImportPartitionContext) UidList() IUidListContext
- type AlterByImportTablespaceContext
- func (s *AlterByImportTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByImportTablespaceContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByImportTablespaceContext) IMPORT() antlr.TerminalNode
- func (s *AlterByImportTablespaceContext) TABLESPACE() antlr.TerminalNode
- type AlterByLockContext
- func (s *AlterByLockContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByLockContext) DEFAULT() antlr.TerminalNode
- func (s *AlterByLockContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *AlterByLockContext) EXCLUSIVE() antlr.TerminalNode
- func (s *AlterByLockContext) GetLockType() antlr.Token
- func (s *AlterByLockContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByLockContext) LOCK() antlr.TerminalNode
- func (s *AlterByLockContext) NONE() antlr.TerminalNode
- func (s *AlterByLockContext) SHARED() antlr.TerminalNode
- func (s *AlterByLockContext) SetLockType(v antlr.Token)
- type AlterByModifyColumnContext
- func (s *AlterByModifyColumnContext) AFTER() antlr.TerminalNode
- func (s *AlterByModifyColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByModifyColumnContext) AllUid() []IUidContext
- func (s *AlterByModifyColumnContext) COLUMN() antlr.TerminalNode
- func (s *AlterByModifyColumnContext) ColumnDefinition() IColumnDefinitionContext
- func (s *AlterByModifyColumnContext) FIRST() antlr.TerminalNode
- func (s *AlterByModifyColumnContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByModifyColumnContext) MODIFY() antlr.TerminalNode
- func (s *AlterByModifyColumnContext) Uid(i int) IUidContext
- type AlterByOptimizePartitionContext
- func (s *AlterByOptimizePartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByOptimizePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByOptimizePartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByOptimizePartitionContext) OPTIMIZE() antlr.TerminalNode
- func (s *AlterByOptimizePartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByOptimizePartitionContext) UidList() IUidListContext
- type AlterByOrderContext
- func (s *AlterByOrderContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByOrderContext) BY() antlr.TerminalNode
- func (s *AlterByOrderContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByOrderContext) ORDER() antlr.TerminalNode
- func (s *AlterByOrderContext) UidList() IUidListContext
- type AlterByRebuildPartitionContext
- func (s *AlterByRebuildPartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByRebuildPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByRebuildPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByRebuildPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByRebuildPartitionContext) REBUILD() antlr.TerminalNode
- func (s *AlterByRebuildPartitionContext) UidList() IUidListContext
- type AlterByRemovePartitioningContext
- func (s *AlterByRemovePartitioningContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByRemovePartitioningContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByRemovePartitioningContext) PARTITIONING() antlr.TerminalNode
- func (s *AlterByRemovePartitioningContext) REMOVE() antlr.TerminalNode
- type AlterByRenameColumnContext
- func (s *AlterByRenameColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByRenameColumnContext) AllUid() []IUidContext
- func (s *AlterByRenameColumnContext) COLUMN() antlr.TerminalNode
- func (s *AlterByRenameColumnContext) GetNewColumn() IUidContext
- func (s *AlterByRenameColumnContext) GetOldColumn() IUidContext
- func (s *AlterByRenameColumnContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByRenameColumnContext) RENAME() antlr.TerminalNode
- func (s *AlterByRenameColumnContext) SetNewColumn(v IUidContext)
- func (s *AlterByRenameColumnContext) SetOldColumn(v IUidContext)
- func (s *AlterByRenameColumnContext) TO() antlr.TerminalNode
- func (s *AlterByRenameColumnContext) Uid(i int) IUidContext
- type AlterByRenameContext
- func (s *AlterByRenameContext) AS() antlr.TerminalNode
- func (s *AlterByRenameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByRenameContext) FullId() IFullIdContext
- func (s *AlterByRenameContext) GetRenameFormat() antlr.Token
- func (s *AlterByRenameContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByRenameContext) RENAME() antlr.TerminalNode
- func (s *AlterByRenameContext) SetRenameFormat(v antlr.Token)
- func (s *AlterByRenameContext) TO() antlr.TerminalNode
- func (s *AlterByRenameContext) Uid() IUidContext
- type AlterByRenameIndexContext
- func (s *AlterByRenameIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByRenameIndexContext) AllUid() []IUidContext
- func (s *AlterByRenameIndexContext) GetIndexFormat() antlr.Token
- func (s *AlterByRenameIndexContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByRenameIndexContext) INDEX() antlr.TerminalNode
- func (s *AlterByRenameIndexContext) KEY() antlr.TerminalNode
- func (s *AlterByRenameIndexContext) RENAME() antlr.TerminalNode
- func (s *AlterByRenameIndexContext) SetIndexFormat(v antlr.Token)
- func (s *AlterByRenameIndexContext) TO() antlr.TerminalNode
- func (s *AlterByRenameIndexContext) Uid(i int) IUidContext
- type AlterByReorganizePartitionContext
- func (s *AlterByReorganizePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByReorganizePartitionContext) AllCOMMA() []antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) AllPartitionDefinition() []IPartitionDefinitionContext
- func (s *AlterByReorganizePartitionContext) COMMA(i int) antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByReorganizePartitionContext) INTO() antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) LR_BRACKET() antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) PartitionDefinition(i int) IPartitionDefinitionContext
- func (s *AlterByReorganizePartitionContext) REORGANIZE() antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) RR_BRACKET() antlr.TerminalNode
- func (s *AlterByReorganizePartitionContext) UidList() IUidListContext
- type AlterByRepairPartitionContext
- func (s *AlterByRepairPartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByRepairPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByRepairPartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByRepairPartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByRepairPartitionContext) REPAIR() antlr.TerminalNode
- func (s *AlterByRepairPartitionContext) UidList() IUidListContext
- type AlterBySetAlgorithmContext
- func (s *AlterBySetAlgorithmContext) ALGORITHM() antlr.TerminalNode
- func (s *AlterBySetAlgorithmContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterBySetAlgorithmContext) COPY() antlr.TerminalNode
- func (s *AlterBySetAlgorithmContext) DEFAULT() antlr.TerminalNode
- func (s *AlterBySetAlgorithmContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *AlterBySetAlgorithmContext) GetAlgType() antlr.Token
- func (s *AlterBySetAlgorithmContext) GetRuleContext() antlr.RuleContext
- func (s *AlterBySetAlgorithmContext) INPLACE() antlr.TerminalNode
- func (s *AlterBySetAlgorithmContext) SetAlgType(v antlr.Token)
- type AlterByTableOptionContext
- func (s *AlterByTableOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByTableOptionContext) AllCOMMA() []antlr.TerminalNode
- func (s *AlterByTableOptionContext) AllTableOption() []ITableOptionContext
- func (s *AlterByTableOptionContext) COMMA(i int) antlr.TerminalNode
- func (s *AlterByTableOptionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByTableOptionContext) TableOption(i int) ITableOptionContext
- type AlterByTruncatePartitionContext
- func (s *AlterByTruncatePartitionContext) ALL() antlr.TerminalNode
- func (s *AlterByTruncatePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByTruncatePartitionContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByTruncatePartitionContext) PARTITION() antlr.TerminalNode
- func (s *AlterByTruncatePartitionContext) TRUNCATE() antlr.TerminalNode
- func (s *AlterByTruncatePartitionContext) UidList() IUidListContext
- type AlterByUpgradePartitioningContext
- func (s *AlterByUpgradePartitioningContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByUpgradePartitioningContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByUpgradePartitioningContext) PARTITIONING() antlr.TerminalNode
- func (s *AlterByUpgradePartitioningContext) UPGRADE() antlr.TerminalNode
- type AlterByValidateContext
- func (s *AlterByValidateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterByValidateContext) GetRuleContext() antlr.RuleContext
- func (s *AlterByValidateContext) GetValidationFormat() antlr.Token
- func (s *AlterByValidateContext) SetValidationFormat(v antlr.Token)
- func (s *AlterByValidateContext) VALIDATION() antlr.TerminalNode
- func (s *AlterByValidateContext) WITH() antlr.TerminalNode
- func (s *AlterByValidateContext) WITHOUT() antlr.TerminalNode
- type AlterDatabaseContext
- func (s *AlterDatabaseContext) CopyFrom(ctx *AlterDatabaseContext)
- func (s *AlterDatabaseContext) GetParser() antlr.Parser
- func (s *AlterDatabaseContext) GetRuleContext() antlr.RuleContext
- func (*AlterDatabaseContext) IsAlterDatabaseContext()
- func (s *AlterDatabaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterEventContext
- func (s *AlterEventContext) ALTER() antlr.TerminalNode
- func (s *AlterEventContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterEventContext) AllFullId() []IFullIdContext
- func (s *AlterEventContext) AllON() []antlr.TerminalNode
- func (s *AlterEventContext) COMMENT() antlr.TerminalNode
- func (s *AlterEventContext) COMPLETION() antlr.TerminalNode
- func (s *AlterEventContext) DO() antlr.TerminalNode
- func (s *AlterEventContext) EVENT() antlr.TerminalNode
- func (s *AlterEventContext) EnableType() IEnableTypeContext
- func (s *AlterEventContext) FullId(i int) IFullIdContext
- func (s *AlterEventContext) GetParser() antlr.Parser
- func (s *AlterEventContext) GetRuleContext() antlr.RuleContext
- func (*AlterEventContext) IsAlterEventContext()
- func (s *AlterEventContext) NOT() antlr.TerminalNode
- func (s *AlterEventContext) ON(i int) antlr.TerminalNode
- func (s *AlterEventContext) OwnerStatement() IOwnerStatementContext
- func (s *AlterEventContext) PRESERVE() antlr.TerminalNode
- func (s *AlterEventContext) RENAME() antlr.TerminalNode
- func (s *AlterEventContext) RoutineBody() IRoutineBodyContext
- func (s *AlterEventContext) SCHEDULE() antlr.TerminalNode
- func (s *AlterEventContext) STRING_LITERAL() antlr.TerminalNode
- func (s *AlterEventContext) ScheduleExpression() IScheduleExpressionContext
- func (s *AlterEventContext) TO() antlr.TerminalNode
- func (s *AlterEventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterFunctionContext
- func (s *AlterFunctionContext) ALTER() antlr.TerminalNode
- func (s *AlterFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterFunctionContext) AllRoutineOption() []IRoutineOptionContext
- func (s *AlterFunctionContext) FUNCTION() antlr.TerminalNode
- func (s *AlterFunctionContext) FullId() IFullIdContext
- func (s *AlterFunctionContext) GetParser() antlr.Parser
- func (s *AlterFunctionContext) GetRuleContext() antlr.RuleContext
- func (*AlterFunctionContext) IsAlterFunctionContext()
- func (s *AlterFunctionContext) RoutineOption(i int) IRoutineOptionContext
- func (s *AlterFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterInstanceContext
- func (s *AlterInstanceContext) ALTER() antlr.TerminalNode
- func (s *AlterInstanceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterInstanceContext) GetParser() antlr.Parser
- func (s *AlterInstanceContext) GetRuleContext() antlr.RuleContext
- func (s *AlterInstanceContext) INNODB() antlr.TerminalNode
- func (s *AlterInstanceContext) INSTANCE() antlr.TerminalNode
- func (*AlterInstanceContext) IsAlterInstanceContext()
- func (s *AlterInstanceContext) KEY() antlr.TerminalNode
- func (s *AlterInstanceContext) MASTER() antlr.TerminalNode
- func (s *AlterInstanceContext) ROTATE() antlr.TerminalNode
- func (s *AlterInstanceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterLogfileGroupContext
- func (s *AlterLogfileGroupContext) ADD() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) ALTER() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterLogfileGroupContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *AlterLogfileGroupContext) ENGINE() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *AlterLogfileGroupContext) EngineName() IEngineNameContext
- func (s *AlterLogfileGroupContext) FileSizeLiteral() IFileSizeLiteralContext
- func (s *AlterLogfileGroupContext) GROUP() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) GetParser() antlr.Parser
- func (s *AlterLogfileGroupContext) GetRuleContext() antlr.RuleContext
- func (s *AlterLogfileGroupContext) INITIAL_SIZE() antlr.TerminalNode
- func (*AlterLogfileGroupContext) IsAlterLogfileGroupContext()
- func (s *AlterLogfileGroupContext) LOGFILE() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) STRING_LITERAL() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AlterLogfileGroupContext) UNDOFILE() antlr.TerminalNode
- func (s *AlterLogfileGroupContext) Uid() IUidContext
- func (s *AlterLogfileGroupContext) WAIT() antlr.TerminalNode
- type AlterProcedureContext
- func (s *AlterProcedureContext) ALTER() antlr.TerminalNode
- func (s *AlterProcedureContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterProcedureContext) AllRoutineOption() []IRoutineOptionContext
- func (s *AlterProcedureContext) FullId() IFullIdContext
- func (s *AlterProcedureContext) GetParser() antlr.Parser
- func (s *AlterProcedureContext) GetRuleContext() antlr.RuleContext
- func (*AlterProcedureContext) IsAlterProcedureContext()
- func (s *AlterProcedureContext) PROCEDURE() antlr.TerminalNode
- func (s *AlterProcedureContext) RoutineOption(i int) IRoutineOptionContext
- func (s *AlterProcedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterServerContext
- func (s *AlterServerContext) ALTER() antlr.TerminalNode
- func (s *AlterServerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterServerContext) AllCOMMA() []antlr.TerminalNode
- func (s *AlterServerContext) AllServerOption() []IServerOptionContext
- func (s *AlterServerContext) COMMA(i int) antlr.TerminalNode
- func (s *AlterServerContext) GetParser() antlr.Parser
- func (s *AlterServerContext) GetRuleContext() antlr.RuleContext
- func (*AlterServerContext) IsAlterServerContext()
- func (s *AlterServerContext) LR_BRACKET() antlr.TerminalNode
- func (s *AlterServerContext) OPTIONS() antlr.TerminalNode
- func (s *AlterServerContext) RR_BRACKET() antlr.TerminalNode
- func (s *AlterServerContext) SERVER() antlr.TerminalNode
- func (s *AlterServerContext) ServerOption(i int) IServerOptionContext
- func (s *AlterServerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AlterServerContext) Uid() IUidContext
- type AlterSimpleDatabaseContext
- func (s *AlterSimpleDatabaseContext) ALTER() antlr.TerminalNode
- func (s *AlterSimpleDatabaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterSimpleDatabaseContext) AllCreateDatabaseOption() []ICreateDatabaseOptionContext
- func (s *AlterSimpleDatabaseContext) CreateDatabaseOption(i int) ICreateDatabaseOptionContext
- func (s *AlterSimpleDatabaseContext) DATABASE() antlr.TerminalNode
- func (s *AlterSimpleDatabaseContext) GetDbFormat() antlr.Token
- func (s *AlterSimpleDatabaseContext) GetRuleContext() antlr.RuleContext
- func (s *AlterSimpleDatabaseContext) SCHEMA() antlr.TerminalNode
- func (s *AlterSimpleDatabaseContext) SetDbFormat(v antlr.Token)
- func (s *AlterSimpleDatabaseContext) Uid() IUidContext
- type AlterSpecificationContext
- func (s *AlterSpecificationContext) CopyFrom(ctx *AlterSpecificationContext)
- func (s *AlterSpecificationContext) GetParser() antlr.Parser
- func (s *AlterSpecificationContext) GetRuleContext() antlr.RuleContext
- func (*AlterSpecificationContext) IsAlterSpecificationContext()
- func (s *AlterSpecificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterTableContext
- func (s *AlterTableContext) ALTER() antlr.TerminalNode
- func (s *AlterTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterTableContext) AllAlterSpecification() []IAlterSpecificationContext
- func (s *AlterTableContext) AllCOMMA() []antlr.TerminalNode
- func (s *AlterTableContext) AlterSpecification(i int) IAlterSpecificationContext
- func (s *AlterTableContext) COMMA(i int) antlr.TerminalNode
- func (s *AlterTableContext) GetIntimeAction() antlr.Token
- func (s *AlterTableContext) GetParser() antlr.Parser
- func (s *AlterTableContext) GetRuleContext() antlr.RuleContext
- func (s *AlterTableContext) IGNORE() antlr.TerminalNode
- func (*AlterTableContext) IsAlterTableContext()
- func (s *AlterTableContext) OFFLINE() antlr.TerminalNode
- func (s *AlterTableContext) ONLINE() antlr.TerminalNode
- func (s *AlterTableContext) PartitionDefinitions() IPartitionDefinitionsContext
- func (s *AlterTableContext) SetIntimeAction(v antlr.Token)
- func (s *AlterTableContext) TABLE() antlr.TerminalNode
- func (s *AlterTableContext) TableName() ITableNameContext
- func (s *AlterTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterTablespaceContext
- func (s *AlterTablespaceContext) ADD() antlr.TerminalNode
- func (s *AlterTablespaceContext) ALTER() antlr.TerminalNode
- func (s *AlterTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterTablespaceContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *AlterTablespaceContext) DATAFILE() antlr.TerminalNode
- func (s *AlterTablespaceContext) DROP() antlr.TerminalNode
- func (s *AlterTablespaceContext) ENGINE() antlr.TerminalNode
- func (s *AlterTablespaceContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *AlterTablespaceContext) EngineName() IEngineNameContext
- func (s *AlterTablespaceContext) FileSizeLiteral() IFileSizeLiteralContext
- func (s *AlterTablespaceContext) GetObjectAction() antlr.Token
- func (s *AlterTablespaceContext) GetParser() antlr.Parser
- func (s *AlterTablespaceContext) GetRuleContext() antlr.RuleContext
- func (s *AlterTablespaceContext) INITIAL_SIZE() antlr.TerminalNode
- func (*AlterTablespaceContext) IsAlterTablespaceContext()
- func (s *AlterTablespaceContext) STRING_LITERAL() antlr.TerminalNode
- func (s *AlterTablespaceContext) SetObjectAction(v antlr.Token)
- func (s *AlterTablespaceContext) TABLESPACE() antlr.TerminalNode
- func (s *AlterTablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AlterTablespaceContext) Uid() IUidContext
- func (s *AlterTablespaceContext) WAIT() antlr.TerminalNode
- type AlterUpgradeNameContext
- func (s *AlterUpgradeNameContext) ALTER() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterUpgradeNameContext) DATA() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) DATABASE() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) DIRECTORY() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) GetDbFormat() antlr.Token
- func (s *AlterUpgradeNameContext) GetRuleContext() antlr.RuleContext
- func (s *AlterUpgradeNameContext) NAME() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) SCHEMA() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) SetDbFormat(v antlr.Token)
- func (s *AlterUpgradeNameContext) UPGRADE() antlr.TerminalNode
- func (s *AlterUpgradeNameContext) Uid() IUidContext
- type AlterUserContext
- func (s *AlterUserContext) CopyFrom(ctx *AlterUserContext)
- func (s *AlterUserContext) GetParser() antlr.Parser
- func (s *AlterUserContext) GetRuleContext() antlr.RuleContext
- func (*AlterUserContext) IsAlterUserContext()
- func (s *AlterUserContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AlterUserMysqlV56Context
- func (s *AlterUserMysqlV56Context) ALTER() antlr.TerminalNode
- func (s *AlterUserMysqlV56Context) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterUserMysqlV56Context) AllCOMMA() []antlr.TerminalNode
- func (s *AlterUserMysqlV56Context) AllUserSpecification() []IUserSpecificationContext
- func (s *AlterUserMysqlV56Context) COMMA(i int) antlr.TerminalNode
- func (s *AlterUserMysqlV56Context) GetRuleContext() antlr.RuleContext
- func (s *AlterUserMysqlV56Context) USER() antlr.TerminalNode
- func (s *AlterUserMysqlV56Context) UserSpecification(i int) IUserSpecificationContext
- type AlterUserMysqlV57Context
- func (s *AlterUserMysqlV57Context) ALTER() antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) AND(i int) antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterUserMysqlV57Context) AllAND() []antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) AllCOMMA() []antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) AllTlsOption() []ITlsOptionContext
- func (s *AlterUserMysqlV57Context) AllUserAuthOption() []IUserAuthOptionContext
- func (s *AlterUserMysqlV57Context) AllUserLockOption() []IUserLockOptionContext
- func (s *AlterUserMysqlV57Context) AllUserPasswordOption() []IUserPasswordOptionContext
- func (s *AlterUserMysqlV57Context) AllUserResourceOption() []IUserResourceOptionContext
- func (s *AlterUserMysqlV57Context) COMMA(i int) antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) GetRuleContext() antlr.RuleContext
- func (s *AlterUserMysqlV57Context) GetTlsNone() antlr.Token
- func (s *AlterUserMysqlV57Context) IfExists() IIfExistsContext
- func (s *AlterUserMysqlV57Context) NONE() antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) REQUIRE() antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) SetTlsNone(v antlr.Token)
- func (s *AlterUserMysqlV57Context) TlsOption(i int) ITlsOptionContext
- func (s *AlterUserMysqlV57Context) USER() antlr.TerminalNode
- func (s *AlterUserMysqlV57Context) UserAuthOption(i int) IUserAuthOptionContext
- func (s *AlterUserMysqlV57Context) UserLockOption(i int) IUserLockOptionContext
- func (s *AlterUserMysqlV57Context) UserPasswordOption(i int) IUserPasswordOptionContext
- func (s *AlterUserMysqlV57Context) UserResourceOption(i int) IUserResourceOptionContext
- func (s *AlterUserMysqlV57Context) WITH() antlr.TerminalNode
- type AlterViewContext
- func (s *AlterViewContext) ALGORITHM() antlr.TerminalNode
- func (s *AlterViewContext) ALTER() antlr.TerminalNode
- func (s *AlterViewContext) AS() antlr.TerminalNode
- func (s *AlterViewContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AlterViewContext) CASCADED() antlr.TerminalNode
- func (s *AlterViewContext) CHECK() antlr.TerminalNode
- func (s *AlterViewContext) DEFINER() antlr.TerminalNode
- func (s *AlterViewContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *AlterViewContext) FullId() IFullIdContext
- func (s *AlterViewContext) GetAlgType() antlr.Token
- func (s *AlterViewContext) GetCheckOpt() antlr.Token
- func (s *AlterViewContext) GetParser() antlr.Parser
- func (s *AlterViewContext) GetRuleContext() antlr.RuleContext
- func (s *AlterViewContext) GetSecContext() antlr.Token
- func (s *AlterViewContext) INVOKER() antlr.TerminalNode
- func (*AlterViewContext) IsAlterViewContext()
- func (s *AlterViewContext) LOCAL() antlr.TerminalNode
- func (s *AlterViewContext) LR_BRACKET() antlr.TerminalNode
- func (s *AlterViewContext) MERGE() antlr.TerminalNode
- func (s *AlterViewContext) OPTION() antlr.TerminalNode
- func (s *AlterViewContext) OwnerStatement() IOwnerStatementContext
- func (s *AlterViewContext) RR_BRACKET() antlr.TerminalNode
- func (s *AlterViewContext) SECURITY() antlr.TerminalNode
- func (s *AlterViewContext) SQL() antlr.TerminalNode
- func (s *AlterViewContext) SelectStatement() ISelectStatementContext
- func (s *AlterViewContext) SetAlgType(v antlr.Token)
- func (s *AlterViewContext) SetCheckOpt(v antlr.Token)
- func (s *AlterViewContext) SetSecContext(v antlr.Token)
- func (s *AlterViewContext) TEMPTABLE() antlr.TerminalNode
- func (s *AlterViewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AlterViewContext) UNDEFINED() antlr.TerminalNode
- func (s *AlterViewContext) UidList() IUidListContext
- func (s *AlterViewContext) VIEW() antlr.TerminalNode
- func (s *AlterViewContext) WITH() antlr.TerminalNode
- type AnalyzeTableContext
- func (s *AnalyzeTableContext) ANALYZE() antlr.TerminalNode
- func (s *AnalyzeTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AnalyzeTableContext) GetActionOption() antlr.Token
- func (s *AnalyzeTableContext) GetParser() antlr.Parser
- func (s *AnalyzeTableContext) GetRuleContext() antlr.RuleContext
- func (*AnalyzeTableContext) IsAnalyzeTableContext()
- func (s *AnalyzeTableContext) LOCAL() antlr.TerminalNode
- func (s *AnalyzeTableContext) NO_WRITE_TO_BINLOG() antlr.TerminalNode
- func (s *AnalyzeTableContext) SetActionOption(v antlr.Token)
- func (s *AnalyzeTableContext) TABLE() antlr.TerminalNode
- func (s *AnalyzeTableContext) Tables() ITablesContext
- func (s *AnalyzeTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AssignmentFieldContext
- func (s *AssignmentFieldContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AssignmentFieldContext) GetParser() antlr.Parser
- func (s *AssignmentFieldContext) GetRuleContext() antlr.RuleContext
- func (*AssignmentFieldContext) IsAssignmentFieldContext()
- func (s *AssignmentFieldContext) LOCAL_ID() antlr.TerminalNode
- func (s *AssignmentFieldContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AssignmentFieldContext) Uid() IUidContext
- type AtomTableItemContext
- func (s *AtomTableItemContext) AS() antlr.TerminalNode
- func (s *AtomTableItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AtomTableItemContext) AllCOMMA() []antlr.TerminalNode
- func (s *AtomTableItemContext) AllIndexHint() []IIndexHintContext
- func (s *AtomTableItemContext) COMMA(i int) antlr.TerminalNode
- func (s *AtomTableItemContext) GetAlias() IUidContext
- func (s *AtomTableItemContext) GetRuleContext() antlr.RuleContext
- func (s *AtomTableItemContext) IndexHint(i int) IIndexHintContext
- func (s *AtomTableItemContext) LR_BRACKET() antlr.TerminalNode
- func (s *AtomTableItemContext) PARTITION() antlr.TerminalNode
- func (s *AtomTableItemContext) RR_BRACKET() antlr.TerminalNode
- func (s *AtomTableItemContext) SetAlias(v IUidContext)
- func (s *AtomTableItemContext) TableName() ITableNameContext
- func (s *AtomTableItemContext) Uid() IUidContext
- func (s *AtomTableItemContext) UidList() IUidListContext
- type AuthPluginContext
- func (s *AuthPluginContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AuthPluginContext) GetParser() antlr.Parser
- func (s *AuthPluginContext) GetRuleContext() antlr.RuleContext
- func (*AuthPluginContext) IsAuthPluginContext()
- func (s *AuthPluginContext) STRING_LITERAL() antlr.TerminalNode
- func (s *AuthPluginContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AuthPluginContext) Uid() IUidContext
- type AutoIncrementColumnConstraintContext
- func (s *AutoIncrementColumnConstraintContext) AUTO_INCREMENT() antlr.TerminalNode
- func (s *AutoIncrementColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AutoIncrementColumnConstraintContext) CurrentTimestamp() ICurrentTimestampContext
- func (s *AutoIncrementColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *AutoIncrementColumnConstraintContext) ON() antlr.TerminalNode
- func (s *AutoIncrementColumnConstraintContext) UPDATE() antlr.TerminalNode
- type BaseMySqlParserVisitor
- func (v *BaseMySqlParserVisitor) VisitAdministrationStatement(ctx *AdministrationStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAggregateFunctionCall(ctx *AggregateFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAggregateWindowedFunction(ctx *AggregateWindowedFunctionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddCheckTableConstraint(ctx *AlterByAddCheckTableConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddColumn(ctx *AlterByAddColumnContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddColumns(ctx *AlterByAddColumnsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddForeignKey(ctx *AlterByAddForeignKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddIndex(ctx *AlterByAddIndexContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddPartition(ctx *AlterByAddPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddPrimaryKey(ctx *AlterByAddPrimaryKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddSpecialIndex(ctx *AlterByAddSpecialIndexContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAddUniqueKey(ctx *AlterByAddUniqueKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAlterIndexVisibility(ctx *AlterByAlterIndexVisibilityContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByAnalyzePartition(ctx *AlterByAnalyzePartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByChangeColumn(ctx *AlterByChangeColumnContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByChangeDefault(ctx *AlterByChangeDefaultContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByCheckPartition(ctx *AlterByCheckPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByCoalescePartition(ctx *AlterByCoalescePartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByConvertCharset(ctx *AlterByConvertCharsetContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDefaultCharset(ctx *AlterByDefaultCharsetContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDisableKeys(ctx *AlterByDisableKeysContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDiscardPartition(ctx *AlterByDiscardPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDiscardTablespace(ctx *AlterByDiscardTablespaceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDropColumn(ctx *AlterByDropColumnContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDropConstraintCheck(ctx *AlterByDropConstraintCheckContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDropForeignKey(ctx *AlterByDropForeignKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDropIndex(ctx *AlterByDropIndexContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDropPartition(ctx *AlterByDropPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByDropPrimaryKey(ctx *AlterByDropPrimaryKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByEnableKeys(ctx *AlterByEnableKeysContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByExchangePartition(ctx *AlterByExchangePartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByForce(ctx *AlterByForceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByImportPartition(ctx *AlterByImportPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByImportTablespace(ctx *AlterByImportTablespaceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByLock(ctx *AlterByLockContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByModifyColumn(ctx *AlterByModifyColumnContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByOptimizePartition(ctx *AlterByOptimizePartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByOrder(ctx *AlterByOrderContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByRebuildPartition(ctx *AlterByRebuildPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByRemovePartitioning(ctx *AlterByRemovePartitioningContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByRename(ctx *AlterByRenameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByRenameColumn(ctx *AlterByRenameColumnContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByRenameIndex(ctx *AlterByRenameIndexContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByReorganizePartition(ctx *AlterByReorganizePartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByRepairPartition(ctx *AlterByRepairPartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterBySetAlgorithm(ctx *AlterBySetAlgorithmContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByTableOption(ctx *AlterByTableOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByTruncatePartition(ctx *AlterByTruncatePartitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByUpgradePartitioning(ctx *AlterByUpgradePartitioningContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterByValidate(ctx *AlterByValidateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterEvent(ctx *AlterEventContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterFunction(ctx *AlterFunctionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterInstance(ctx *AlterInstanceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterLogfileGroup(ctx *AlterLogfileGroupContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterProcedure(ctx *AlterProcedureContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterServer(ctx *AlterServerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterSimpleDatabase(ctx *AlterSimpleDatabaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterTable(ctx *AlterTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterTablespace(ctx *AlterTablespaceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterUpgradeName(ctx *AlterUpgradeNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterUserMysqlV56(ctx *AlterUserMysqlV56Context) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterUserMysqlV57(ctx *AlterUserMysqlV57Context) interface{}
- func (v *BaseMySqlParserVisitor) VisitAlterView(ctx *AlterViewContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAnalyzeTable(ctx *AnalyzeTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAssignmentField(ctx *AssignmentFieldContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAtomTableItem(ctx *AtomTableItemContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAuthPlugin(ctx *AuthPluginContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitAutoIncrementColumnConstraint(ctx *AutoIncrementColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBeginWork(ctx *BeginWorkContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBetweenPredicate(ctx *BetweenPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBinaryComparisonPredicate(ctx *BinaryComparisonPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBinaryExpressionAtom(ctx *BinaryExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBinlogStatement(ctx *BinlogStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBitExpressionAtom(ctx *BitExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBitOperator(ctx *BitOperatorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBlockStatement(ctx *BlockStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBoolMasterOption(ctx *BoolMasterOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitBooleanLiteral(ctx *BooleanLiteralContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCacheIndexStatement(ctx *CacheIndexStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCallStatement(ctx *CallStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCaseAlternative(ctx *CaseAlternativeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCaseExpressionFunctionCall(ctx *CaseExpressionFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCaseFuncAlternative(ctx *CaseFuncAlternativeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCaseFunctionCall(ctx *CaseFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCaseStatement(ctx *CaseStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitChangeMaster(ctx *ChangeMasterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitChangeReplicationFilter(ctx *ChangeReplicationFilterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitChannelFlushOption(ctx *ChannelFlushOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitChannelOption(ctx *ChannelOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCharFunctionCall(ctx *CharFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCharsetName(ctx *CharsetNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCharsetNameBase(ctx *CharsetNameBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCheckColumnConstraint(ctx *CheckColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCheckTable(ctx *CheckTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCheckTableConstraint(ctx *CheckTableConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCheckTableOption(ctx *CheckTableOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitChecksumTable(ctx *ChecksumTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCloseCursor(ctx *CloseCursorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCollateColumnConstraint(ctx *CollateColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCollateExpressionAtom(ctx *CollateExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCollationName(ctx *CollationNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCollectionDataType(ctx *CollectionDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCollectionOptions(ctx *CollectionOptionsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitColumnCreateTable(ctx *ColumnCreateTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitColumnDeclaration(ctx *ColumnDeclarationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitColumnDefinition(ctx *ColumnDefinitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCommentColumnConstraint(ctx *CommentColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCommitWork(ctx *CommitWorkContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitComparisonOperator(ctx *ComparisonOperatorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCompoundStatement(ctx *CompoundStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitConstant(ctx *ConstantContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitConstantExpressionAtom(ctx *ConstantExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitConstants(ctx *ConstantsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitConstraintDeclaration(ctx *ConstraintDeclarationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitConvertedDataType(ctx *ConvertedDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCopyCreateTable(ctx *CopyCreateTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateDatabase(ctx *CreateDatabaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateDatabaseOption(ctx *CreateDatabaseOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateDefinitions(ctx *CreateDefinitionsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateEvent(ctx *CreateEventContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateFunction(ctx *CreateFunctionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateIndex(ctx *CreateIndexContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateLogfileGroup(ctx *CreateLogfileGroupContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateProcedure(ctx *CreateProcedureContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateServer(ctx *CreateServerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateTablespaceInnodb(ctx *CreateTablespaceInnodbContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateTablespaceNdb(ctx *CreateTablespaceNdbContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateTrigger(ctx *CreateTriggerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateUdfunction(ctx *CreateUdfunctionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateUserMysqlV56(ctx *CreateUserMysqlV56Context) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateUserMysqlV57(ctx *CreateUserMysqlV57Context) interface{}
- func (v *BaseMySqlParserVisitor) VisitCreateView(ctx *CreateViewContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCurrentSchemaPriviLevel(ctx *CurrentSchemaPriviLevelContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitCurrentTimestamp(ctx *CurrentTimestampContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDataTypeBase(ctx *DataTypeBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDataTypeFunctionCall(ctx *DataTypeFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDdlStatement(ctx *DdlStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDeallocatePrepare(ctx *DeallocatePrepareContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDecimalLiteral(ctx *DecimalLiteralContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDecimalMasterOption(ctx *DecimalMasterOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDeclareCondition(ctx *DeclareConditionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDeclareCursor(ctx *DeclareCursorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDeclareHandler(ctx *DeclareHandlerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDeclareVariable(ctx *DeclareVariableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefaultAuthConnectionOption(ctx *DefaultAuthConnectionOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefaultColumnConstraint(ctx *DefaultColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefaultValue(ctx *DefaultValueContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefiniteFullTablePrivLevel(ctx *DefiniteFullTablePrivLevelContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefiniteFullTablePrivLevel2(ctx *DefiniteFullTablePrivLevel2Context) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefiniteSchemaPrivLevel(ctx *DefiniteSchemaPrivLevelContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDefiniteTablePrivLevel(ctx *DefiniteTablePrivLevelContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDeleteStatement(ctx *DeleteStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDescribeConnection(ctx *DescribeConnectionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDescribeStatements(ctx *DescribeStatementsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDetailRevoke(ctx *DetailRevokeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDiagnosticsConditionInformationName(ctx *DiagnosticsConditionInformationNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDiagnosticsStatement(ctx *DiagnosticsStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDimensionDataType(ctx *DimensionDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDmlStatement(ctx *DmlStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDoDbReplication(ctx *DoDbReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDoStatement(ctx *DoStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDoTableReplication(ctx *DoTableReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDottedId(ctx *DottedIdContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropDatabase(ctx *DropDatabaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropEvent(ctx *DropEventContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropFunction(ctx *DropFunctionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropIndex(ctx *DropIndexContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropLogfileGroup(ctx *DropLogfileGroupContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropProcedure(ctx *DropProcedureContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropServer(ctx *DropServerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropTable(ctx *DropTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropTablespace(ctx *DropTablespaceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropTrigger(ctx *DropTriggerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropUser(ctx *DropUserContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitDropView(ctx *DropViewContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitElifAlternative(ctx *ElifAlternativeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitEmptyStatement(ctx *EmptyStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitEnableType(ctx *EnableTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitEngineName(ctx *EngineNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExecuteStatement(ctx *ExecuteStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExistsExpressionAtom(ctx *ExistsExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExpressionAtomPredicate(ctx *ExpressionAtomPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExpressionOrDefault(ctx *ExpressionOrDefaultContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExpressions(ctx *ExpressionsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExpressionsWithDefaults(ctx *ExpressionsWithDefaultsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitExtractFunctionCall(ctx *ExtractFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFetchCursor(ctx *FetchCursorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFileSizeLiteral(ctx *FileSizeLiteralContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFlushStatement(ctx *FlushStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFlushTableOption(ctx *FlushTableOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitForeignKeyTableConstraint(ctx *ForeignKeyTableConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFormatColumnConstraint(ctx *FormatColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFromClause(ctx *FromClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFullColumnName(ctx *FullColumnNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFullColumnNameExpressionAtom(ctx *FullColumnNameExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFullDescribeStatement(ctx *FullDescribeStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFullId(ctx *FullIdContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFunctionArg(ctx *FunctionArgContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFunctionArgs(ctx *FunctionArgsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFunctionCallExpressionAtom(ctx *FunctionCallExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFunctionNameBase(ctx *FunctionNameBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitFunctionParameter(ctx *FunctionParameterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGeneratedColumnConstraint(ctx *GeneratedColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGetFormatFunctionCall(ctx *GetFormatFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGlobalPrivLevel(ctx *GlobalPrivLevelContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGrantProxy(ctx *GrantProxyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGrantStatement(ctx *GrantStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGroupByClause(ctx *GroupByClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGroupByItem(ctx *GroupByItemContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGtidsUntilOption(ctx *GtidsUntilOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitGtuidSet(ctx *GtuidSetContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerCloseStatement(ctx *HandlerCloseStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerConditionCode(ctx *HandlerConditionCodeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerConditionException(ctx *HandlerConditionExceptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerConditionName(ctx *HandlerConditionNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerConditionNotfound(ctx *HandlerConditionNotfoundContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerConditionState(ctx *HandlerConditionStateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerConditionWarning(ctx *HandlerConditionWarningContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerOpenStatement(ctx *HandlerOpenStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerReadIndexStatement(ctx *HandlerReadIndexStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerReadStatement(ctx *HandlerReadStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHandlerStatement(ctx *HandlerStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHashAuthOption(ctx *HashAuthOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHavingClause(ctx *HavingClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHelpStatement(ctx *HelpStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitHexadecimalLiteral(ctx *HexadecimalLiteralContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIfExists(ctx *IfExistsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIfNotExists(ctx *IfNotExistsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIfStatement(ctx *IfStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIgnoreDbReplication(ctx *IgnoreDbReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIgnoreTableReplication(ctx *IgnoreTableReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitInPredicate(ctx *InPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexColumnName(ctx *IndexColumnNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexColumnNames(ctx *IndexColumnNamesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexDeclaration(ctx *IndexDeclarationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexHint(ctx *IndexHintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexHintType(ctx *IndexHintTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexOption(ctx *IndexOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIndexType(ctx *IndexTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitInnerJoin(ctx *InnerJoinContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitInsertStatement(ctx *InsertStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitInsertStatementValue(ctx *InsertStatementValueContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitInstallPlugin(ctx *InstallPluginContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIntervalExpr(ctx *IntervalExprContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIntervalExpressionAtom(ctx *IntervalExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIntervalSchedule(ctx *IntervalScheduleContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIntervalType(ctx *IntervalTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIntervalTypeBase(ctx *IntervalTypeBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIsExpression(ctx *IsExpressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIsNullPredicate(ctx *IsNullPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitIterateStatement(ctx *IterateStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitJsonExpressionAtom(ctx *JsonExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitJsonMemberOfPredicate(ctx *JsonMemberOfPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitJsonOperator(ctx *JsonOperatorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitJsonValueFunctionCall(ctx *JsonValueFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitKeywordsCanBeId(ctx *KeywordsCanBeIdContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitKillStatement(ctx *KillStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLeaveStatement(ctx *LeaveStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLengthOneDimension(ctx *LengthOneDimensionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLengthTwoDimension(ctx *LengthTwoDimensionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLengthTwoOptionalDimension(ctx *LengthTwoOptionalDimensionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLevelInWeightListElement(ctx *LevelInWeightListElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLevelWeightList(ctx *LevelWeightListContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLevelWeightRange(ctx *LevelWeightRangeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLikePredicate(ctx *LikePredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLimitClause(ctx *LimitClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLimitClauseAtom(ctx *LimitClauseAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLoadDataStatement(ctx *LoadDataStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLoadIndexIntoCache(ctx *LoadIndexIntoCacheContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLoadXmlStatement(ctx *LoadXmlStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLoadedTableIndexes(ctx *LoadedTableIndexesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLockAction(ctx *LockActionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLockClause(ctx *LockClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLockTableElement(ctx *LockTableElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLockTables(ctx *LockTablesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLogicalExpression(ctx *LogicalExpressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLogicalOperator(ctx *LogicalOperatorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLongVarbinaryDataType(ctx *LongVarbinaryDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLongVarcharDataType(ctx *LongVarcharDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitLoopStatement(ctx *LoopStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMasterBoolOption(ctx *MasterBoolOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMasterDecimalOption(ctx *MasterDecimalOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMasterLogUntilOption(ctx *MasterLogUntilOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMasterRealOption(ctx *MasterRealOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMasterStringOption(ctx *MasterStringOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMasterUidListOption(ctx *MasterUidListOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMathExpressionAtom(ctx *MathExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMathOperator(ctx *MathOperatorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMultipleDeleteStatement(ctx *MultipleDeleteStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMultipleUpdateStatement(ctx *MultipleUpdateStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMysqlVariable(ctx *MysqlVariableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitMysqlVariableExpressionAtom(ctx *MysqlVariableExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNationalStringDataType(ctx *NationalStringDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNationalVaryingStringDataType(ctx *NationalVaryingStringDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNaturalJoin(ctx *NaturalJoinContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNestedExpressionAtom(ctx *NestedExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNestedRowExpressionAtom(ctx *NestedRowExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNotExpression(ctx *NotExpressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNullColumnConstraint(ctx *NullColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitNullNotnull(ctx *NullNotnullContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitOpenCursor(ctx *OpenCursorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitOptimizeTable(ctx *OptimizeTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitOrderByClause(ctx *OrderByClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitOrderByExpression(ctx *OrderByExpressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitOuterJoin(ctx *OuterJoinContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitOwnerStatement(ctx *OwnerStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitParenthesisSelect(ctx *ParenthesisSelectContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionComparison(ctx *PartitionComparisonContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionDefinerAtom(ctx *PartitionDefinerAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionDefinerVector(ctx *PartitionDefinerVectorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionDefinitions(ctx *PartitionDefinitionsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionFunctionHash(ctx *PartitionFunctionHashContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionFunctionKey(ctx *PartitionFunctionKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionFunctionList(ctx *PartitionFunctionListContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionFunctionRange(ctx *PartitionFunctionRangeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionListAtom(ctx *PartitionListAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionListVector(ctx *PartitionListVectorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionComment(ctx *PartitionOptionCommentContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionDataDirectory(ctx *PartitionOptionDataDirectoryContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionEngine(ctx *PartitionOptionEngineContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionIndexDirectory(ctx *PartitionOptionIndexDirectoryContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionMaxRows(ctx *PartitionOptionMaxRowsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionMinRows(ctx *PartitionOptionMinRowsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionNodeGroup(ctx *PartitionOptionNodeGroupContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionOptionTablespace(ctx *PartitionOptionTablespaceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPartitionSimple(ctx *PartitionSimpleContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPasswordAuthOption(ctx *PasswordAuthOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPasswordConnectionOption(ctx *PasswordConnectionOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPasswordFunctionCall(ctx *PasswordFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPasswordFunctionClause(ctx *PasswordFunctionClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPluginDirConnectionOption(ctx *PluginDirConnectionOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPositionFunctionCall(ctx *PositionFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPreciseSchedule(ctx *PreciseScheduleContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPredicateExpression(ctx *PredicateExpressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPrepareStatement(ctx *PrepareStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPreparedStatement(ctx *PreparedStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPrimaryKeyColumnConstraint(ctx *PrimaryKeyColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPrimaryKeyTableConstraint(ctx *PrimaryKeyTableConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPrivelegeClause(ctx *PrivelegeClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPrivilege(ctx *PrivilegeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPrivilegesBase(ctx *PrivilegesBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitProcedureParameter(ctx *ProcedureParameterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitProcedureSqlStatement(ctx *ProcedureSqlStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitPurgeBinaryLogs(ctx *PurgeBinaryLogsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitQueryCreateTable(ctx *QueryCreateTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitQueryExpression(ctx *QueryExpressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitQueryExpressionNointo(ctx *QueryExpressionNointoContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitQuerySpecification(ctx *QuerySpecificationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitQuerySpecificationNointo(ctx *QuerySpecificationNointoContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReferenceAction(ctx *ReferenceActionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReferenceColumnConstraint(ctx *ReferenceColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReferenceControlType(ctx *ReferenceControlTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReferenceDefinition(ctx *ReferenceDefinitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRegexpPredicate(ctx *RegexpPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRelayLogUntilOption(ctx *RelayLogUntilOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReleaseStatement(ctx *ReleaseStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRenameTable(ctx *RenameTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRenameTableClause(ctx *RenameTableClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRenameUser(ctx *RenameUserContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRenameUserClause(ctx *RenameUserClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRepairTable(ctx *RepairTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRepeatStatement(ctx *RepeatStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReplaceStatement(ctx *ReplaceStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReplicationStatement(ctx *ReplicationStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitResetMaster(ctx *ResetMasterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitResetSlave(ctx *ResetSlaveContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitResetStatement(ctx *ResetStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitResignalStatement(ctx *ResignalStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitReturnStatement(ctx *ReturnStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRevokeProxy(ctx *RevokeProxyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRewriteDbReplication(ctx *RewriteDbReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRollbackStatement(ctx *RollbackStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRollbackWork(ctx *RollbackWorkContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoot(ctx *RootContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoutineBehavior(ctx *RoutineBehaviorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoutineBody(ctx *RoutineBodyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoutineComment(ctx *RoutineCommentContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoutineData(ctx *RoutineDataContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoutineLanguage(ctx *RoutineLanguageContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitRoutineSecurity(ctx *RoutineSecurityContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSavepointStatement(ctx *SavepointStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitScalarFunctionCall(ctx *ScalarFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitScalarFunctionName(ctx *ScalarFunctionNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectColumnElement(ctx *SelectColumnElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectElements(ctx *SelectElementsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectExpressionElement(ctx *SelectExpressionElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectFieldsInto(ctx *SelectFieldsIntoContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectFunctionElement(ctx *SelectFunctionElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectIntoDumpFile(ctx *SelectIntoDumpFileContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectIntoTextFile(ctx *SelectIntoTextFileContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectIntoVariables(ctx *SelectIntoVariablesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectLinesInto(ctx *SelectLinesIntoContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectSpec(ctx *SelectSpecContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSelectStarElement(ctx *SelectStarElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSerialDefaultColumnConstraint(ctx *SerialDefaultColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitServerOption(ctx *ServerOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetAutocommit(ctx *SetAutocommitContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetAutocommitStatement(ctx *SetAutocommitStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetCharset(ctx *SetCharsetContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetNames(ctx *SetNamesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetNewValueInsideTrigger(ctx *SetNewValueInsideTriggerContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetPassword(ctx *SetPasswordContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetPasswordStatement(ctx *SetPasswordStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetTransaction(ctx *SetTransactionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetTransactionStatement(ctx *SetTransactionStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSetVariable(ctx *SetVariableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShortRevoke(ctx *ShortRevokeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowColumns(ctx *ShowColumnsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowCommonEntity(ctx *ShowCommonEntityContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowCountErrors(ctx *ShowCountErrorsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowCreateDb(ctx *ShowCreateDbContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowCreateFullIdObject(ctx *ShowCreateFullIdObjectContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowCreateUser(ctx *ShowCreateUserContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowEngine(ctx *ShowEngineContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowErrors(ctx *ShowErrorsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowFilter(ctx *ShowFilterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowGlobalInfo(ctx *ShowGlobalInfoContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowGlobalInfoClause(ctx *ShowGlobalInfoClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowGrants(ctx *ShowGrantsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowIndexes(ctx *ShowIndexesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowLogEvents(ctx *ShowLogEventsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowMasterLogs(ctx *ShowMasterLogsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowObjectFilter(ctx *ShowObjectFilterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowOpenTables(ctx *ShowOpenTablesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowProfile(ctx *ShowProfileContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowProfileType(ctx *ShowProfileTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowRoutine(ctx *ShowRoutineContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowSchemaEntity(ctx *ShowSchemaEntityContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowSchemaFilter(ctx *ShowSchemaFilterContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShowSlaveStatus(ctx *ShowSlaveStatusContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitShutdownStatement(ctx *ShutdownStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSignalConditionInformation(ctx *SignalConditionInformationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSignalStatement(ctx *SignalStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleAuthOption(ctx *SimpleAuthOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleDataType(ctx *SimpleDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleDescribeStatement(ctx *SimpleDescribeStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleFlushOption(ctx *SimpleFlushOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleFunctionCall(ctx *SimpleFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleId(ctx *SimpleIdContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleIndexDeclaration(ctx *SimpleIndexDeclarationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleSelect(ctx *SimpleSelectContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSimpleStrings(ctx *SimpleStringsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSingleDeleteStatement(ctx *SingleDeleteStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSingleUpdateStatement(ctx *SingleUpdateStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSoundsLikePredicate(ctx *SoundsLikePredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSpatialDataType(ctx *SpatialDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSpecialIndexDeclaration(ctx *SpecialIndexDeclarationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSpecificFunctionCall(ctx *SpecificFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSqlGapsUntilOption(ctx *SqlGapsUntilOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSqlStatement(ctx *SqlStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSqlStatements(ctx *SqlStatementsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStartGroupReplication(ctx *StartGroupReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStartSlave(ctx *StartSlaveContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStartTransaction(ctx *StartTransactionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStopGroupReplication(ctx *StopGroupReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStopSlave(ctx *StopSlaveContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStorageColumnConstraint(ctx *StorageColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStraightJoin(ctx *StraightJoinContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStringAuthOption(ctx *StringAuthOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStringDataType(ctx *StringDataTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStringLiteral(ctx *StringLiteralContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitStringMasterOption(ctx *StringMasterOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubPartitionFunctionHash(ctx *SubPartitionFunctionHashContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubPartitionFunctionKey(ctx *SubPartitionFunctionKeyContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubpartitionDefinition(ctx *SubpartitionDefinitionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubqueryComparisonPredicate(ctx *SubqueryComparisonPredicateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubqueryExpressionAtom(ctx *SubqueryExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubqueryTableItem(ctx *SubqueryTableItemContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitSubstrFunctionCall(ctx *SubstrFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableFlushOption(ctx *TableFlushOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableIndexes(ctx *TableIndexesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableName(ctx *TableNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionAutoIncrement(ctx *TableOptionAutoIncrementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionAverage(ctx *TableOptionAverageContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionCharset(ctx *TableOptionCharsetContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionChecksum(ctx *TableOptionChecksumContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionCollate(ctx *TableOptionCollateContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionComment(ctx *TableOptionCommentContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionCompression(ctx *TableOptionCompressionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionConnection(ctx *TableOptionConnectionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionDataDirectory(ctx *TableOptionDataDirectoryContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionDelay(ctx *TableOptionDelayContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionEncryption(ctx *TableOptionEncryptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionEngine(ctx *TableOptionEngineContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionIndexDirectory(ctx *TableOptionIndexDirectoryContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionInsertMethod(ctx *TableOptionInsertMethodContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionKeyBlockSize(ctx *TableOptionKeyBlockSizeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionMaxRows(ctx *TableOptionMaxRowsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionMinRows(ctx *TableOptionMinRowsContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionPackKeys(ctx *TableOptionPackKeysContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionPassword(ctx *TableOptionPasswordContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionPersistent(ctx *TableOptionPersistentContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionRecalculation(ctx *TableOptionRecalculationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionRowFormat(ctx *TableOptionRowFormatContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionSamplePage(ctx *TableOptionSamplePageContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionTablespace(ctx *TableOptionTablespaceContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableOptionUnion(ctx *TableOptionUnionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTablePair(ctx *TablePairContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableSourceBase(ctx *TableSourceBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableSourceNested(ctx *TableSourceNestedContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableSources(ctx *TableSourcesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTableSourcesItem(ctx *TableSourcesItemContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTables(ctx *TablesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTablespaceStorage(ctx *TablespaceStorageContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitThreadType(ctx *ThreadTypeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTimestampValue(ctx *TimestampValueContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTlsOption(ctx *TlsOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTransactionLevel(ctx *TransactionLevelContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTransactionLevelBase(ctx *TransactionLevelBaseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTransactionMode(ctx *TransactionModeContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTransactionOption(ctx *TransactionOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTransactionStatement(ctx *TransactionStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTrimFunctionCall(ctx *TrimFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitTruncateTable(ctx *TruncateTableContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUdfFunctionCall(ctx *UdfFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUid(ctx *UidContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUidList(ctx *UidListContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnaryExpressionAtom(ctx *UnaryExpressionAtomContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnaryOperator(ctx *UnaryOperatorContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUninstallPlugin(ctx *UninstallPluginContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnionParenthesis(ctx *UnionParenthesisContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnionParenthesisSelect(ctx *UnionParenthesisSelectContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnionSelect(ctx *UnionSelectContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnionStatement(ctx *UnionStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUniqueKeyColumnConstraint(ctx *UniqueKeyColumnConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUniqueKeyTableConstraint(ctx *UniqueKeyTableConstraintContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUnlockTables(ctx *UnlockTablesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUpdateStatement(ctx *UpdateStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUpdatedElement(ctx *UpdatedElementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUseStatement(ctx *UseStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserConnectionOption(ctx *UserConnectionOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserLockOption(ctx *UserLockOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserName(ctx *UserNameContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserPasswordOption(ctx *UserPasswordOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserResourceOption(ctx *UserResourceOptionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserSpecification(ctx *UserSpecificationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUserVariables(ctx *UserVariablesContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUtilityStatement(ctx *UtilityStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitUuidSet(ctx *UuidSetContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitValuesFunctionCall(ctx *ValuesFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitVariableClause(ctx *VariableClauseContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitWeightFunctionCall(ctx *WeightFunctionCallContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitWhileStatement(ctx *WhileStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitWildDoTableReplication(ctx *WildDoTableReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitWildIgnoreTableReplication(ctx *WildIgnoreTableReplicationContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXaCommitWork(ctx *XaCommitWorkContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXaEndTransaction(ctx *XaEndTransactionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXaPrepareStatement(ctx *XaPrepareStatementContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXaRecoverWork(ctx *XaRecoverWorkContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXaRollbackWork(ctx *XaRollbackWorkContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXaStartTransaction(ctx *XaStartTransactionContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXid(ctx *XidContext) interface{}
- func (v *BaseMySqlParserVisitor) VisitXuidStringId(ctx *XuidStringIdContext) interface{}
- type BeginWorkContext
- func (s *BeginWorkContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BeginWorkContext) BEGIN() antlr.TerminalNode
- func (s *BeginWorkContext) GetParser() antlr.Parser
- func (s *BeginWorkContext) GetRuleContext() antlr.RuleContext
- func (*BeginWorkContext) IsBeginWorkContext()
- func (s *BeginWorkContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *BeginWorkContext) WORK() antlr.TerminalNode
- type BetweenPredicateContext
- func (s *BetweenPredicateContext) AND() antlr.TerminalNode
- func (s *BetweenPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BetweenPredicateContext) AllPredicate() []IPredicateContext
- func (s *BetweenPredicateContext) BETWEEN() antlr.TerminalNode
- func (s *BetweenPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *BetweenPredicateContext) NOT() antlr.TerminalNode
- func (s *BetweenPredicateContext) Predicate(i int) IPredicateContext
- type BinaryComparisonPredicateContext
- func (s *BinaryComparisonPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BinaryComparisonPredicateContext) AllPredicate() []IPredicateContext
- func (s *BinaryComparisonPredicateContext) ComparisonOperator() IComparisonOperatorContext
- func (s *BinaryComparisonPredicateContext) GetLeft() IPredicateContext
- func (s *BinaryComparisonPredicateContext) GetRight() IPredicateContext
- func (s *BinaryComparisonPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *BinaryComparisonPredicateContext) Predicate(i int) IPredicateContext
- func (s *BinaryComparisonPredicateContext) SetLeft(v IPredicateContext)
- func (s *BinaryComparisonPredicateContext) SetRight(v IPredicateContext)
- type BinaryExpressionAtomContext
- func (s *BinaryExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BinaryExpressionAtomContext) BINARY() antlr.TerminalNode
- func (s *BinaryExpressionAtomContext) ExpressionAtom() IExpressionAtomContext
- func (s *BinaryExpressionAtomContext) GetRuleContext() antlr.RuleContext
- type BinlogStatementContext
- func (s *BinlogStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BinlogStatementContext) BINLOG() antlr.TerminalNode
- func (s *BinlogStatementContext) GetParser() antlr.Parser
- func (s *BinlogStatementContext) GetRuleContext() antlr.RuleContext
- func (*BinlogStatementContext) IsBinlogStatementContext()
- func (s *BinlogStatementContext) STRING_LITERAL() antlr.TerminalNode
- func (s *BinlogStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BitExpressionAtomContext
- func (s *BitExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BitExpressionAtomContext) AllExpressionAtom() []IExpressionAtomContext
- func (s *BitExpressionAtomContext) BitOperator() IBitOperatorContext
- func (s *BitExpressionAtomContext) ExpressionAtom(i int) IExpressionAtomContext
- func (s *BitExpressionAtomContext) GetLeft() IExpressionAtomContext
- func (s *BitExpressionAtomContext) GetRight() IExpressionAtomContext
- func (s *BitExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *BitExpressionAtomContext) SetLeft(v IExpressionAtomContext)
- func (s *BitExpressionAtomContext) SetRight(v IExpressionAtomContext)
- type BitOperatorContext
- func (s *BitOperatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BitOperatorContext) AllGREATER_SYMBOL() []antlr.TerminalNode
- func (s *BitOperatorContext) AllLESS_SYMBOL() []antlr.TerminalNode
- func (s *BitOperatorContext) BIT_AND_OP() antlr.TerminalNode
- func (s *BitOperatorContext) BIT_OR_OP() antlr.TerminalNode
- func (s *BitOperatorContext) BIT_XOR_OP() antlr.TerminalNode
- func (s *BitOperatorContext) GREATER_SYMBOL(i int) antlr.TerminalNode
- func (s *BitOperatorContext) GetParser() antlr.Parser
- func (s *BitOperatorContext) GetRuleContext() antlr.RuleContext
- func (*BitOperatorContext) IsBitOperatorContext()
- func (s *BitOperatorContext) LESS_SYMBOL(i int) antlr.TerminalNode
- func (s *BitOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BlockStatementContext
- func (s *BlockStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BlockStatementContext) AllDeclareCondition() []IDeclareConditionContext
- func (s *BlockStatementContext) AllDeclareCursor() []IDeclareCursorContext
- func (s *BlockStatementContext) AllDeclareHandler() []IDeclareHandlerContext
- func (s *BlockStatementContext) AllDeclareVariable() []IDeclareVariableContext
- func (s *BlockStatementContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *BlockStatementContext) AllSEMI() []antlr.TerminalNode
- func (s *BlockStatementContext) AllUid() []IUidContext
- func (s *BlockStatementContext) BEGIN() antlr.TerminalNode
- func (s *BlockStatementContext) COLON_SYMB() antlr.TerminalNode
- func (s *BlockStatementContext) DeclareCondition(i int) IDeclareConditionContext
- func (s *BlockStatementContext) DeclareCursor(i int) IDeclareCursorContext
- func (s *BlockStatementContext) DeclareHandler(i int) IDeclareHandlerContext
- func (s *BlockStatementContext) DeclareVariable(i int) IDeclareVariableContext
- func (s *BlockStatementContext) END() antlr.TerminalNode
- func (s *BlockStatementContext) GetParser() antlr.Parser
- func (s *BlockStatementContext) GetRuleContext() antlr.RuleContext
- func (*BlockStatementContext) IsBlockStatementContext()
- func (s *BlockStatementContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *BlockStatementContext) SEMI(i int) antlr.TerminalNode
- func (s *BlockStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *BlockStatementContext) Uid(i int) IUidContext
- type BoolMasterOptionContext
- func (s *BoolMasterOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BoolMasterOptionContext) GetParser() antlr.Parser
- func (s *BoolMasterOptionContext) GetRuleContext() antlr.RuleContext
- func (*BoolMasterOptionContext) IsBoolMasterOptionContext()
- func (s *BoolMasterOptionContext) MASTER_AUTO_POSITION() antlr.TerminalNode
- func (s *BoolMasterOptionContext) MASTER_SSL() antlr.TerminalNode
- func (s *BoolMasterOptionContext) MASTER_SSL_VERIFY_SERVER_CERT() antlr.TerminalNode
- func (s *BoolMasterOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BooleanLiteralContext
- func (s *BooleanLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BooleanLiteralContext) FALSE() antlr.TerminalNode
- func (s *BooleanLiteralContext) GetParser() antlr.Parser
- func (s *BooleanLiteralContext) GetRuleContext() antlr.RuleContext
- func (*BooleanLiteralContext) IsBooleanLiteralContext()
- func (s *BooleanLiteralContext) TRUE() antlr.TerminalNode
- func (s *BooleanLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CacheIndexStatementContext
- func (s *CacheIndexStatementContext) ALL() antlr.TerminalNode
- func (s *CacheIndexStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CacheIndexStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *CacheIndexStatementContext) AllTableIndexes() []ITableIndexesContext
- func (s *CacheIndexStatementContext) CACHE() antlr.TerminalNode
- func (s *CacheIndexStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *CacheIndexStatementContext) GetParser() antlr.Parser
- func (s *CacheIndexStatementContext) GetRuleContext() antlr.RuleContext
- func (s *CacheIndexStatementContext) GetSchema() IUidContext
- func (s *CacheIndexStatementContext) IN() antlr.TerminalNode
- func (s *CacheIndexStatementContext) INDEX() antlr.TerminalNode
- func (*CacheIndexStatementContext) IsCacheIndexStatementContext()
- func (s *CacheIndexStatementContext) LR_BRACKET() antlr.TerminalNode
- func (s *CacheIndexStatementContext) PARTITION() antlr.TerminalNode
- func (s *CacheIndexStatementContext) RR_BRACKET() antlr.TerminalNode
- func (s *CacheIndexStatementContext) SetSchema(v IUidContext)
- func (s *CacheIndexStatementContext) TableIndexes(i int) ITableIndexesContext
- func (s *CacheIndexStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CacheIndexStatementContext) Uid() IUidContext
- func (s *CacheIndexStatementContext) UidList() IUidListContext
- type CallStatementContext
- func (s *CallStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CallStatementContext) CALL() antlr.TerminalNode
- func (s *CallStatementContext) Constants() IConstantsContext
- func (s *CallStatementContext) Expressions() IExpressionsContext
- func (s *CallStatementContext) FullId() IFullIdContext
- func (s *CallStatementContext) GetParser() antlr.Parser
- func (s *CallStatementContext) GetRuleContext() antlr.RuleContext
- func (*CallStatementContext) IsCallStatementContext()
- func (s *CallStatementContext) LR_BRACKET() antlr.TerminalNode
- func (s *CallStatementContext) RR_BRACKET() antlr.TerminalNode
- func (s *CallStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CaseAlternativeContext
- func (s *CaseAlternativeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CaseAlternativeContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *CaseAlternativeContext) Constant() IConstantContext
- func (s *CaseAlternativeContext) Expression() IExpressionContext
- func (s *CaseAlternativeContext) GetParser() antlr.Parser
- func (s *CaseAlternativeContext) GetRuleContext() antlr.RuleContext
- func (*CaseAlternativeContext) IsCaseAlternativeContext()
- func (s *CaseAlternativeContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *CaseAlternativeContext) THEN() antlr.TerminalNode
- func (s *CaseAlternativeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CaseAlternativeContext) WHEN() antlr.TerminalNode
- type CaseExpressionFunctionCallContext
- func (s *CaseExpressionFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CaseExpressionFunctionCallContext) AllCaseFuncAlternative() []ICaseFuncAlternativeContext
- func (s *CaseExpressionFunctionCallContext) CASE() antlr.TerminalNode
- func (s *CaseExpressionFunctionCallContext) CaseFuncAlternative(i int) ICaseFuncAlternativeContext
- func (s *CaseExpressionFunctionCallContext) ELSE() antlr.TerminalNode
- func (s *CaseExpressionFunctionCallContext) END() antlr.TerminalNode
- func (s *CaseExpressionFunctionCallContext) Expression() IExpressionContext
- func (s *CaseExpressionFunctionCallContext) FunctionArg() IFunctionArgContext
- func (s *CaseExpressionFunctionCallContext) GetElseArg() IFunctionArgContext
- func (s *CaseExpressionFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *CaseExpressionFunctionCallContext) SetElseArg(v IFunctionArgContext)
- type CaseFuncAlternativeContext
- func (s *CaseFuncAlternativeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CaseFuncAlternativeContext) AllFunctionArg() []IFunctionArgContext
- func (s *CaseFuncAlternativeContext) FunctionArg(i int) IFunctionArgContext
- func (s *CaseFuncAlternativeContext) GetCondition() IFunctionArgContext
- func (s *CaseFuncAlternativeContext) GetConsequent() IFunctionArgContext
- func (s *CaseFuncAlternativeContext) GetParser() antlr.Parser
- func (s *CaseFuncAlternativeContext) GetRuleContext() antlr.RuleContext
- func (*CaseFuncAlternativeContext) IsCaseFuncAlternativeContext()
- func (s *CaseFuncAlternativeContext) SetCondition(v IFunctionArgContext)
- func (s *CaseFuncAlternativeContext) SetConsequent(v IFunctionArgContext)
- func (s *CaseFuncAlternativeContext) THEN() antlr.TerminalNode
- func (s *CaseFuncAlternativeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CaseFuncAlternativeContext) WHEN() antlr.TerminalNode
- type CaseFunctionCallContext
- func (s *CaseFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CaseFunctionCallContext) AllCaseFuncAlternative() []ICaseFuncAlternativeContext
- func (s *CaseFunctionCallContext) CASE() antlr.TerminalNode
- func (s *CaseFunctionCallContext) CaseFuncAlternative(i int) ICaseFuncAlternativeContext
- func (s *CaseFunctionCallContext) ELSE() antlr.TerminalNode
- func (s *CaseFunctionCallContext) END() antlr.TerminalNode
- func (s *CaseFunctionCallContext) FunctionArg() IFunctionArgContext
- func (s *CaseFunctionCallContext) GetElseArg() IFunctionArgContext
- func (s *CaseFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *CaseFunctionCallContext) SetElseArg(v IFunctionArgContext)
- type CaseStatementContext
- func (s *CaseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CaseStatementContext) AllCASE() []antlr.TerminalNode
- func (s *CaseStatementContext) AllCaseAlternative() []ICaseAlternativeContext
- func (s *CaseStatementContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *CaseStatementContext) CASE(i int) antlr.TerminalNode
- func (s *CaseStatementContext) CaseAlternative(i int) ICaseAlternativeContext
- func (s *CaseStatementContext) ELSE() antlr.TerminalNode
- func (s *CaseStatementContext) END() antlr.TerminalNode
- func (s *CaseStatementContext) Expression() IExpressionContext
- func (s *CaseStatementContext) GetParser() antlr.Parser
- func (s *CaseStatementContext) GetRuleContext() antlr.RuleContext
- func (*CaseStatementContext) IsCaseStatementContext()
- func (s *CaseStatementContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *CaseStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CaseStatementContext) Uid() IUidContext
- type ChangeMasterContext
- func (s *ChangeMasterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ChangeMasterContext) AllCOMMA() []antlr.TerminalNode
- func (s *ChangeMasterContext) AllMasterOption() []IMasterOptionContext
- func (s *ChangeMasterContext) CHANGE() antlr.TerminalNode
- func (s *ChangeMasterContext) COMMA(i int) antlr.TerminalNode
- func (s *ChangeMasterContext) ChannelOption() IChannelOptionContext
- func (s *ChangeMasterContext) GetParser() antlr.Parser
- func (s *ChangeMasterContext) GetRuleContext() antlr.RuleContext
- func (*ChangeMasterContext) IsChangeMasterContext()
- func (s *ChangeMasterContext) MASTER() antlr.TerminalNode
- func (s *ChangeMasterContext) MasterOption(i int) IMasterOptionContext
- func (s *ChangeMasterContext) TO() antlr.TerminalNode
- func (s *ChangeMasterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ChangeReplicationFilterContext
- func (s *ChangeReplicationFilterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ChangeReplicationFilterContext) AllCOMMA() []antlr.TerminalNode
- func (s *ChangeReplicationFilterContext) AllReplicationFilter() []IReplicationFilterContext
- func (s *ChangeReplicationFilterContext) CHANGE() antlr.TerminalNode
- func (s *ChangeReplicationFilterContext) COMMA(i int) antlr.TerminalNode
- func (s *ChangeReplicationFilterContext) FILTER() antlr.TerminalNode
- func (s *ChangeReplicationFilterContext) GetParser() antlr.Parser
- func (s *ChangeReplicationFilterContext) GetRuleContext() antlr.RuleContext
- func (*ChangeReplicationFilterContext) IsChangeReplicationFilterContext()
- func (s *ChangeReplicationFilterContext) REPLICATION() antlr.TerminalNode
- func (s *ChangeReplicationFilterContext) ReplicationFilter(i int) IReplicationFilterContext
- func (s *ChangeReplicationFilterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ChannelFlushOptionContext
- func (s *ChannelFlushOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ChannelFlushOptionContext) ChannelOption() IChannelOptionContext
- func (s *ChannelFlushOptionContext) GetRuleContext() antlr.RuleContext
- func (s *ChannelFlushOptionContext) LOGS() antlr.TerminalNode
- func (s *ChannelFlushOptionContext) RELAY() antlr.TerminalNode
- type ChannelOptionContext
- func (s *ChannelOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ChannelOptionContext) CHANNEL() antlr.TerminalNode
- func (s *ChannelOptionContext) FOR() antlr.TerminalNode
- func (s *ChannelOptionContext) GetParser() antlr.Parser
- func (s *ChannelOptionContext) GetRuleContext() antlr.RuleContext
- func (*ChannelOptionContext) IsChannelOptionContext()
- func (s *ChannelOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *ChannelOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CharFunctionCallContext
- func (s *CharFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CharFunctionCallContext) CHAR() antlr.TerminalNode
- func (s *CharFunctionCallContext) CharsetName() ICharsetNameContext
- func (s *CharFunctionCallContext) FunctionArgs() IFunctionArgsContext
- func (s *CharFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *CharFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *CharFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *CharFunctionCallContext) USING() antlr.TerminalNode
- type CharsetNameBaseContext
- func (s *CharsetNameBaseContext) ARMSCII8() antlr.TerminalNode
- func (s *CharsetNameBaseContext) ASCII() antlr.TerminalNode
- func (s *CharsetNameBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CharsetNameBaseContext) BIG5() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP850() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP852() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP866() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP932() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP1250() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP1251() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP1256() antlr.TerminalNode
- func (s *CharsetNameBaseContext) CP1257() antlr.TerminalNode
- func (s *CharsetNameBaseContext) DEC8() antlr.TerminalNode
- func (s *CharsetNameBaseContext) EUCJPMS() antlr.TerminalNode
- func (s *CharsetNameBaseContext) EUCKR() antlr.TerminalNode
- func (s *CharsetNameBaseContext) GB2312() antlr.TerminalNode
- func (s *CharsetNameBaseContext) GBK() antlr.TerminalNode
- func (s *CharsetNameBaseContext) GEOSTD8() antlr.TerminalNode
- func (s *CharsetNameBaseContext) GREEK() antlr.TerminalNode
- func (s *CharsetNameBaseContext) GetParser() antlr.Parser
- func (s *CharsetNameBaseContext) GetRuleContext() antlr.RuleContext
- func (s *CharsetNameBaseContext) HEBREW() antlr.TerminalNode
- func (s *CharsetNameBaseContext) HP8() antlr.TerminalNode
- func (*CharsetNameBaseContext) IsCharsetNameBaseContext()
- func (s *CharsetNameBaseContext) KEYBCS2() antlr.TerminalNode
- func (s *CharsetNameBaseContext) KOI8R() antlr.TerminalNode
- func (s *CharsetNameBaseContext) KOI8U() antlr.TerminalNode
- func (s *CharsetNameBaseContext) LATIN1() antlr.TerminalNode
- func (s *CharsetNameBaseContext) LATIN2() antlr.TerminalNode
- func (s *CharsetNameBaseContext) LATIN5() antlr.TerminalNode
- func (s *CharsetNameBaseContext) LATIN7() antlr.TerminalNode
- func (s *CharsetNameBaseContext) MACCE() antlr.TerminalNode
- func (s *CharsetNameBaseContext) MACROMAN() antlr.TerminalNode
- func (s *CharsetNameBaseContext) SJIS() antlr.TerminalNode
- func (s *CharsetNameBaseContext) SWE7() antlr.TerminalNode
- func (s *CharsetNameBaseContext) TIS620() antlr.TerminalNode
- func (s *CharsetNameBaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CharsetNameBaseContext) UCS2() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UJIS() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UTF8() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UTF8MB3() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UTF8MB4() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UTF16() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UTF16LE() antlr.TerminalNode
- func (s *CharsetNameBaseContext) UTF32() antlr.TerminalNode
- type CharsetNameContext
- func (s *CharsetNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CharsetNameContext) BINARY() antlr.TerminalNode
- func (s *CharsetNameContext) CHARSET_REVERSE_QOUTE_STRING() antlr.TerminalNode
- func (s *CharsetNameContext) CharsetNameBase() ICharsetNameBaseContext
- func (s *CharsetNameContext) GetParser() antlr.Parser
- func (s *CharsetNameContext) GetRuleContext() antlr.RuleContext
- func (*CharsetNameContext) IsCharsetNameContext()
- func (s *CharsetNameContext) STRING_LITERAL() antlr.TerminalNode
- func (s *CharsetNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CheckColumnConstraintContext
- func (s *CheckColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CheckColumnConstraintContext) CHECK() antlr.TerminalNode
- func (s *CheckColumnConstraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *CheckColumnConstraintContext) Expression() IExpressionContext
- func (s *CheckColumnConstraintContext) GetName() IUidContext
- func (s *CheckColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *CheckColumnConstraintContext) LR_BRACKET() antlr.TerminalNode
- func (s *CheckColumnConstraintContext) RR_BRACKET() antlr.TerminalNode
- func (s *CheckColumnConstraintContext) SetName(v IUidContext)
- func (s *CheckColumnConstraintContext) Uid() IUidContext
- type CheckTableConstraintContext
- func (s *CheckTableConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CheckTableConstraintContext) CHECK() antlr.TerminalNode
- func (s *CheckTableConstraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *CheckTableConstraintContext) Expression() IExpressionContext
- func (s *CheckTableConstraintContext) GetName() IUidContext
- func (s *CheckTableConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *CheckTableConstraintContext) LR_BRACKET() antlr.TerminalNode
- func (s *CheckTableConstraintContext) RR_BRACKET() antlr.TerminalNode
- func (s *CheckTableConstraintContext) SetName(v IUidContext)
- func (s *CheckTableConstraintContext) Uid() IUidContext
- type CheckTableContext
- func (s *CheckTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CheckTableContext) AllCheckTableOption() []ICheckTableOptionContext
- func (s *CheckTableContext) CHECK() antlr.TerminalNode
- func (s *CheckTableContext) CheckTableOption(i int) ICheckTableOptionContext
- func (s *CheckTableContext) GetParser() antlr.Parser
- func (s *CheckTableContext) GetRuleContext() antlr.RuleContext
- func (*CheckTableContext) IsCheckTableContext()
- func (s *CheckTableContext) TABLE() antlr.TerminalNode
- func (s *CheckTableContext) Tables() ITablesContext
- func (s *CheckTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CheckTableOptionContext
- func (s *CheckTableOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CheckTableOptionContext) CHANGED() antlr.TerminalNode
- func (s *CheckTableOptionContext) EXTENDED() antlr.TerminalNode
- func (s *CheckTableOptionContext) FAST() antlr.TerminalNode
- func (s *CheckTableOptionContext) FOR() antlr.TerminalNode
- func (s *CheckTableOptionContext) GetParser() antlr.Parser
- func (s *CheckTableOptionContext) GetRuleContext() antlr.RuleContext
- func (*CheckTableOptionContext) IsCheckTableOptionContext()
- func (s *CheckTableOptionContext) MEDIUM() antlr.TerminalNode
- func (s *CheckTableOptionContext) QUICK() antlr.TerminalNode
- func (s *CheckTableOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CheckTableOptionContext) UPGRADE() antlr.TerminalNode
- type ChecksumTableContext
- func (s *ChecksumTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ChecksumTableContext) CHECKSUM() antlr.TerminalNode
- func (s *ChecksumTableContext) EXTENDED() antlr.TerminalNode
- func (s *ChecksumTableContext) GetActionOption() antlr.Token
- func (s *ChecksumTableContext) GetParser() antlr.Parser
- func (s *ChecksumTableContext) GetRuleContext() antlr.RuleContext
- func (*ChecksumTableContext) IsChecksumTableContext()
- func (s *ChecksumTableContext) QUICK() antlr.TerminalNode
- func (s *ChecksumTableContext) SetActionOption(v antlr.Token)
- func (s *ChecksumTableContext) TABLE() antlr.TerminalNode
- func (s *ChecksumTableContext) Tables() ITablesContext
- func (s *ChecksumTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CloseCursorContext
- type CollateColumnConstraintContext
- func (s *CollateColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CollateColumnConstraintContext) COLLATE() antlr.TerminalNode
- func (s *CollateColumnConstraintContext) CollationName() ICollationNameContext
- func (s *CollateColumnConstraintContext) GetRuleContext() antlr.RuleContext
- type CollateExpressionAtomContext
- func (s *CollateExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CollateExpressionAtomContext) COLLATE() antlr.TerminalNode
- func (s *CollateExpressionAtomContext) CollationName() ICollationNameContext
- func (s *CollateExpressionAtomContext) ExpressionAtom() IExpressionAtomContext
- func (s *CollateExpressionAtomContext) GetRuleContext() antlr.RuleContext
- type CollationNameContext
- func (s *CollationNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CollationNameContext) GetParser() antlr.Parser
- func (s *CollationNameContext) GetRuleContext() antlr.RuleContext
- func (*CollationNameContext) IsCollationNameContext()
- func (s *CollationNameContext) STRING_LITERAL() antlr.TerminalNode
- func (s *CollationNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CollationNameContext) Uid() IUidContext
- type CollectionDataTypeContext
- func (s *CollectionDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CollectionDataTypeContext) AllSET() []antlr.TerminalNode
- func (s *CollectionDataTypeContext) BINARY() antlr.TerminalNode
- func (s *CollectionDataTypeContext) CHARACTER() antlr.TerminalNode
- func (s *CollectionDataTypeContext) CHARSET() antlr.TerminalNode
- func (s *CollectionDataTypeContext) CharsetName() ICharsetNameContext
- func (s *CollectionDataTypeContext) CollectionOptions() ICollectionOptionsContext
- func (s *CollectionDataTypeContext) ENUM() antlr.TerminalNode
- func (s *CollectionDataTypeContext) GetCs() antlr.Token
- func (s *CollectionDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *CollectionDataTypeContext) GetTypeName() antlr.Token
- func (s *CollectionDataTypeContext) SET(i int) antlr.TerminalNode
- func (s *CollectionDataTypeContext) SetCs(v antlr.Token)
- func (s *CollectionDataTypeContext) SetTypeName(v antlr.Token)
- type CollectionOptionsContext
- func (s *CollectionOptionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CollectionOptionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *CollectionOptionsContext) AllSTRING_LITERAL() []antlr.TerminalNode
- func (s *CollectionOptionsContext) COMMA(i int) antlr.TerminalNode
- func (s *CollectionOptionsContext) GetParser() antlr.Parser
- func (s *CollectionOptionsContext) GetRuleContext() antlr.RuleContext
- func (*CollectionOptionsContext) IsCollectionOptionsContext()
- func (s *CollectionOptionsContext) LR_BRACKET() antlr.TerminalNode
- func (s *CollectionOptionsContext) RR_BRACKET() antlr.TerminalNode
- func (s *CollectionOptionsContext) STRING_LITERAL(i int) antlr.TerminalNode
- func (s *CollectionOptionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ColumnConstraintContext
- func (s *ColumnConstraintContext) CopyFrom(ctx *ColumnConstraintContext)
- func (s *ColumnConstraintContext) GetParser() antlr.Parser
- func (s *ColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (*ColumnConstraintContext) IsColumnConstraintContext()
- func (s *ColumnConstraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ColumnCreateTableContext
- func (s *ColumnCreateTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ColumnCreateTableContext) AllCOMMA() []antlr.TerminalNode
- func (s *ColumnCreateTableContext) AllTableOption() []ITableOptionContext
- func (s *ColumnCreateTableContext) COMMA(i int) antlr.TerminalNode
- func (s *ColumnCreateTableContext) CREATE() antlr.TerminalNode
- func (s *ColumnCreateTableContext) CreateDefinitions() ICreateDefinitionsContext
- func (s *ColumnCreateTableContext) GetRuleContext() antlr.RuleContext
- func (s *ColumnCreateTableContext) IfNotExists() IIfNotExistsContext
- func (s *ColumnCreateTableContext) PartitionDefinitions() IPartitionDefinitionsContext
- func (s *ColumnCreateTableContext) TABLE() antlr.TerminalNode
- func (s *ColumnCreateTableContext) TEMPORARY() antlr.TerminalNode
- func (s *ColumnCreateTableContext) TableName() ITableNameContext
- func (s *ColumnCreateTableContext) TableOption(i int) ITableOptionContext
- type ColumnDeclarationContext
- type ColumnDefinitionContext
- func (s *ColumnDefinitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ColumnDefinitionContext) AllColumnConstraint() []IColumnConstraintContext
- func (s *ColumnDefinitionContext) ColumnConstraint(i int) IColumnConstraintContext
- func (s *ColumnDefinitionContext) DataType() IDataTypeContext
- func (s *ColumnDefinitionContext) GetParser() antlr.Parser
- func (s *ColumnDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*ColumnDefinitionContext) IsColumnDefinitionContext()
- func (s *ColumnDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CommentColumnConstraintContext
- func (s *CommentColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CommentColumnConstraintContext) COMMENT() antlr.TerminalNode
- func (s *CommentColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *CommentColumnConstraintContext) STRING_LITERAL() antlr.TerminalNode
- type CommitWorkContext
- func (s *CommitWorkContext) AND() antlr.TerminalNode
- func (s *CommitWorkContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CommitWorkContext) AllNO() []antlr.TerminalNode
- func (s *CommitWorkContext) CHAIN() antlr.TerminalNode
- func (s *CommitWorkContext) COMMIT() antlr.TerminalNode
- func (s *CommitWorkContext) GetNochain() antlr.Token
- func (s *CommitWorkContext) GetNorelease() antlr.Token
- func (s *CommitWorkContext) GetParser() antlr.Parser
- func (s *CommitWorkContext) GetRuleContext() antlr.RuleContext
- func (*CommitWorkContext) IsCommitWorkContext()
- func (s *CommitWorkContext) NO(i int) antlr.TerminalNode
- func (s *CommitWorkContext) RELEASE() antlr.TerminalNode
- func (s *CommitWorkContext) SetNochain(v antlr.Token)
- func (s *CommitWorkContext) SetNorelease(v antlr.Token)
- func (s *CommitWorkContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CommitWorkContext) WORK() antlr.TerminalNode
- type ComparisonOperatorContext
- func (s *ComparisonOperatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ComparisonOperatorContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *ComparisonOperatorContext) EXCLAMATION_SYMBOL() antlr.TerminalNode
- func (s *ComparisonOperatorContext) GREATER_SYMBOL() antlr.TerminalNode
- func (s *ComparisonOperatorContext) GetParser() antlr.Parser
- func (s *ComparisonOperatorContext) GetRuleContext() antlr.RuleContext
- func (*ComparisonOperatorContext) IsComparisonOperatorContext()
- func (s *ComparisonOperatorContext) LESS_SYMBOL() antlr.TerminalNode
- func (s *ComparisonOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CompoundStatementContext
- func (s *CompoundStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CompoundStatementContext) BlockStatement() IBlockStatementContext
- func (s *CompoundStatementContext) CaseStatement() ICaseStatementContext
- func (s *CompoundStatementContext) CursorStatement() ICursorStatementContext
- func (s *CompoundStatementContext) GetParser() antlr.Parser
- func (s *CompoundStatementContext) GetRuleContext() antlr.RuleContext
- func (s *CompoundStatementContext) IfStatement() IIfStatementContext
- func (*CompoundStatementContext) IsCompoundStatementContext()
- func (s *CompoundStatementContext) IterateStatement() IIterateStatementContext
- func (s *CompoundStatementContext) LeaveStatement() ILeaveStatementContext
- func (s *CompoundStatementContext) LoopStatement() ILoopStatementContext
- func (s *CompoundStatementContext) RepeatStatement() IRepeatStatementContext
- func (s *CompoundStatementContext) ReturnStatement() IReturnStatementContext
- func (s *CompoundStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CompoundStatementContext) WhileStatement() IWhileStatementContext
- type ConnectionOptionContext
- func (s *ConnectionOptionContext) CopyFrom(ctx *ConnectionOptionContext)
- func (s *ConnectionOptionContext) GetParser() antlr.Parser
- func (s *ConnectionOptionContext) GetRuleContext() antlr.RuleContext
- func (*ConnectionOptionContext) IsConnectionOptionContext()
- func (s *ConnectionOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ConstantContext
- func (s *ConstantContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ConstantContext) BIT_STRING() antlr.TerminalNode
- func (s *ConstantContext) BooleanLiteral() IBooleanLiteralContext
- func (s *ConstantContext) DecimalLiteral() IDecimalLiteralContext
- func (s *ConstantContext) GetNullLiteral() antlr.Token
- func (s *ConstantContext) GetParser() antlr.Parser
- func (s *ConstantContext) GetRuleContext() antlr.RuleContext
- func (s *ConstantContext) HexadecimalLiteral() IHexadecimalLiteralContext
- func (*ConstantContext) IsConstantContext()
- func (s *ConstantContext) MINUS() antlr.TerminalNode
- func (s *ConstantContext) NOT() antlr.TerminalNode
- func (s *ConstantContext) NULL_LITERAL() antlr.TerminalNode
- func (s *ConstantContext) NULL_SPEC_LITERAL() antlr.TerminalNode
- func (s *ConstantContext) REAL_LITERAL() antlr.TerminalNode
- func (s *ConstantContext) SetNullLiteral(v antlr.Token)
- func (s *ConstantContext) StringLiteral() IStringLiteralContext
- func (s *ConstantContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ConstantExpressionAtomContext
- type ConstantsContext
- func (s *ConstantsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ConstantsContext) AllCOMMA() []antlr.TerminalNode
- func (s *ConstantsContext) AllConstant() []IConstantContext
- func (s *ConstantsContext) COMMA(i int) antlr.TerminalNode
- func (s *ConstantsContext) Constant(i int) IConstantContext
- func (s *ConstantsContext) GetParser() antlr.Parser
- func (s *ConstantsContext) GetRuleContext() antlr.RuleContext
- func (*ConstantsContext) IsConstantsContext()
- func (s *ConstantsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ConstraintDeclarationContext
- type ConvertedDataTypeContext
- func (s *ConvertedDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ConvertedDataTypeContext) BINARY() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) CHAR() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) CHARACTER() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) CHARSET() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) CharsetName() ICharsetNameContext
- func (s *ConvertedDataTypeContext) DATE() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) DATETIME() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) DECIMAL() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) GetParser() antlr.Parser
- func (s *ConvertedDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *ConvertedDataTypeContext) GetTypeName() antlr.Token
- func (s *ConvertedDataTypeContext) INTEGER() antlr.TerminalNode
- func (*ConvertedDataTypeContext) IsConvertedDataTypeContext()
- func (s *ConvertedDataTypeContext) JSON() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) LengthOneDimension() ILengthOneDimensionContext
- func (s *ConvertedDataTypeContext) LengthTwoDimension() ILengthTwoDimensionContext
- func (s *ConvertedDataTypeContext) NCHAR() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) SET() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) SIGNED() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) SetTypeName(v antlr.Token)
- func (s *ConvertedDataTypeContext) TIME() antlr.TerminalNode
- func (s *ConvertedDataTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ConvertedDataTypeContext) UNSIGNED() antlr.TerminalNode
- type CopyCreateTableContext
- func (s *CopyCreateTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CopyCreateTableContext) AllTableName() []ITableNameContext
- func (s *CopyCreateTableContext) CREATE() antlr.TerminalNode
- func (s *CopyCreateTableContext) GetParenthesisTable() ITableNameContext
- func (s *CopyCreateTableContext) GetRuleContext() antlr.RuleContext
- func (s *CopyCreateTableContext) IfNotExists() IIfNotExistsContext
- func (s *CopyCreateTableContext) LIKE() antlr.TerminalNode
- func (s *CopyCreateTableContext) LR_BRACKET() antlr.TerminalNode
- func (s *CopyCreateTableContext) RR_BRACKET() antlr.TerminalNode
- func (s *CopyCreateTableContext) SetParenthesisTable(v ITableNameContext)
- func (s *CopyCreateTableContext) TABLE() antlr.TerminalNode
- func (s *CopyCreateTableContext) TEMPORARY() antlr.TerminalNode
- func (s *CopyCreateTableContext) TableName(i int) ITableNameContext
- type CreateDatabaseContext
- func (s *CreateDatabaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateDatabaseContext) AllCreateDatabaseOption() []ICreateDatabaseOptionContext
- func (s *CreateDatabaseContext) CREATE() antlr.TerminalNode
- func (s *CreateDatabaseContext) CreateDatabaseOption(i int) ICreateDatabaseOptionContext
- func (s *CreateDatabaseContext) DATABASE() antlr.TerminalNode
- func (s *CreateDatabaseContext) GetDbFormat() antlr.Token
- func (s *CreateDatabaseContext) GetParser() antlr.Parser
- func (s *CreateDatabaseContext) GetRuleContext() antlr.RuleContext
- func (s *CreateDatabaseContext) IfNotExists() IIfNotExistsContext
- func (*CreateDatabaseContext) IsCreateDatabaseContext()
- func (s *CreateDatabaseContext) SCHEMA() antlr.TerminalNode
- func (s *CreateDatabaseContext) SetDbFormat(v antlr.Token)
- func (s *CreateDatabaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateDatabaseContext) Uid() IUidContext
- type CreateDatabaseOptionContext
- func (s *CreateDatabaseOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateDatabaseOptionContext) AllDEFAULT() []antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) CHARACTER() antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) CHARSET() antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) COLLATE() antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) CharsetName() ICharsetNameContext
- func (s *CreateDatabaseOptionContext) CollationName() ICollationNameContext
- func (s *CreateDatabaseOptionContext) DEFAULT(i int) antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) GetCharsetDefault() antlr.Token
- func (s *CreateDatabaseOptionContext) GetDefaultToken() antlr.Token
- func (s *CreateDatabaseOptionContext) GetParser() antlr.Parser
- func (s *CreateDatabaseOptionContext) GetRuleContext() antlr.RuleContext
- func (*CreateDatabaseOptionContext) IsCreateDatabaseOptionContext()
- func (s *CreateDatabaseOptionContext) SET() antlr.TerminalNode
- func (s *CreateDatabaseOptionContext) SetCharsetDefault(v antlr.Token)
- func (s *CreateDatabaseOptionContext) SetDefaultToken(v antlr.Token)
- func (s *CreateDatabaseOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateDefinitionContext
- func (s *CreateDefinitionContext) CopyFrom(ctx *CreateDefinitionContext)
- func (s *CreateDefinitionContext) GetParser() antlr.Parser
- func (s *CreateDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*CreateDefinitionContext) IsCreateDefinitionContext()
- func (s *CreateDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateDefinitionsContext
- func (s *CreateDefinitionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateDefinitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *CreateDefinitionsContext) AllCreateDefinition() []ICreateDefinitionContext
- func (s *CreateDefinitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *CreateDefinitionsContext) CreateDefinition(i int) ICreateDefinitionContext
- func (s *CreateDefinitionsContext) GetParser() antlr.Parser
- func (s *CreateDefinitionsContext) GetRuleContext() antlr.RuleContext
- func (*CreateDefinitionsContext) IsCreateDefinitionsContext()
- func (s *CreateDefinitionsContext) LR_BRACKET() antlr.TerminalNode
- func (s *CreateDefinitionsContext) RR_BRACKET() antlr.TerminalNode
- func (s *CreateDefinitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateEventContext
- func (s *CreateEventContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateEventContext) AllON() []antlr.TerminalNode
- func (s *CreateEventContext) COMMENT() antlr.TerminalNode
- func (s *CreateEventContext) COMPLETION() antlr.TerminalNode
- func (s *CreateEventContext) CREATE() antlr.TerminalNode
- func (s *CreateEventContext) DO() antlr.TerminalNode
- func (s *CreateEventContext) EVENT() antlr.TerminalNode
- func (s *CreateEventContext) EnableType() IEnableTypeContext
- func (s *CreateEventContext) FullId() IFullIdContext
- func (s *CreateEventContext) GetParser() antlr.Parser
- func (s *CreateEventContext) GetRuleContext() antlr.RuleContext
- func (s *CreateEventContext) IfNotExists() IIfNotExistsContext
- func (*CreateEventContext) IsCreateEventContext()
- func (s *CreateEventContext) NOT() antlr.TerminalNode
- func (s *CreateEventContext) ON(i int) antlr.TerminalNode
- func (s *CreateEventContext) OwnerStatement() IOwnerStatementContext
- func (s *CreateEventContext) PRESERVE() antlr.TerminalNode
- func (s *CreateEventContext) RoutineBody() IRoutineBodyContext
- func (s *CreateEventContext) SCHEDULE() antlr.TerminalNode
- func (s *CreateEventContext) STRING_LITERAL() antlr.TerminalNode
- func (s *CreateEventContext) ScheduleExpression() IScheduleExpressionContext
- func (s *CreateEventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateFunctionContext
- func (s *CreateFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateFunctionContext) AllCOMMA() []antlr.TerminalNode
- func (s *CreateFunctionContext) AllFunctionParameter() []IFunctionParameterContext
- func (s *CreateFunctionContext) AllRoutineOption() []IRoutineOptionContext
- func (s *CreateFunctionContext) COMMA(i int) antlr.TerminalNode
- func (s *CreateFunctionContext) CREATE() antlr.TerminalNode
- func (s *CreateFunctionContext) DataType() IDataTypeContext
- func (s *CreateFunctionContext) FUNCTION() antlr.TerminalNode
- func (s *CreateFunctionContext) FullId() IFullIdContext
- func (s *CreateFunctionContext) FunctionParameter(i int) IFunctionParameterContext
- func (s *CreateFunctionContext) GetParser() antlr.Parser
- func (s *CreateFunctionContext) GetRuleContext() antlr.RuleContext
- func (*CreateFunctionContext) IsCreateFunctionContext()
- func (s *CreateFunctionContext) LR_BRACKET() antlr.TerminalNode
- func (s *CreateFunctionContext) OwnerStatement() IOwnerStatementContext
- func (s *CreateFunctionContext) RETURNS() antlr.TerminalNode
- func (s *CreateFunctionContext) RR_BRACKET() antlr.TerminalNode
- func (s *CreateFunctionContext) ReturnStatement() IReturnStatementContext
- func (s *CreateFunctionContext) RoutineBody() IRoutineBodyContext
- func (s *CreateFunctionContext) RoutineOption(i int) IRoutineOptionContext
- func (s *CreateFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateIndexContext
- func (s *CreateIndexContext) ALGORITHM(i int) antlr.TerminalNode
- func (s *CreateIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateIndexContext) AllALGORITHM() []antlr.TerminalNode
- func (s *CreateIndexContext) AllCOPY() []antlr.TerminalNode
- func (s *CreateIndexContext) AllDEFAULT() []antlr.TerminalNode
- func (s *CreateIndexContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *CreateIndexContext) AllEXCLUSIVE() []antlr.TerminalNode
- func (s *CreateIndexContext) AllINPLACE() []antlr.TerminalNode
- func (s *CreateIndexContext) AllIndexOption() []IIndexOptionContext
- func (s *CreateIndexContext) AllLOCK() []antlr.TerminalNode
- func (s *CreateIndexContext) AllNONE() []antlr.TerminalNode
- func (s *CreateIndexContext) AllSHARED() []antlr.TerminalNode
- func (s *CreateIndexContext) COPY(i int) antlr.TerminalNode
- func (s *CreateIndexContext) CREATE() antlr.TerminalNode
- func (s *CreateIndexContext) DEFAULT(i int) antlr.TerminalNode
- func (s *CreateIndexContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *CreateIndexContext) EXCLUSIVE(i int) antlr.TerminalNode
- func (s *CreateIndexContext) FULLTEXT() antlr.TerminalNode
- func (s *CreateIndexContext) GetAlgType() antlr.Token
- func (s *CreateIndexContext) GetIndexCategory() antlr.Token
- func (s *CreateIndexContext) GetIntimeAction() antlr.Token
- func (s *CreateIndexContext) GetLockType() antlr.Token
- func (s *CreateIndexContext) GetParser() antlr.Parser
- func (s *CreateIndexContext) GetRuleContext() antlr.RuleContext
- func (s *CreateIndexContext) INDEX() antlr.TerminalNode
- func (s *CreateIndexContext) INPLACE(i int) antlr.TerminalNode
- func (s *CreateIndexContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *CreateIndexContext) IndexOption(i int) IIndexOptionContext
- func (s *CreateIndexContext) IndexType() IIndexTypeContext
- func (*CreateIndexContext) IsCreateIndexContext()
- func (s *CreateIndexContext) LOCK(i int) antlr.TerminalNode
- func (s *CreateIndexContext) NONE(i int) antlr.TerminalNode
- func (s *CreateIndexContext) OFFLINE() antlr.TerminalNode
- func (s *CreateIndexContext) ON() antlr.TerminalNode
- func (s *CreateIndexContext) ONLINE() antlr.TerminalNode
- func (s *CreateIndexContext) SHARED(i int) antlr.TerminalNode
- func (s *CreateIndexContext) SPATIAL() antlr.TerminalNode
- func (s *CreateIndexContext) SetAlgType(v antlr.Token)
- func (s *CreateIndexContext) SetIndexCategory(v antlr.Token)
- func (s *CreateIndexContext) SetIntimeAction(v antlr.Token)
- func (s *CreateIndexContext) SetLockType(v antlr.Token)
- func (s *CreateIndexContext) TableName() ITableNameContext
- func (s *CreateIndexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateIndexContext) UNIQUE() antlr.TerminalNode
- func (s *CreateIndexContext) Uid() IUidContext
- type CreateLogfileGroupContext
- func (s *CreateLogfileGroupContext) ADD() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateLogfileGroupContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *CreateLogfileGroupContext) AllFileSizeLiteral() []IFileSizeLiteralContext
- func (s *CreateLogfileGroupContext) AllSTRING_LITERAL() []antlr.TerminalNode
- func (s *CreateLogfileGroupContext) AllUid() []IUidContext
- func (s *CreateLogfileGroupContext) COMMENT() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) CREATE() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) ENGINE() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *CreateLogfileGroupContext) EngineName() IEngineNameContext
- func (s *CreateLogfileGroupContext) FileSizeLiteral(i int) IFileSizeLiteralContext
- func (s *CreateLogfileGroupContext) GROUP() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) GetComment() antlr.Token
- func (s *CreateLogfileGroupContext) GetInitSize() IFileSizeLiteralContext
- func (s *CreateLogfileGroupContext) GetParser() antlr.Parser
- func (s *CreateLogfileGroupContext) GetRedoSize() IFileSizeLiteralContext
- func (s *CreateLogfileGroupContext) GetRuleContext() antlr.RuleContext
- func (s *CreateLogfileGroupContext) GetUndoFile() antlr.Token
- func (s *CreateLogfileGroupContext) GetUndoSize() IFileSizeLiteralContext
- func (s *CreateLogfileGroupContext) INITIAL_SIZE() antlr.TerminalNode
- func (*CreateLogfileGroupContext) IsCreateLogfileGroupContext()
- func (s *CreateLogfileGroupContext) LOGFILE() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) NODEGROUP() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) REDO_BUFFER_SIZE() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) STRING_LITERAL(i int) antlr.TerminalNode
- func (s *CreateLogfileGroupContext) SetComment(v antlr.Token)
- func (s *CreateLogfileGroupContext) SetInitSize(v IFileSizeLiteralContext)
- func (s *CreateLogfileGroupContext) SetRedoSize(v IFileSizeLiteralContext)
- func (s *CreateLogfileGroupContext) SetUndoFile(v antlr.Token)
- func (s *CreateLogfileGroupContext) SetUndoSize(v IFileSizeLiteralContext)
- func (s *CreateLogfileGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateLogfileGroupContext) UNDOFILE() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) UNDO_BUFFER_SIZE() antlr.TerminalNode
- func (s *CreateLogfileGroupContext) Uid(i int) IUidContext
- func (s *CreateLogfileGroupContext) WAIT() antlr.TerminalNode
- type CreateProcedureContext
- func (s *CreateProcedureContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateProcedureContext) AllCOMMA() []antlr.TerminalNode
- func (s *CreateProcedureContext) AllProcedureParameter() []IProcedureParameterContext
- func (s *CreateProcedureContext) AllRoutineOption() []IRoutineOptionContext
- func (s *CreateProcedureContext) COMMA(i int) antlr.TerminalNode
- func (s *CreateProcedureContext) CREATE() antlr.TerminalNode
- func (s *CreateProcedureContext) FullId() IFullIdContext
- func (s *CreateProcedureContext) GetParser() antlr.Parser
- func (s *CreateProcedureContext) GetRuleContext() antlr.RuleContext
- func (*CreateProcedureContext) IsCreateProcedureContext()
- func (s *CreateProcedureContext) LR_BRACKET() antlr.TerminalNode
- func (s *CreateProcedureContext) OwnerStatement() IOwnerStatementContext
- func (s *CreateProcedureContext) PROCEDURE() antlr.TerminalNode
- func (s *CreateProcedureContext) ProcedureParameter(i int) IProcedureParameterContext
- func (s *CreateProcedureContext) RR_BRACKET() antlr.TerminalNode
- func (s *CreateProcedureContext) RoutineBody() IRoutineBodyContext
- func (s *CreateProcedureContext) RoutineOption(i int) IRoutineOptionContext
- func (s *CreateProcedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateServerContext
- func (s *CreateServerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateServerContext) AllCOMMA() []antlr.TerminalNode
- func (s *CreateServerContext) AllServerOption() []IServerOptionContext
- func (s *CreateServerContext) COMMA(i int) antlr.TerminalNode
- func (s *CreateServerContext) CREATE() antlr.TerminalNode
- func (s *CreateServerContext) DATA() antlr.TerminalNode
- func (s *CreateServerContext) FOREIGN() antlr.TerminalNode
- func (s *CreateServerContext) GetParser() antlr.Parser
- func (s *CreateServerContext) GetRuleContext() antlr.RuleContext
- func (s *CreateServerContext) GetWrapperName() antlr.Token
- func (*CreateServerContext) IsCreateServerContext()
- func (s *CreateServerContext) LR_BRACKET() antlr.TerminalNode
- func (s *CreateServerContext) MYSQL() antlr.TerminalNode
- func (s *CreateServerContext) OPTIONS() antlr.TerminalNode
- func (s *CreateServerContext) RR_BRACKET() antlr.TerminalNode
- func (s *CreateServerContext) SERVER() antlr.TerminalNode
- func (s *CreateServerContext) STRING_LITERAL() antlr.TerminalNode
- func (s *CreateServerContext) ServerOption(i int) IServerOptionContext
- func (s *CreateServerContext) SetWrapperName(v antlr.Token)
- func (s *CreateServerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateServerContext) Uid() IUidContext
- func (s *CreateServerContext) WRAPPER() antlr.TerminalNode
- type CreateTableContext
- func (s *CreateTableContext) CopyFrom(ctx *CreateTableContext)
- func (s *CreateTableContext) GetParser() antlr.Parser
- func (s *CreateTableContext) GetRuleContext() antlr.RuleContext
- func (*CreateTableContext) IsCreateTableContext()
- func (s *CreateTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateTablespaceInnodbContext
- func (s *CreateTablespaceInnodbContext) ADD() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateTablespaceInnodbContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) CREATE() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) DATAFILE() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) ENGINE() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) EngineName() IEngineNameContext
- func (s *CreateTablespaceInnodbContext) FILE_BLOCK_SIZE() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) FileSizeLiteral() IFileSizeLiteralContext
- func (s *CreateTablespaceInnodbContext) GetDatafile() antlr.Token
- func (s *CreateTablespaceInnodbContext) GetFileBlockSize() IFileSizeLiteralContext
- func (s *CreateTablespaceInnodbContext) GetParser() antlr.Parser
- func (s *CreateTablespaceInnodbContext) GetRuleContext() antlr.RuleContext
- func (*CreateTablespaceInnodbContext) IsCreateTablespaceInnodbContext()
- func (s *CreateTablespaceInnodbContext) STRING_LITERAL() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) SetDatafile(v antlr.Token)
- func (s *CreateTablespaceInnodbContext) SetFileBlockSize(v IFileSizeLiteralContext)
- func (s *CreateTablespaceInnodbContext) TABLESPACE() antlr.TerminalNode
- func (s *CreateTablespaceInnodbContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateTablespaceInnodbContext) Uid() IUidContext
- type CreateTablespaceNdbContext
- func (s *CreateTablespaceNdbContext) ADD() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) AUTOEXTEND_SIZE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateTablespaceNdbContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) AllFileSizeLiteral() []IFileSizeLiteralContext
- func (s *CreateTablespaceNdbContext) AllSTRING_LITERAL() []antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) AllUid() []IUidContext
- func (s *CreateTablespaceNdbContext) COMMENT() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) CREATE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) DATAFILE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) ENGINE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) EXTENT_SIZE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) EngineName() IEngineNameContext
- func (s *CreateTablespaceNdbContext) FileSizeLiteral(i int) IFileSizeLiteralContext
- func (s *CreateTablespaceNdbContext) GROUP() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) GetAutoextendSize() IFileSizeLiteralContext
- func (s *CreateTablespaceNdbContext) GetComment() antlr.Token
- func (s *CreateTablespaceNdbContext) GetDatafile() antlr.Token
- func (s *CreateTablespaceNdbContext) GetExtentSize() IFileSizeLiteralContext
- func (s *CreateTablespaceNdbContext) GetInitialSize() IFileSizeLiteralContext
- func (s *CreateTablespaceNdbContext) GetMaxSize() IFileSizeLiteralContext
- func (s *CreateTablespaceNdbContext) GetParser() antlr.Parser
- func (s *CreateTablespaceNdbContext) GetRuleContext() antlr.RuleContext
- func (s *CreateTablespaceNdbContext) INITIAL_SIZE() antlr.TerminalNode
- func (*CreateTablespaceNdbContext) IsCreateTablespaceNdbContext()
- func (s *CreateTablespaceNdbContext) LOGFILE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) MAX_SIZE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) NODEGROUP() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) STRING_LITERAL(i int) antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) SetAutoextendSize(v IFileSizeLiteralContext)
- func (s *CreateTablespaceNdbContext) SetComment(v antlr.Token)
- func (s *CreateTablespaceNdbContext) SetDatafile(v antlr.Token)
- func (s *CreateTablespaceNdbContext) SetExtentSize(v IFileSizeLiteralContext)
- func (s *CreateTablespaceNdbContext) SetInitialSize(v IFileSizeLiteralContext)
- func (s *CreateTablespaceNdbContext) SetMaxSize(v IFileSizeLiteralContext)
- func (s *CreateTablespaceNdbContext) TABLESPACE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateTablespaceNdbContext) USE() antlr.TerminalNode
- func (s *CreateTablespaceNdbContext) Uid(i int) IUidContext
- func (s *CreateTablespaceNdbContext) WAIT() antlr.TerminalNode
- type CreateTriggerContext
- func (s *CreateTriggerContext) AFTER() antlr.TerminalNode
- func (s *CreateTriggerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateTriggerContext) AllFullId() []IFullIdContext
- func (s *CreateTriggerContext) BEFORE() antlr.TerminalNode
- func (s *CreateTriggerContext) CREATE() antlr.TerminalNode
- func (s *CreateTriggerContext) DELETE() antlr.TerminalNode
- func (s *CreateTriggerContext) EACH() antlr.TerminalNode
- func (s *CreateTriggerContext) FOLLOWS() antlr.TerminalNode
- func (s *CreateTriggerContext) FOR() antlr.TerminalNode
- func (s *CreateTriggerContext) FullId(i int) IFullIdContext
- func (s *CreateTriggerContext) GetOtherTrigger() IFullIdContext
- func (s *CreateTriggerContext) GetParser() antlr.Parser
- func (s *CreateTriggerContext) GetRuleContext() antlr.RuleContext
- func (s *CreateTriggerContext) GetThisTrigger() IFullIdContext
- func (s *CreateTriggerContext) GetTriggerEvent() antlr.Token
- func (s *CreateTriggerContext) GetTriggerPlace() antlr.Token
- func (s *CreateTriggerContext) GetTriggerTime() antlr.Token
- func (s *CreateTriggerContext) INSERT() antlr.TerminalNode
- func (*CreateTriggerContext) IsCreateTriggerContext()
- func (s *CreateTriggerContext) ON() antlr.TerminalNode
- func (s *CreateTriggerContext) OwnerStatement() IOwnerStatementContext
- func (s *CreateTriggerContext) PRECEDES() antlr.TerminalNode
- func (s *CreateTriggerContext) ROW() antlr.TerminalNode
- func (s *CreateTriggerContext) RoutineBody() IRoutineBodyContext
- func (s *CreateTriggerContext) SetOtherTrigger(v IFullIdContext)
- func (s *CreateTriggerContext) SetThisTrigger(v IFullIdContext)
- func (s *CreateTriggerContext) SetTriggerEvent(v antlr.Token)
- func (s *CreateTriggerContext) SetTriggerPlace(v antlr.Token)
- func (s *CreateTriggerContext) SetTriggerTime(v antlr.Token)
- func (s *CreateTriggerContext) TRIGGER() antlr.TerminalNode
- func (s *CreateTriggerContext) TableName() ITableNameContext
- func (s *CreateTriggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateTriggerContext) UPDATE() antlr.TerminalNode
- type CreateUdfunctionContext
- func (s *CreateUdfunctionContext) AGGREGATE() antlr.TerminalNode
- func (s *CreateUdfunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateUdfunctionContext) CREATE() antlr.TerminalNode
- func (s *CreateUdfunctionContext) DECIMAL() antlr.TerminalNode
- func (s *CreateUdfunctionContext) FUNCTION() antlr.TerminalNode
- func (s *CreateUdfunctionContext) GetParser() antlr.Parser
- func (s *CreateUdfunctionContext) GetReturnType() antlr.Token
- func (s *CreateUdfunctionContext) GetRuleContext() antlr.RuleContext
- func (s *CreateUdfunctionContext) INTEGER() antlr.TerminalNode
- func (*CreateUdfunctionContext) IsCreateUdfunctionContext()
- func (s *CreateUdfunctionContext) REAL() antlr.TerminalNode
- func (s *CreateUdfunctionContext) RETURNS() antlr.TerminalNode
- func (s *CreateUdfunctionContext) SONAME() antlr.TerminalNode
- func (s *CreateUdfunctionContext) STRING() antlr.TerminalNode
- func (s *CreateUdfunctionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *CreateUdfunctionContext) SetReturnType(v antlr.Token)
- func (s *CreateUdfunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateUdfunctionContext) Uid() IUidContext
- type CreateUserContext
- func (s *CreateUserContext) CopyFrom(ctx *CreateUserContext)
- func (s *CreateUserContext) GetParser() antlr.Parser
- func (s *CreateUserContext) GetRuleContext() antlr.RuleContext
- func (*CreateUserContext) IsCreateUserContext()
- func (s *CreateUserContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CreateUserMysqlV56Context
- func (s *CreateUserMysqlV56Context) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateUserMysqlV56Context) AllCOMMA() []antlr.TerminalNode
- func (s *CreateUserMysqlV56Context) AllUserAuthOption() []IUserAuthOptionContext
- func (s *CreateUserMysqlV56Context) COMMA(i int) antlr.TerminalNode
- func (s *CreateUserMysqlV56Context) CREATE() antlr.TerminalNode
- func (s *CreateUserMysqlV56Context) GetRuleContext() antlr.RuleContext
- func (s *CreateUserMysqlV56Context) USER() antlr.TerminalNode
- func (s *CreateUserMysqlV56Context) UserAuthOption(i int) IUserAuthOptionContext
- type CreateUserMysqlV57Context
- func (s *CreateUserMysqlV57Context) AND(i int) antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateUserMysqlV57Context) AllAND() []antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) AllCOMMA() []antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) AllTlsOption() []ITlsOptionContext
- func (s *CreateUserMysqlV57Context) AllUserAuthOption() []IUserAuthOptionContext
- func (s *CreateUserMysqlV57Context) AllUserLockOption() []IUserLockOptionContext
- func (s *CreateUserMysqlV57Context) AllUserPasswordOption() []IUserPasswordOptionContext
- func (s *CreateUserMysqlV57Context) AllUserResourceOption() []IUserResourceOptionContext
- func (s *CreateUserMysqlV57Context) COMMA(i int) antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) CREATE() antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) GetRuleContext() antlr.RuleContext
- func (s *CreateUserMysqlV57Context) GetTlsNone() antlr.Token
- func (s *CreateUserMysqlV57Context) IfNotExists() IIfNotExistsContext
- func (s *CreateUserMysqlV57Context) NONE() antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) REQUIRE() antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) SetTlsNone(v antlr.Token)
- func (s *CreateUserMysqlV57Context) TlsOption(i int) ITlsOptionContext
- func (s *CreateUserMysqlV57Context) USER() antlr.TerminalNode
- func (s *CreateUserMysqlV57Context) UserAuthOption(i int) IUserAuthOptionContext
- func (s *CreateUserMysqlV57Context) UserLockOption(i int) IUserLockOptionContext
- func (s *CreateUserMysqlV57Context) UserPasswordOption(i int) IUserPasswordOptionContext
- func (s *CreateUserMysqlV57Context) UserResourceOption(i int) IUserResourceOptionContext
- func (s *CreateUserMysqlV57Context) WITH() antlr.TerminalNode
- type CreateViewContext
- func (s *CreateViewContext) ALGORITHM() antlr.TerminalNode
- func (s *CreateViewContext) AS() antlr.TerminalNode
- func (s *CreateViewContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CreateViewContext) CASCADED() antlr.TerminalNode
- func (s *CreateViewContext) CHECK() antlr.TerminalNode
- func (s *CreateViewContext) CREATE() antlr.TerminalNode
- func (s *CreateViewContext) DEFINER() antlr.TerminalNode
- func (s *CreateViewContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *CreateViewContext) FullId() IFullIdContext
- func (s *CreateViewContext) GetAlgType() antlr.Token
- func (s *CreateViewContext) GetCheckOption() antlr.Token
- func (s *CreateViewContext) GetParser() antlr.Parser
- func (s *CreateViewContext) GetRuleContext() antlr.RuleContext
- func (s *CreateViewContext) GetSecContext() antlr.Token
- func (s *CreateViewContext) INVOKER() antlr.TerminalNode
- func (*CreateViewContext) IsCreateViewContext()
- func (s *CreateViewContext) LOCAL() antlr.TerminalNode
- func (s *CreateViewContext) LR_BRACKET() antlr.TerminalNode
- func (s *CreateViewContext) MERGE() antlr.TerminalNode
- func (s *CreateViewContext) OPTION() antlr.TerminalNode
- func (s *CreateViewContext) OR() antlr.TerminalNode
- func (s *CreateViewContext) OwnerStatement() IOwnerStatementContext
- func (s *CreateViewContext) REPLACE() antlr.TerminalNode
- func (s *CreateViewContext) RR_BRACKET() antlr.TerminalNode
- func (s *CreateViewContext) SECURITY() antlr.TerminalNode
- func (s *CreateViewContext) SQL() antlr.TerminalNode
- func (s *CreateViewContext) SelectStatement() ISelectStatementContext
- func (s *CreateViewContext) SetAlgType(v antlr.Token)
- func (s *CreateViewContext) SetCheckOption(v antlr.Token)
- func (s *CreateViewContext) SetSecContext(v antlr.Token)
- func (s *CreateViewContext) TEMPTABLE() antlr.TerminalNode
- func (s *CreateViewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreateViewContext) UNDEFINED() antlr.TerminalNode
- func (s *CreateViewContext) UidList() IUidListContext
- func (s *CreateViewContext) VIEW() antlr.TerminalNode
- func (s *CreateViewContext) WITH() antlr.TerminalNode
- type CurrentSchemaPriviLevelContext
- type CurrentTimestampContext
- func (s *CurrentTimestampContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CurrentTimestampContext) CURRENT_TIMESTAMP() antlr.TerminalNode
- func (s *CurrentTimestampContext) DecimalLiteral() IDecimalLiteralContext
- func (s *CurrentTimestampContext) GetParser() antlr.Parser
- func (s *CurrentTimestampContext) GetRuleContext() antlr.RuleContext
- func (*CurrentTimestampContext) IsCurrentTimestampContext()
- func (s *CurrentTimestampContext) LOCALTIME() antlr.TerminalNode
- func (s *CurrentTimestampContext) LOCALTIMESTAMP() antlr.TerminalNode
- func (s *CurrentTimestampContext) LR_BRACKET() antlr.TerminalNode
- func (s *CurrentTimestampContext) NOW() antlr.TerminalNode
- func (s *CurrentTimestampContext) RR_BRACKET() antlr.TerminalNode
- func (s *CurrentTimestampContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CursorStatementContext
- func (s *CursorStatementContext) CopyFrom(ctx *CursorStatementContext)
- func (s *CursorStatementContext) GetParser() antlr.Parser
- func (s *CursorStatementContext) GetRuleContext() antlr.RuleContext
- func (*CursorStatementContext) IsCursorStatementContext()
- func (s *CursorStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DataTypeBaseContext
- func (s *DataTypeBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DataTypeBaseContext) DATE() antlr.TerminalNode
- func (s *DataTypeBaseContext) DATETIME() antlr.TerminalNode
- func (s *DataTypeBaseContext) ENUM() antlr.TerminalNode
- func (s *DataTypeBaseContext) GetParser() antlr.Parser
- func (s *DataTypeBaseContext) GetRuleContext() antlr.RuleContext
- func (*DataTypeBaseContext) IsDataTypeBaseContext()
- func (s *DataTypeBaseContext) TEXT() antlr.TerminalNode
- func (s *DataTypeBaseContext) TIME() antlr.TerminalNode
- func (s *DataTypeBaseContext) TIMESTAMP() antlr.TerminalNode
- func (s *DataTypeBaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DataTypeBaseContext) YEAR() antlr.TerminalNode
- type DataTypeContext
- func (s *DataTypeContext) CopyFrom(ctx *DataTypeContext)
- func (s *DataTypeContext) GetParser() antlr.Parser
- func (s *DataTypeContext) GetRuleContext() antlr.RuleContext
- func (*DataTypeContext) IsDataTypeContext()
- func (s *DataTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DataTypeFunctionCallContext
- func (s *DataTypeFunctionCallContext) AS() antlr.TerminalNode
- func (s *DataTypeFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DataTypeFunctionCallContext) CAST() antlr.TerminalNode
- func (s *DataTypeFunctionCallContext) COMMA() antlr.TerminalNode
- func (s *DataTypeFunctionCallContext) CONVERT() antlr.TerminalNode
- func (s *DataTypeFunctionCallContext) CharsetName() ICharsetNameContext
- func (s *DataTypeFunctionCallContext) ConvertedDataType() IConvertedDataTypeContext
- func (s *DataTypeFunctionCallContext) Expression() IExpressionContext
- func (s *DataTypeFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *DataTypeFunctionCallContext) GetSeparator() antlr.Token
- func (s *DataTypeFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *DataTypeFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *DataTypeFunctionCallContext) SetSeparator(v antlr.Token)
- func (s *DataTypeFunctionCallContext) USING() antlr.TerminalNode
- type DdlStatementContext
- func (s *DdlStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DdlStatementContext) AlterDatabase() IAlterDatabaseContext
- func (s *DdlStatementContext) AlterEvent() IAlterEventContext
- func (s *DdlStatementContext) AlterFunction() IAlterFunctionContext
- func (s *DdlStatementContext) AlterInstance() IAlterInstanceContext
- func (s *DdlStatementContext) AlterLogfileGroup() IAlterLogfileGroupContext
- func (s *DdlStatementContext) AlterProcedure() IAlterProcedureContext
- func (s *DdlStatementContext) AlterServer() IAlterServerContext
- func (s *DdlStatementContext) AlterTable() IAlterTableContext
- func (s *DdlStatementContext) AlterTablespace() IAlterTablespaceContext
- func (s *DdlStatementContext) AlterView() IAlterViewContext
- func (s *DdlStatementContext) CreateDatabase() ICreateDatabaseContext
- func (s *DdlStatementContext) CreateEvent() ICreateEventContext
- func (s *DdlStatementContext) CreateFunction() ICreateFunctionContext
- func (s *DdlStatementContext) CreateIndex() ICreateIndexContext
- func (s *DdlStatementContext) CreateLogfileGroup() ICreateLogfileGroupContext
- func (s *DdlStatementContext) CreateProcedure() ICreateProcedureContext
- func (s *DdlStatementContext) CreateServer() ICreateServerContext
- func (s *DdlStatementContext) CreateTable() ICreateTableContext
- func (s *DdlStatementContext) CreateTablespaceInnodb() ICreateTablespaceInnodbContext
- func (s *DdlStatementContext) CreateTablespaceNdb() ICreateTablespaceNdbContext
- func (s *DdlStatementContext) CreateTrigger() ICreateTriggerContext
- func (s *DdlStatementContext) CreateView() ICreateViewContext
- func (s *DdlStatementContext) DropDatabase() IDropDatabaseContext
- func (s *DdlStatementContext) DropEvent() IDropEventContext
- func (s *DdlStatementContext) DropFunction() IDropFunctionContext
- func (s *DdlStatementContext) DropIndex() IDropIndexContext
- func (s *DdlStatementContext) DropLogfileGroup() IDropLogfileGroupContext
- func (s *DdlStatementContext) DropProcedure() IDropProcedureContext
- func (s *DdlStatementContext) DropServer() IDropServerContext
- func (s *DdlStatementContext) DropTable() IDropTableContext
- func (s *DdlStatementContext) DropTablespace() IDropTablespaceContext
- func (s *DdlStatementContext) DropTrigger() IDropTriggerContext
- func (s *DdlStatementContext) DropView() IDropViewContext
- func (s *DdlStatementContext) GetParser() antlr.Parser
- func (s *DdlStatementContext) GetRuleContext() antlr.RuleContext
- func (*DdlStatementContext) IsDdlStatementContext()
- func (s *DdlStatementContext) RenameTable() IRenameTableContext
- func (s *DdlStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DdlStatementContext) TruncateTable() ITruncateTableContext
- type DeallocatePrepareContext
- func (s *DeallocatePrepareContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DeallocatePrepareContext) DEALLOCATE() antlr.TerminalNode
- func (s *DeallocatePrepareContext) DROP() antlr.TerminalNode
- func (s *DeallocatePrepareContext) GetDropFormat() antlr.Token
- func (s *DeallocatePrepareContext) GetParser() antlr.Parser
- func (s *DeallocatePrepareContext) GetRuleContext() antlr.RuleContext
- func (*DeallocatePrepareContext) IsDeallocatePrepareContext()
- func (s *DeallocatePrepareContext) PREPARE() antlr.TerminalNode
- func (s *DeallocatePrepareContext) SetDropFormat(v antlr.Token)
- func (s *DeallocatePrepareContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DeallocatePrepareContext) Uid() IUidContext
- type DecimalLiteralContext
- func (s *DecimalLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DecimalLiteralContext) DECIMAL_LITERAL() antlr.TerminalNode
- func (s *DecimalLiteralContext) GetParser() antlr.Parser
- func (s *DecimalLiteralContext) GetRuleContext() antlr.RuleContext
- func (*DecimalLiteralContext) IsDecimalLiteralContext()
- func (s *DecimalLiteralContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *DecimalLiteralContext) TWO_DECIMAL() antlr.TerminalNode
- func (s *DecimalLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DecimalLiteralContext) ZERO_DECIMAL() antlr.TerminalNode
- type DecimalMasterOptionContext
- func (s *DecimalMasterOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DecimalMasterOptionContext) GetParser() antlr.Parser
- func (s *DecimalMasterOptionContext) GetRuleContext() antlr.RuleContext
- func (*DecimalMasterOptionContext) IsDecimalMasterOptionContext()
- func (s *DecimalMasterOptionContext) MASTER_CONNECT_RETRY() antlr.TerminalNode
- func (s *DecimalMasterOptionContext) MASTER_DELAY() antlr.TerminalNode
- func (s *DecimalMasterOptionContext) MASTER_LOG_POS() antlr.TerminalNode
- func (s *DecimalMasterOptionContext) MASTER_PORT() antlr.TerminalNode
- func (s *DecimalMasterOptionContext) MASTER_RETRY_COUNT() antlr.TerminalNode
- func (s *DecimalMasterOptionContext) RELAY_LOG_POS() antlr.TerminalNode
- func (s *DecimalMasterOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DeclareConditionContext
- func (s *DeclareConditionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DeclareConditionContext) CONDITION() antlr.TerminalNode
- func (s *DeclareConditionContext) DECLARE() antlr.TerminalNode
- func (s *DeclareConditionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *DeclareConditionContext) FOR() antlr.TerminalNode
- func (s *DeclareConditionContext) GetParser() antlr.Parser
- func (s *DeclareConditionContext) GetRuleContext() antlr.RuleContext
- func (*DeclareConditionContext) IsDeclareConditionContext()
- func (s *DeclareConditionContext) SQLSTATE() antlr.TerminalNode
- func (s *DeclareConditionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *DeclareConditionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DeclareConditionContext) Uid() IUidContext
- func (s *DeclareConditionContext) VALUE() antlr.TerminalNode
- type DeclareCursorContext
- func (s *DeclareCursorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DeclareCursorContext) CURSOR() antlr.TerminalNode
- func (s *DeclareCursorContext) DECLARE() antlr.TerminalNode
- func (s *DeclareCursorContext) FOR() antlr.TerminalNode
- func (s *DeclareCursorContext) GetParser() antlr.Parser
- func (s *DeclareCursorContext) GetRuleContext() antlr.RuleContext
- func (*DeclareCursorContext) IsDeclareCursorContext()
- func (s *DeclareCursorContext) SelectStatement() ISelectStatementContext
- func (s *DeclareCursorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DeclareCursorContext) Uid() IUidContext
- type DeclareHandlerContext
- func (s *DeclareHandlerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DeclareHandlerContext) AllCOMMA() []antlr.TerminalNode
- func (s *DeclareHandlerContext) AllHandlerConditionValue() []IHandlerConditionValueContext
- func (s *DeclareHandlerContext) COMMA(i int) antlr.TerminalNode
- func (s *DeclareHandlerContext) CONTINUE() antlr.TerminalNode
- func (s *DeclareHandlerContext) DECLARE() antlr.TerminalNode
- func (s *DeclareHandlerContext) EXIT() antlr.TerminalNode
- func (s *DeclareHandlerContext) FOR() antlr.TerminalNode
- func (s *DeclareHandlerContext) GetHandlerAction() antlr.Token
- func (s *DeclareHandlerContext) GetParser() antlr.Parser
- func (s *DeclareHandlerContext) GetRuleContext() antlr.RuleContext
- func (s *DeclareHandlerContext) HANDLER() antlr.TerminalNode
- func (s *DeclareHandlerContext) HandlerConditionValue(i int) IHandlerConditionValueContext
- func (*DeclareHandlerContext) IsDeclareHandlerContext()
- func (s *DeclareHandlerContext) RoutineBody() IRoutineBodyContext
- func (s *DeclareHandlerContext) SetHandlerAction(v antlr.Token)
- func (s *DeclareHandlerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DeclareHandlerContext) UNDO() antlr.TerminalNode
- type DeclareVariableContext
- func (s *DeclareVariableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DeclareVariableContext) DECLARE() antlr.TerminalNode
- func (s *DeclareVariableContext) DEFAULT() antlr.TerminalNode
- func (s *DeclareVariableContext) DataType() IDataTypeContext
- func (s *DeclareVariableContext) Expression() IExpressionContext
- func (s *DeclareVariableContext) GetParser() antlr.Parser
- func (s *DeclareVariableContext) GetRuleContext() antlr.RuleContext
- func (*DeclareVariableContext) IsDeclareVariableContext()
- func (s *DeclareVariableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DeclareVariableContext) UidList() IUidListContext
- type DefaultAuthConnectionOptionContext
- func (s *DefaultAuthConnectionOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DefaultAuthConnectionOptionContext) DEFAULT_AUTH() antlr.TerminalNode
- func (s *DefaultAuthConnectionOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *DefaultAuthConnectionOptionContext) GetConOptDefAuth() antlr.Token
- func (s *DefaultAuthConnectionOptionContext) GetRuleContext() antlr.RuleContext
- func (s *DefaultAuthConnectionOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *DefaultAuthConnectionOptionContext) SetConOptDefAuth(v antlr.Token)
- type DefaultColumnConstraintContext
- func (s *DefaultColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DefaultColumnConstraintContext) DEFAULT() antlr.TerminalNode
- func (s *DefaultColumnConstraintContext) DefaultValue() IDefaultValueContext
- func (s *DefaultColumnConstraintContext) GetRuleContext() antlr.RuleContext
- type DefaultValueContext
- func (s *DefaultValueContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DefaultValueContext) AllCurrentTimestamp() []ICurrentTimestampContext
- func (s *DefaultValueContext) Constant() IConstantContext
- func (s *DefaultValueContext) CurrentTimestamp(i int) ICurrentTimestampContext
- func (s *DefaultValueContext) Expression() IExpressionContext
- func (s *DefaultValueContext) GetParser() antlr.Parser
- func (s *DefaultValueContext) GetRuleContext() antlr.RuleContext
- func (*DefaultValueContext) IsDefaultValueContext()
- func (s *DefaultValueContext) LR_BRACKET() antlr.TerminalNode
- func (s *DefaultValueContext) NULL_LITERAL() antlr.TerminalNode
- func (s *DefaultValueContext) ON() antlr.TerminalNode
- func (s *DefaultValueContext) RR_BRACKET() antlr.TerminalNode
- func (s *DefaultValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DefaultValueContext) UPDATE() antlr.TerminalNode
- func (s *DefaultValueContext) UnaryOperator() IUnaryOperatorContext
- type DefiniteFullTablePrivLevel2Context
- func (s *DefiniteFullTablePrivLevel2Context) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DefiniteFullTablePrivLevel2Context) DottedId() IDottedIdContext
- func (s *DefiniteFullTablePrivLevel2Context) GetRuleContext() antlr.RuleContext
- func (s *DefiniteFullTablePrivLevel2Context) Uid() IUidContext
- type DefiniteFullTablePrivLevelContext
- func (s *DefiniteFullTablePrivLevelContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DefiniteFullTablePrivLevelContext) AllUid() []IUidContext
- func (s *DefiniteFullTablePrivLevelContext) DOT() antlr.TerminalNode
- func (s *DefiniteFullTablePrivLevelContext) GetRuleContext() antlr.RuleContext
- func (s *DefiniteFullTablePrivLevelContext) Uid(i int) IUidContext
- type DefiniteSchemaPrivLevelContext
- func (s *DefiniteSchemaPrivLevelContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DefiniteSchemaPrivLevelContext) DOT() antlr.TerminalNode
- func (s *DefiniteSchemaPrivLevelContext) GetRuleContext() antlr.RuleContext
- func (s *DefiniteSchemaPrivLevelContext) STAR() antlr.TerminalNode
- func (s *DefiniteSchemaPrivLevelContext) Uid() IUidContext
- type DefiniteTablePrivLevelContext
- type DeleteStatementContext
- func (s *DeleteStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DeleteStatementContext) GetParser() antlr.Parser
- func (s *DeleteStatementContext) GetRuleContext() antlr.RuleContext
- func (*DeleteStatementContext) IsDeleteStatementContext()
- func (s *DeleteStatementContext) MultipleDeleteStatement() IMultipleDeleteStatementContext
- func (s *DeleteStatementContext) SingleDeleteStatement() ISingleDeleteStatementContext
- func (s *DeleteStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DescribeConnectionContext
- func (s *DescribeConnectionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DescribeConnectionContext) CONNECTION() antlr.TerminalNode
- func (s *DescribeConnectionContext) FOR() antlr.TerminalNode
- func (s *DescribeConnectionContext) GetRuleContext() antlr.RuleContext
- func (s *DescribeConnectionContext) Uid() IUidContext
- type DescribeObjectClauseContext
- func (s *DescribeObjectClauseContext) CopyFrom(ctx *DescribeObjectClauseContext)
- func (s *DescribeObjectClauseContext) GetParser() antlr.Parser
- func (s *DescribeObjectClauseContext) GetRuleContext() antlr.RuleContext
- func (*DescribeObjectClauseContext) IsDescribeObjectClauseContext()
- func (s *DescribeObjectClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DescribeStatementsContext
- func (s *DescribeStatementsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DescribeStatementsContext) DeleteStatement() IDeleteStatementContext
- func (s *DescribeStatementsContext) GetRuleContext() antlr.RuleContext
- func (s *DescribeStatementsContext) InsertStatement() IInsertStatementContext
- func (s *DescribeStatementsContext) ReplaceStatement() IReplaceStatementContext
- func (s *DescribeStatementsContext) SelectStatement() ISelectStatementContext
- func (s *DescribeStatementsContext) UpdateStatement() IUpdateStatementContext
- type DetailRevokeContext
- func (s *DetailRevokeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DetailRevokeContext) AllCOMMA() []antlr.TerminalNode
- func (s *DetailRevokeContext) AllPrivelegeClause() []IPrivelegeClauseContext
- func (s *DetailRevokeContext) AllUserName() []IUserNameContext
- func (s *DetailRevokeContext) COMMA(i int) antlr.TerminalNode
- func (s *DetailRevokeContext) FROM() antlr.TerminalNode
- func (s *DetailRevokeContext) FUNCTION() antlr.TerminalNode
- func (s *DetailRevokeContext) GetPrivilegeObject() antlr.Token
- func (s *DetailRevokeContext) GetRuleContext() antlr.RuleContext
- func (s *DetailRevokeContext) ON() antlr.TerminalNode
- func (s *DetailRevokeContext) PROCEDURE() antlr.TerminalNode
- func (s *DetailRevokeContext) PrivelegeClause(i int) IPrivelegeClauseContext
- func (s *DetailRevokeContext) PrivilegeLevel() IPrivilegeLevelContext
- func (s *DetailRevokeContext) REVOKE() antlr.TerminalNode
- func (s *DetailRevokeContext) SetPrivilegeObject(v antlr.Token)
- func (s *DetailRevokeContext) TABLE() antlr.TerminalNode
- func (s *DetailRevokeContext) UserName(i int) IUserNameContext
- type DiagnosticsConditionInformationNameContext
- func (s *DiagnosticsConditionInformationNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DiagnosticsConditionInformationNameContext) CATALOG_NAME() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) CLASS_ORIGIN() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) COLUMN_NAME() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) CONSTRAINT_CATALOG() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) CONSTRAINT_NAME() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) CONSTRAINT_SCHEMA() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) CURSOR_NAME() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) GetParser() antlr.Parser
- func (s *DiagnosticsConditionInformationNameContext) GetRuleContext() antlr.RuleContext
- func (*DiagnosticsConditionInformationNameContext) IsDiagnosticsConditionInformationNameContext()
- func (s *DiagnosticsConditionInformationNameContext) MESSAGE_TEXT() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) MYSQL_ERRNO() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) RETURNED_SQLSTATE() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) SCHEMA_NAME() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) SUBCLASS_ORIGIN() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) TABLE_NAME() antlr.TerminalNode
- func (s *DiagnosticsConditionInformationNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DiagnosticsStatementContext
- func (s *DiagnosticsStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DiagnosticsStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *DiagnosticsStatementContext) AllDiagnosticsConditionInformationName() []IDiagnosticsConditionInformationNameContext
- func (s *DiagnosticsStatementContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *DiagnosticsStatementContext) AllNUMBER() []antlr.TerminalNode
- func (s *DiagnosticsStatementContext) AllROW_COUNT() []antlr.TerminalNode
- func (s *DiagnosticsStatementContext) AllVariableClause() []IVariableClauseContext
- func (s *DiagnosticsStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *DiagnosticsStatementContext) CONDITION() antlr.TerminalNode
- func (s *DiagnosticsStatementContext) CURRENT() antlr.TerminalNode
- func (s *DiagnosticsStatementContext) DIAGNOSTICS() antlr.TerminalNode
- func (s *DiagnosticsStatementContext) DecimalLiteral() IDecimalLiteralContext
- func (s *DiagnosticsStatementContext) DiagnosticsConditionInformationName(i int) IDiagnosticsConditionInformationNameContext
- func (s *DiagnosticsStatementContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *DiagnosticsStatementContext) GET() antlr.TerminalNode
- func (s *DiagnosticsStatementContext) GetParser() antlr.Parser
- func (s *DiagnosticsStatementContext) GetRuleContext() antlr.RuleContext
- func (*DiagnosticsStatementContext) IsDiagnosticsStatementContext()
- func (s *DiagnosticsStatementContext) NUMBER(i int) antlr.TerminalNode
- func (s *DiagnosticsStatementContext) ROW_COUNT(i int) antlr.TerminalNode
- func (s *DiagnosticsStatementContext) STACKED() antlr.TerminalNode
- func (s *DiagnosticsStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DiagnosticsStatementContext) VariableClause(i int) IVariableClauseContext
- type DimensionDataTypeContext
- func (s *DimensionDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DimensionDataTypeContext) BIGINT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) BINARY() antlr.TerminalNode
- func (s *DimensionDataTypeContext) BIT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) BLOB() antlr.TerminalNode
- func (s *DimensionDataTypeContext) DATETIME() antlr.TerminalNode
- func (s *DimensionDataTypeContext) DEC() antlr.TerminalNode
- func (s *DimensionDataTypeContext) DECIMAL() antlr.TerminalNode
- func (s *DimensionDataTypeContext) DOUBLE() antlr.TerminalNode
- func (s *DimensionDataTypeContext) FIXED() antlr.TerminalNode
- func (s *DimensionDataTypeContext) FLOAT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) FLOAT4() antlr.TerminalNode
- func (s *DimensionDataTypeContext) FLOAT8() antlr.TerminalNode
- func (s *DimensionDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *DimensionDataTypeContext) GetTypeName() antlr.Token
- func (s *DimensionDataTypeContext) INT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) INT1() antlr.TerminalNode
- func (s *DimensionDataTypeContext) INT2() antlr.TerminalNode
- func (s *DimensionDataTypeContext) INT3() antlr.TerminalNode
- func (s *DimensionDataTypeContext) INT4() antlr.TerminalNode
- func (s *DimensionDataTypeContext) INT8() antlr.TerminalNode
- func (s *DimensionDataTypeContext) INTEGER() antlr.TerminalNode
- func (s *DimensionDataTypeContext) LengthOneDimension() ILengthOneDimensionContext
- func (s *DimensionDataTypeContext) LengthTwoDimension() ILengthTwoDimensionContext
- func (s *DimensionDataTypeContext) LengthTwoOptionalDimension() ILengthTwoOptionalDimensionContext
- func (s *DimensionDataTypeContext) MEDIUMINT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) MIDDLEINT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) NUMERIC() antlr.TerminalNode
- func (s *DimensionDataTypeContext) PRECISION() antlr.TerminalNode
- func (s *DimensionDataTypeContext) REAL() antlr.TerminalNode
- func (s *DimensionDataTypeContext) SIGNED() antlr.TerminalNode
- func (s *DimensionDataTypeContext) SMALLINT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) SetTypeName(v antlr.Token)
- func (s *DimensionDataTypeContext) TIME() antlr.TerminalNode
- func (s *DimensionDataTypeContext) TIMESTAMP() antlr.TerminalNode
- func (s *DimensionDataTypeContext) TINYINT() antlr.TerminalNode
- func (s *DimensionDataTypeContext) UNSIGNED() antlr.TerminalNode
- func (s *DimensionDataTypeContext) VARBINARY() antlr.TerminalNode
- func (s *DimensionDataTypeContext) YEAR() antlr.TerminalNode
- func (s *DimensionDataTypeContext) ZEROFILL() antlr.TerminalNode
- type DmlStatementContext
- func (s *DmlStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DmlStatementContext) CallStatement() ICallStatementContext
- func (s *DmlStatementContext) DeleteStatement() IDeleteStatementContext
- func (s *DmlStatementContext) DoStatement() IDoStatementContext
- func (s *DmlStatementContext) GetParser() antlr.Parser
- func (s *DmlStatementContext) GetRuleContext() antlr.RuleContext
- func (s *DmlStatementContext) HandlerStatement() IHandlerStatementContext
- func (s *DmlStatementContext) InsertStatement() IInsertStatementContext
- func (*DmlStatementContext) IsDmlStatementContext()
- func (s *DmlStatementContext) LoadDataStatement() ILoadDataStatementContext
- func (s *DmlStatementContext) LoadXmlStatement() ILoadXmlStatementContext
- func (s *DmlStatementContext) ReplaceStatement() IReplaceStatementContext
- func (s *DmlStatementContext) SelectStatement() ISelectStatementContext
- func (s *DmlStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DmlStatementContext) UpdateStatement() IUpdateStatementContext
- type DoDbReplicationContext
- func (s *DoDbReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DoDbReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *DoDbReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *DoDbReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *DoDbReplicationContext) REPLICATE_DO_DB() antlr.TerminalNode
- func (s *DoDbReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *DoDbReplicationContext) UidList() IUidListContext
- type DoStatementContext
- func (s *DoStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DoStatementContext) DO() antlr.TerminalNode
- func (s *DoStatementContext) Expressions() IExpressionsContext
- func (s *DoStatementContext) GetParser() antlr.Parser
- func (s *DoStatementContext) GetRuleContext() antlr.RuleContext
- func (*DoStatementContext) IsDoStatementContext()
- func (s *DoStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DoTableReplicationContext
- func (s *DoTableReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DoTableReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *DoTableReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *DoTableReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *DoTableReplicationContext) REPLICATE_DO_TABLE() antlr.TerminalNode
- func (s *DoTableReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *DoTableReplicationContext) Tables() ITablesContext
- type DottedIdContext
- func (s *DottedIdContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DottedIdContext) DOT() antlr.TerminalNode
- func (s *DottedIdContext) DOT_ID() antlr.TerminalNode
- func (s *DottedIdContext) GetParser() antlr.Parser
- func (s *DottedIdContext) GetRuleContext() antlr.RuleContext
- func (*DottedIdContext) IsDottedIdContext()
- func (s *DottedIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DottedIdContext) Uid() IUidContext
- type DropDatabaseContext
- func (s *DropDatabaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropDatabaseContext) DATABASE() antlr.TerminalNode
- func (s *DropDatabaseContext) DROP() antlr.TerminalNode
- func (s *DropDatabaseContext) GetDbFormat() antlr.Token
- func (s *DropDatabaseContext) GetParser() antlr.Parser
- func (s *DropDatabaseContext) GetRuleContext() antlr.RuleContext
- func (s *DropDatabaseContext) IfExists() IIfExistsContext
- func (*DropDatabaseContext) IsDropDatabaseContext()
- func (s *DropDatabaseContext) SCHEMA() antlr.TerminalNode
- func (s *DropDatabaseContext) SetDbFormat(v antlr.Token)
- func (s *DropDatabaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropDatabaseContext) Uid() IUidContext
- type DropEventContext
- func (s *DropEventContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropEventContext) DROP() antlr.TerminalNode
- func (s *DropEventContext) EVENT() antlr.TerminalNode
- func (s *DropEventContext) FullId() IFullIdContext
- func (s *DropEventContext) GetParser() antlr.Parser
- func (s *DropEventContext) GetRuleContext() antlr.RuleContext
- func (s *DropEventContext) IfExists() IIfExistsContext
- func (*DropEventContext) IsDropEventContext()
- func (s *DropEventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DropFunctionContext
- func (s *DropFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropFunctionContext) DROP() antlr.TerminalNode
- func (s *DropFunctionContext) FUNCTION() antlr.TerminalNode
- func (s *DropFunctionContext) FullId() IFullIdContext
- func (s *DropFunctionContext) GetParser() antlr.Parser
- func (s *DropFunctionContext) GetRuleContext() antlr.RuleContext
- func (s *DropFunctionContext) IfExists() IIfExistsContext
- func (*DropFunctionContext) IsDropFunctionContext()
- func (s *DropFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DropIndexContext
- func (s *DropIndexContext) ALGORITHM(i int) antlr.TerminalNode
- func (s *DropIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropIndexContext) AllALGORITHM() []antlr.TerminalNode
- func (s *DropIndexContext) AllCOPY() []antlr.TerminalNode
- func (s *DropIndexContext) AllDEFAULT() []antlr.TerminalNode
- func (s *DropIndexContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *DropIndexContext) AllEXCLUSIVE() []antlr.TerminalNode
- func (s *DropIndexContext) AllINPLACE() []antlr.TerminalNode
- func (s *DropIndexContext) AllLOCK() []antlr.TerminalNode
- func (s *DropIndexContext) AllNONE() []antlr.TerminalNode
- func (s *DropIndexContext) AllSHARED() []antlr.TerminalNode
- func (s *DropIndexContext) COPY(i int) antlr.TerminalNode
- func (s *DropIndexContext) DEFAULT(i int) antlr.TerminalNode
- func (s *DropIndexContext) DROP() antlr.TerminalNode
- func (s *DropIndexContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *DropIndexContext) EXCLUSIVE(i int) antlr.TerminalNode
- func (s *DropIndexContext) GetAlgType() antlr.Token
- func (s *DropIndexContext) GetIntimeAction() antlr.Token
- func (s *DropIndexContext) GetLockType() antlr.Token
- func (s *DropIndexContext) GetParser() antlr.Parser
- func (s *DropIndexContext) GetRuleContext() antlr.RuleContext
- func (s *DropIndexContext) INDEX() antlr.TerminalNode
- func (s *DropIndexContext) INPLACE(i int) antlr.TerminalNode
- func (*DropIndexContext) IsDropIndexContext()
- func (s *DropIndexContext) LOCK(i int) antlr.TerminalNode
- func (s *DropIndexContext) NONE(i int) antlr.TerminalNode
- func (s *DropIndexContext) OFFLINE() antlr.TerminalNode
- func (s *DropIndexContext) ON() antlr.TerminalNode
- func (s *DropIndexContext) ONLINE() antlr.TerminalNode
- func (s *DropIndexContext) SHARED(i int) antlr.TerminalNode
- func (s *DropIndexContext) SetAlgType(v antlr.Token)
- func (s *DropIndexContext) SetIntimeAction(v antlr.Token)
- func (s *DropIndexContext) SetLockType(v antlr.Token)
- func (s *DropIndexContext) TableName() ITableNameContext
- func (s *DropIndexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropIndexContext) Uid() IUidContext
- type DropLogfileGroupContext
- func (s *DropLogfileGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropLogfileGroupContext) DROP() antlr.TerminalNode
- func (s *DropLogfileGroupContext) ENGINE() antlr.TerminalNode
- func (s *DropLogfileGroupContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *DropLogfileGroupContext) EngineName() IEngineNameContext
- func (s *DropLogfileGroupContext) GROUP() antlr.TerminalNode
- func (s *DropLogfileGroupContext) GetParser() antlr.Parser
- func (s *DropLogfileGroupContext) GetRuleContext() antlr.RuleContext
- func (*DropLogfileGroupContext) IsDropLogfileGroupContext()
- func (s *DropLogfileGroupContext) LOGFILE() antlr.TerminalNode
- func (s *DropLogfileGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropLogfileGroupContext) Uid() IUidContext
- type DropProcedureContext
- func (s *DropProcedureContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropProcedureContext) DROP() antlr.TerminalNode
- func (s *DropProcedureContext) FullId() IFullIdContext
- func (s *DropProcedureContext) GetParser() antlr.Parser
- func (s *DropProcedureContext) GetRuleContext() antlr.RuleContext
- func (s *DropProcedureContext) IfExists() IIfExistsContext
- func (*DropProcedureContext) IsDropProcedureContext()
- func (s *DropProcedureContext) PROCEDURE() antlr.TerminalNode
- func (s *DropProcedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DropServerContext
- func (s *DropServerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropServerContext) DROP() antlr.TerminalNode
- func (s *DropServerContext) GetParser() antlr.Parser
- func (s *DropServerContext) GetRuleContext() antlr.RuleContext
- func (s *DropServerContext) IfExists() IIfExistsContext
- func (*DropServerContext) IsDropServerContext()
- func (s *DropServerContext) SERVER() antlr.TerminalNode
- func (s *DropServerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropServerContext) Uid() IUidContext
- type DropTableContext
- func (s *DropTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropTableContext) CASCADE() antlr.TerminalNode
- func (s *DropTableContext) DROP() antlr.TerminalNode
- func (s *DropTableContext) GetDropType() antlr.Token
- func (s *DropTableContext) GetParser() antlr.Parser
- func (s *DropTableContext) GetRuleContext() antlr.RuleContext
- func (s *DropTableContext) IfExists() IIfExistsContext
- func (*DropTableContext) IsDropTableContext()
- func (s *DropTableContext) RESTRICT() antlr.TerminalNode
- func (s *DropTableContext) SetDropType(v antlr.Token)
- func (s *DropTableContext) TABLE() antlr.TerminalNode
- func (s *DropTableContext) TEMPORARY() antlr.TerminalNode
- func (s *DropTableContext) Tables() ITablesContext
- func (s *DropTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DropTablespaceContext
- func (s *DropTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropTablespaceContext) DROP() antlr.TerminalNode
- func (s *DropTablespaceContext) ENGINE() antlr.TerminalNode
- func (s *DropTablespaceContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *DropTablespaceContext) EngineName() IEngineNameContext
- func (s *DropTablespaceContext) GetParser() antlr.Parser
- func (s *DropTablespaceContext) GetRuleContext() antlr.RuleContext
- func (*DropTablespaceContext) IsDropTablespaceContext()
- func (s *DropTablespaceContext) TABLESPACE() antlr.TerminalNode
- func (s *DropTablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropTablespaceContext) Uid() IUidContext
- type DropTriggerContext
- func (s *DropTriggerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropTriggerContext) DROP() antlr.TerminalNode
- func (s *DropTriggerContext) FullId() IFullIdContext
- func (s *DropTriggerContext) GetParser() antlr.Parser
- func (s *DropTriggerContext) GetRuleContext() antlr.RuleContext
- func (s *DropTriggerContext) IfExists() IIfExistsContext
- func (*DropTriggerContext) IsDropTriggerContext()
- func (s *DropTriggerContext) TRIGGER() antlr.TerminalNode
- func (s *DropTriggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DropUserContext
- func (s *DropUserContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropUserContext) AllCOMMA() []antlr.TerminalNode
- func (s *DropUserContext) AllUserName() []IUserNameContext
- func (s *DropUserContext) COMMA(i int) antlr.TerminalNode
- func (s *DropUserContext) DROP() antlr.TerminalNode
- func (s *DropUserContext) GetParser() antlr.Parser
- func (s *DropUserContext) GetRuleContext() antlr.RuleContext
- func (s *DropUserContext) IfExists() IIfExistsContext
- func (*DropUserContext) IsDropUserContext()
- func (s *DropUserContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropUserContext) USER() antlr.TerminalNode
- func (s *DropUserContext) UserName(i int) IUserNameContext
- type DropViewContext
- func (s *DropViewContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DropViewContext) AllCOMMA() []antlr.TerminalNode
- func (s *DropViewContext) AllFullId() []IFullIdContext
- func (s *DropViewContext) CASCADE() antlr.TerminalNode
- func (s *DropViewContext) COMMA(i int) antlr.TerminalNode
- func (s *DropViewContext) DROP() antlr.TerminalNode
- func (s *DropViewContext) FullId(i int) IFullIdContext
- func (s *DropViewContext) GetDropType() antlr.Token
- func (s *DropViewContext) GetParser() antlr.Parser
- func (s *DropViewContext) GetRuleContext() antlr.RuleContext
- func (s *DropViewContext) IfExists() IIfExistsContext
- func (*DropViewContext) IsDropViewContext()
- func (s *DropViewContext) RESTRICT() antlr.TerminalNode
- func (s *DropViewContext) SetDropType(v antlr.Token)
- func (s *DropViewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DropViewContext) VIEW() antlr.TerminalNode
- type ElifAlternativeContext
- func (s *ElifAlternativeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ElifAlternativeContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *ElifAlternativeContext) ELSEIF() antlr.TerminalNode
- func (s *ElifAlternativeContext) Expression() IExpressionContext
- func (s *ElifAlternativeContext) GetParser() antlr.Parser
- func (s *ElifAlternativeContext) GetRuleContext() antlr.RuleContext
- func (*ElifAlternativeContext) IsElifAlternativeContext()
- func (s *ElifAlternativeContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *ElifAlternativeContext) THEN() antlr.TerminalNode
- func (s *ElifAlternativeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EmptyStatementContext
- func (s *EmptyStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *EmptyStatementContext) GetParser() antlr.Parser
- func (s *EmptyStatementContext) GetRuleContext() antlr.RuleContext
- func (*EmptyStatementContext) IsEmptyStatementContext()
- func (s *EmptyStatementContext) SEMI() antlr.TerminalNode
- func (s *EmptyStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EnableTypeContext
- func (s *EnableTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *EnableTypeContext) DISABLE() antlr.TerminalNode
- func (s *EnableTypeContext) ENABLE() antlr.TerminalNode
- func (s *EnableTypeContext) GetParser() antlr.Parser
- func (s *EnableTypeContext) GetRuleContext() antlr.RuleContext
- func (*EnableTypeContext) IsEnableTypeContext()
- func (s *EnableTypeContext) ON() antlr.TerminalNode
- func (s *EnableTypeContext) SLAVE() antlr.TerminalNode
- func (s *EnableTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EngineNameContext
- func (s *EngineNameContext) ARCHIVE() antlr.TerminalNode
- func (s *EngineNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *EngineNameContext) BLACKHOLE() antlr.TerminalNode
- func (s *EngineNameContext) CSV() antlr.TerminalNode
- func (s *EngineNameContext) FEDERATED() antlr.TerminalNode
- func (s *EngineNameContext) GetParser() antlr.Parser
- func (s *EngineNameContext) GetRuleContext() antlr.RuleContext
- func (s *EngineNameContext) ID() antlr.TerminalNode
- func (s *EngineNameContext) INNODB() antlr.TerminalNode
- func (*EngineNameContext) IsEngineNameContext()
- func (s *EngineNameContext) MEMORY() antlr.TerminalNode
- func (s *EngineNameContext) MRG_MYISAM() antlr.TerminalNode
- func (s *EngineNameContext) MYISAM() antlr.TerminalNode
- func (s *EngineNameContext) NDB() antlr.TerminalNode
- func (s *EngineNameContext) NDBCLUSTER() antlr.TerminalNode
- func (s *EngineNameContext) PERFORMANCE_SCHEMA() antlr.TerminalNode
- func (s *EngineNameContext) REVERSE_QUOTE_ID() antlr.TerminalNode
- func (s *EngineNameContext) STRING_LITERAL() antlr.TerminalNode
- func (s *EngineNameContext) TOKUDB() antlr.TerminalNode
- func (s *EngineNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExecuteStatementContext
- func (s *ExecuteStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExecuteStatementContext) EXECUTE() antlr.TerminalNode
- func (s *ExecuteStatementContext) GetParser() antlr.Parser
- func (s *ExecuteStatementContext) GetRuleContext() antlr.RuleContext
- func (*ExecuteStatementContext) IsExecuteStatementContext()
- func (s *ExecuteStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ExecuteStatementContext) USING() antlr.TerminalNode
- func (s *ExecuteStatementContext) Uid() IUidContext
- func (s *ExecuteStatementContext) UserVariables() IUserVariablesContext
- type ExistsExpressionAtomContext
- func (s *ExistsExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExistsExpressionAtomContext) EXISTS() antlr.TerminalNode
- func (s *ExistsExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *ExistsExpressionAtomContext) LR_BRACKET() antlr.TerminalNode
- func (s *ExistsExpressionAtomContext) RR_BRACKET() antlr.TerminalNode
- func (s *ExistsExpressionAtomContext) SelectStatement() ISelectStatementContext
- type ExpressionAtomContext
- func (s *ExpressionAtomContext) CopyFrom(ctx *ExpressionAtomContext)
- func (s *ExpressionAtomContext) GetParser() antlr.Parser
- func (s *ExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionAtomContext) IsExpressionAtomContext()
- func (s *ExpressionAtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionAtomPredicateContext
- func (s *ExpressionAtomPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExpressionAtomPredicateContext) ExpressionAtom() IExpressionAtomContext
- func (s *ExpressionAtomPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *ExpressionAtomPredicateContext) LOCAL_ID() antlr.TerminalNode
- func (s *ExpressionAtomPredicateContext) VAR_ASSIGN() antlr.TerminalNode
- type ExpressionContext
- func (s *ExpressionContext) CopyFrom(ctx *ExpressionContext)
- func (s *ExpressionContext) GetParser() antlr.Parser
- func (s *ExpressionContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionContext) IsExpressionContext()
- func (s *ExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionOrDefaultContext
- func (s *ExpressionOrDefaultContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExpressionOrDefaultContext) DEFAULT() antlr.TerminalNode
- func (s *ExpressionOrDefaultContext) Expression() IExpressionContext
- func (s *ExpressionOrDefaultContext) GetParser() antlr.Parser
- func (s *ExpressionOrDefaultContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionOrDefaultContext) IsExpressionOrDefaultContext()
- func (s *ExpressionOrDefaultContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionsContext
- func (s *ExpressionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExpressionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *ExpressionsContext) AllExpression() []IExpressionContext
- func (s *ExpressionsContext) COMMA(i int) antlr.TerminalNode
- func (s *ExpressionsContext) Expression(i int) IExpressionContext
- func (s *ExpressionsContext) GetParser() antlr.Parser
- func (s *ExpressionsContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionsContext) IsExpressionsContext()
- func (s *ExpressionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionsWithDefaultsContext
- func (s *ExpressionsWithDefaultsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExpressionsWithDefaultsContext) AllCOMMA() []antlr.TerminalNode
- func (s *ExpressionsWithDefaultsContext) AllExpressionOrDefault() []IExpressionOrDefaultContext
- func (s *ExpressionsWithDefaultsContext) COMMA(i int) antlr.TerminalNode
- func (s *ExpressionsWithDefaultsContext) ExpressionOrDefault(i int) IExpressionOrDefaultContext
- func (s *ExpressionsWithDefaultsContext) GetParser() antlr.Parser
- func (s *ExpressionsWithDefaultsContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionsWithDefaultsContext) IsExpressionsWithDefaultsContext()
- func (s *ExpressionsWithDefaultsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExtractFunctionCallContext
- func (s *ExtractFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ExtractFunctionCallContext) EXTRACT() antlr.TerminalNode
- func (s *ExtractFunctionCallContext) Expression() IExpressionContext
- func (s *ExtractFunctionCallContext) FROM() antlr.TerminalNode
- func (s *ExtractFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *ExtractFunctionCallContext) GetSourceExpression() IExpressionContext
- func (s *ExtractFunctionCallContext) GetSourceString() IStringLiteralContext
- func (s *ExtractFunctionCallContext) IntervalType() IIntervalTypeContext
- func (s *ExtractFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *ExtractFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *ExtractFunctionCallContext) SetSourceExpression(v IExpressionContext)
- func (s *ExtractFunctionCallContext) SetSourceString(v IStringLiteralContext)
- func (s *ExtractFunctionCallContext) StringLiteral() IStringLiteralContext
- type FetchCursorContext
- func (s *FetchCursorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FetchCursorContext) FETCH() antlr.TerminalNode
- func (s *FetchCursorContext) FROM() antlr.TerminalNode
- func (s *FetchCursorContext) GetRuleContext() antlr.RuleContext
- func (s *FetchCursorContext) INTO() antlr.TerminalNode
- func (s *FetchCursorContext) NEXT() antlr.TerminalNode
- func (s *FetchCursorContext) Uid() IUidContext
- func (s *FetchCursorContext) UidList() IUidListContext
- type FileSizeLiteralContext
- func (s *FileSizeLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FileSizeLiteralContext) DecimalLiteral() IDecimalLiteralContext
- func (s *FileSizeLiteralContext) FILESIZE_LITERAL() antlr.TerminalNode
- func (s *FileSizeLiteralContext) GetParser() antlr.Parser
- func (s *FileSizeLiteralContext) GetRuleContext() antlr.RuleContext
- func (*FileSizeLiteralContext) IsFileSizeLiteralContext()
- func (s *FileSizeLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FlushOptionContext
- func (s *FlushOptionContext) CopyFrom(ctx *FlushOptionContext)
- func (s *FlushOptionContext) GetParser() antlr.Parser
- func (s *FlushOptionContext) GetRuleContext() antlr.RuleContext
- func (*FlushOptionContext) IsFlushOptionContext()
- func (s *FlushOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FlushStatementContext
- func (s *FlushStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FlushStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *FlushStatementContext) AllFlushOption() []IFlushOptionContext
- func (s *FlushStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *FlushStatementContext) FLUSH() antlr.TerminalNode
- func (s *FlushStatementContext) FlushOption(i int) IFlushOptionContext
- func (s *FlushStatementContext) GetFlushFormat() antlr.Token
- func (s *FlushStatementContext) GetParser() antlr.Parser
- func (s *FlushStatementContext) GetRuleContext() antlr.RuleContext
- func (*FlushStatementContext) IsFlushStatementContext()
- func (s *FlushStatementContext) LOCAL() antlr.TerminalNode
- func (s *FlushStatementContext) NO_WRITE_TO_BINLOG() antlr.TerminalNode
- func (s *FlushStatementContext) SetFlushFormat(v antlr.Token)
- func (s *FlushStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FlushTableOptionContext
- func (s *FlushTableOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FlushTableOptionContext) EXPORT() antlr.TerminalNode
- func (s *FlushTableOptionContext) FOR() antlr.TerminalNode
- func (s *FlushTableOptionContext) GetParser() antlr.Parser
- func (s *FlushTableOptionContext) GetRuleContext() antlr.RuleContext
- func (*FlushTableOptionContext) IsFlushTableOptionContext()
- func (s *FlushTableOptionContext) LOCK() antlr.TerminalNode
- func (s *FlushTableOptionContext) READ() antlr.TerminalNode
- func (s *FlushTableOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FlushTableOptionContext) WITH() antlr.TerminalNode
- type ForeignKeyTableConstraintContext
- func (s *ForeignKeyTableConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ForeignKeyTableConstraintContext) AllUid() []IUidContext
- func (s *ForeignKeyTableConstraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *ForeignKeyTableConstraintContext) FOREIGN() antlr.TerminalNode
- func (s *ForeignKeyTableConstraintContext) GetIndex() IUidContext
- func (s *ForeignKeyTableConstraintContext) GetName() IUidContext
- func (s *ForeignKeyTableConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *ForeignKeyTableConstraintContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *ForeignKeyTableConstraintContext) KEY() antlr.TerminalNode
- func (s *ForeignKeyTableConstraintContext) ReferenceDefinition() IReferenceDefinitionContext
- func (s *ForeignKeyTableConstraintContext) SetIndex(v IUidContext)
- func (s *ForeignKeyTableConstraintContext) SetName(v IUidContext)
- func (s *ForeignKeyTableConstraintContext) Uid(i int) IUidContext
- type FormatColumnConstraintContext
- func (s *FormatColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FormatColumnConstraintContext) COLUMN_FORMAT() antlr.TerminalNode
- func (s *FormatColumnConstraintContext) DEFAULT() antlr.TerminalNode
- func (s *FormatColumnConstraintContext) DYNAMIC() antlr.TerminalNode
- func (s *FormatColumnConstraintContext) FIXED() antlr.TerminalNode
- func (s *FormatColumnConstraintContext) GetColformat() antlr.Token
- func (s *FormatColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *FormatColumnConstraintContext) SetColformat(v antlr.Token)
- type FromClauseContext
- func (s *FromClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FromClauseContext) Expression() IExpressionContext
- func (s *FromClauseContext) FROM() antlr.TerminalNode
- func (s *FromClauseContext) GetParser() antlr.Parser
- func (s *FromClauseContext) GetRuleContext() antlr.RuleContext
- func (s *FromClauseContext) GetWhereExpr() IExpressionContext
- func (*FromClauseContext) IsFromClauseContext()
- func (s *FromClauseContext) SetWhereExpr(v IExpressionContext)
- func (s *FromClauseContext) TableSources() ITableSourcesContext
- func (s *FromClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FromClauseContext) WHERE() antlr.TerminalNode
- type FullColumnNameContext
- func (s *FullColumnNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FullColumnNameContext) AllDottedId() []IDottedIdContext
- func (s *FullColumnNameContext) DottedId(i int) IDottedIdContext
- func (s *FullColumnNameContext) GetParser() antlr.Parser
- func (s *FullColumnNameContext) GetRuleContext() antlr.RuleContext
- func (*FullColumnNameContext) IsFullColumnNameContext()
- func (s *FullColumnNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FullColumnNameContext) Uid() IUidContext
- type FullColumnNameExpressionAtomContext
- type FullDescribeStatementContext
- func (s *FullDescribeStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FullDescribeStatementContext) DESC() antlr.TerminalNode
- func (s *FullDescribeStatementContext) DESCRIBE() antlr.TerminalNode
- func (s *FullDescribeStatementContext) DescribeObjectClause() IDescribeObjectClauseContext
- func (s *FullDescribeStatementContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *FullDescribeStatementContext) EXPLAIN() antlr.TerminalNode
- func (s *FullDescribeStatementContext) EXTENDED() antlr.TerminalNode
- func (s *FullDescribeStatementContext) FORMAT() antlr.TerminalNode
- func (s *FullDescribeStatementContext) GetCommand() antlr.Token
- func (s *FullDescribeStatementContext) GetFormatType() antlr.Token
- func (s *FullDescribeStatementContext) GetFormatValue() antlr.Token
- func (s *FullDescribeStatementContext) GetParser() antlr.Parser
- func (s *FullDescribeStatementContext) GetRuleContext() antlr.RuleContext
- func (*FullDescribeStatementContext) IsFullDescribeStatementContext()
- func (s *FullDescribeStatementContext) JSON() antlr.TerminalNode
- func (s *FullDescribeStatementContext) PARTITIONS() antlr.TerminalNode
- func (s *FullDescribeStatementContext) SetCommand(v antlr.Token)
- func (s *FullDescribeStatementContext) SetFormatType(v antlr.Token)
- func (s *FullDescribeStatementContext) SetFormatValue(v antlr.Token)
- func (s *FullDescribeStatementContext) TRADITIONAL() antlr.TerminalNode
- func (s *FullDescribeStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FullIdContext
- func (s *FullIdContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FullIdContext) AllUid() []IUidContext
- func (s *FullIdContext) DOT() antlr.TerminalNode
- func (s *FullIdContext) DOT_ID() antlr.TerminalNode
- func (s *FullIdContext) GetParser() antlr.Parser
- func (s *FullIdContext) GetRuleContext() antlr.RuleContext
- func (*FullIdContext) IsFullIdContext()
- func (s *FullIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FullIdContext) Uid(i int) IUidContext
- type FunctionArgContext
- func (s *FunctionArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FunctionArgContext) Constant() IConstantContext
- func (s *FunctionArgContext) Expression() IExpressionContext
- func (s *FunctionArgContext) FullColumnName() IFullColumnNameContext
- func (s *FunctionArgContext) FunctionCall() IFunctionCallContext
- func (s *FunctionArgContext) GetParser() antlr.Parser
- func (s *FunctionArgContext) GetRuleContext() antlr.RuleContext
- func (*FunctionArgContext) IsFunctionArgContext()
- func (s *FunctionArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FunctionArgsContext
- func (s *FunctionArgsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FunctionArgsContext) AllCOMMA() []antlr.TerminalNode
- func (s *FunctionArgsContext) AllConstant() []IConstantContext
- func (s *FunctionArgsContext) AllExpression() []IExpressionContext
- func (s *FunctionArgsContext) AllFullColumnName() []IFullColumnNameContext
- func (s *FunctionArgsContext) AllFunctionCall() []IFunctionCallContext
- func (s *FunctionArgsContext) COMMA(i int) antlr.TerminalNode
- func (s *FunctionArgsContext) Constant(i int) IConstantContext
- func (s *FunctionArgsContext) Expression(i int) IExpressionContext
- func (s *FunctionArgsContext) FullColumnName(i int) IFullColumnNameContext
- func (s *FunctionArgsContext) FunctionCall(i int) IFunctionCallContext
- func (s *FunctionArgsContext) GetParser() antlr.Parser
- func (s *FunctionArgsContext) GetRuleContext() antlr.RuleContext
- func (*FunctionArgsContext) IsFunctionArgsContext()
- func (s *FunctionArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FunctionCallContext
- func (s *FunctionCallContext) CopyFrom(ctx *FunctionCallContext)
- func (s *FunctionCallContext) GetParser() antlr.Parser
- func (s *FunctionCallContext) GetRuleContext() antlr.RuleContext
- func (*FunctionCallContext) IsFunctionCallContext()
- func (s *FunctionCallContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FunctionCallExpressionAtomContext
- type FunctionNameBaseContext
- func (s *FunctionNameBaseContext) ABS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ACOS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ADDDATE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ADDTIME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) AES_DECRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) AES_ENCRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) AREA() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASBINARY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASWKT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASYMMETRIC_DECRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASYMMETRIC_DERIVE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASYMMETRIC_ENCRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASYMMETRIC_SIGN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ASYMMETRIC_VERIFY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ATAN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ATAN2() antlr.TerminalNode
- func (s *FunctionNameBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FunctionNameBaseContext) BENCHMARK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) BIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) BIT_COUNT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) BIT_LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) BUFFER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CEIL() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CEILING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CENTROID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CHARACTER_LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CHARSET() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CHAR_LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) COERCIBILITY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) COLLATION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) COMPRESS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CONCAT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CONCAT_WS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CONNECTION_ID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CONV() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CONVERT_TZ() antlr.TerminalNode
- func (s *FunctionNameBaseContext) COS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) COT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) COUNT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CRC32() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CREATE_ASYMMETRIC_PRIV_KEY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CREATE_ASYMMETRIC_PUB_KEY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CREATE_DH_PARAMETERS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CREATE_DIGEST() antlr.TerminalNode
- func (s *FunctionNameBaseContext) CROSSES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DATABASE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DATE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DATEDIFF() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DATE_FORMAT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DAY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DAYNAME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DAYOFMONTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DAYOFWEEK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DAYOFYEAR() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DECODE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DEGREES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DES_DECRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DES_ENCRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DIMENSION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) DISJOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ELT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ENCODE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ENCRYPT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ENDPOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ENVELOPE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) EQUALS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) EXP() antlr.TerminalNode
- func (s *FunctionNameBaseContext) EXPORT_SET() antlr.TerminalNode
- func (s *FunctionNameBaseContext) EXTERIORRING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) EXTRACTVALUE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FIELD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FIND_IN_SET() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FLOOR() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FORMAT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FOUND_ROWS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FROM_BASE64() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FROM_DAYS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) FROM_UNIXTIME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMCOLLFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMCOLLFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYCOLLECTION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYCOLLECTIONFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYCOLLECTIONFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMETRYTYPE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GEOMFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GET_FORMAT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GET_LOCK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GLENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GREATEST() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GTID_SUBSET() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GTID_SUBTRACT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) GetParser() antlr.Parser
- func (s *FunctionNameBaseContext) GetRuleContext() antlr.RuleContext
- func (s *FunctionNameBaseContext) HEX() antlr.TerminalNode
- func (s *FunctionNameBaseContext) HOUR() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IFNULL() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INET6_ATON() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INET6_NTOA() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INET_ATON() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INET_NTOA() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INSTR() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INTERIORRINGN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INTERSECTS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) INVISIBLE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ISCLOSED() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ISEMPTY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ISNULL() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ISSIMPLE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IS_FREE_LOCK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IS_IPV4() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IS_IPV4_COMPAT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IS_IPV4_MAPPED() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IS_IPV6() antlr.TerminalNode
- func (s *FunctionNameBaseContext) IS_USED_LOCK() antlr.TerminalNode
- func (*FunctionNameBaseContext) IsFunctionNameBaseContext()
- func (s *FunctionNameBaseContext) JSON_ARRAY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_ARRAYAGG() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_ARRAY_APPEND() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_ARRAY_INSERT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_CONTAINS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_CONTAINS_PATH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_DEPTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_EXTRACT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_INSERT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_KEYS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_MERGE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_MERGE_PATCH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_MERGE_PRESERVE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_OBJECT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_OBJECTAGG() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_OVERLAPS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_PRETTY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_QUOTE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_REMOVE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_REPLACE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_SCHEMA_VALID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_SCHEMA_VALIDATION_REPORT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_SEARCH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_SET() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_STORAGE_FREE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_STORAGE_SIZE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_TABLE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_TYPE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_UNQUOTE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_VALID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) JSON_VALUE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LAST_INSERT_ID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LCASE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LEAST() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LEFT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LINEFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LINEFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LINESTRING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LINESTRINGFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LINESTRINGFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LOAD_FILE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LOCATE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LOG() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LOG2() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LOG10() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LOWER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LPAD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) LTRIM() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MAKEDATE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MAKETIME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MAKE_SET() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MASTER_POS_WAIT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBRCONTAINS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBRDISJOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBREQUAL() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBRINTERSECTS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBROVERLAPS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBRTOUCHES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MBRWITHIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MD5() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MICROSECOND() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MINUTE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MLINEFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MLINEFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MOD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MONTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MONTHNAME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MPOINTFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MPOINTFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MPOLYFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MPOLYFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTILINESTRING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTILINESTRINGFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTILINESTRINGFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTIPOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTIPOINTFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTIPOINTFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTIPOLYGON() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTIPOLYGONFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) MULTIPOLYGONFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) NAME_CONST() antlr.TerminalNode
- func (s *FunctionNameBaseContext) NULLIF() antlr.TerminalNode
- func (s *FunctionNameBaseContext) NUMGEOMETRIES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) NUMINTERIORRINGS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) NUMPOINTS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) OCT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) OCTET_LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ORD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) OVERLAPS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) PERIOD_ADD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) PERIOD_DIFF() antlr.TerminalNode
- func (s *FunctionNameBaseContext) PI() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POINTFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POINTFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POINTN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POLYFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POLYFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POLYGON() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POLYGONFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POLYGONFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POSITION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POW() antlr.TerminalNode
- func (s *FunctionNameBaseContext) POWER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) QUARTER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) QUOTE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RADIANS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RAND() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RANDOM_BYTES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RELEASE_LOCK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) REVERSE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RIGHT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ROUND() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ROW_COUNT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RPAD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) RTRIM() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SCHEMA() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SECOND() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SEC_TO_TIME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SESSION_USER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SESSION_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SHA() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SHA1() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SHA2() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SIGN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SLEEP() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SOUNDEX() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SQL_THREAD_WAIT_AFTER_GTIDS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SQRT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SRID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) STARTPOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) STRCMP() antlr.TerminalNode
- func (s *FunctionNameBaseContext) STR_TO_DATE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_AREA() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ASBINARY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ASTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ASWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ASWKT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_BUFFER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_CENTROID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_CONTAINS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_CROSSES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_DIFFERENCE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_DIMENSION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_DISJOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_DISTANCE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ENDPOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ENVELOPE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_EQUALS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_EXTERIORRING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMCOLLFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMCOLLFROMTXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMCOLLFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMETRYCOLLECTIONFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMETRYCOLLECTIONFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMETRYFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMETRYFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMETRYN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMETRYTYPE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_GEOMFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_INTERIORRINGN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_INTERSECTION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_INTERSECTS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ISCLOSED() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ISEMPTY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_ISSIMPLE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_LINEFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_LINEFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_LINESTRINGFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_LINESTRINGFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_NUMGEOMETRIES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_NUMINTERIORRING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_NUMINTERIORRINGS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_NUMPOINTS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_OVERLAPS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POINTFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POINTFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POINTN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POLYFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POLYFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POLYGONFROMTEXT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_POLYGONFROMWKB() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_SRID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_STARTPOINT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_SYMDIFFERENCE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_TOUCHES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_UNION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_WITHIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_X() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ST_Y() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SUBDATE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SUBSTRING_INDEX() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SUBTIME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) SYSTEM_USER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TAN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIME() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIMEDIFF() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIMESTAMP() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIMESTAMPADD() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIMESTAMPDIFF() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIME_FORMAT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TIME_TO_SEC() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TOUCHES() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TO_BASE64() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TO_DAYS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) TO_SECONDS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FunctionNameBaseContext) UCASE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UNCOMPRESS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UNCOMPRESSED_LENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UNHEX() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UNIX_TIMESTAMP() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UPDATEXML() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UPPER() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UUID() antlr.TerminalNode
- func (s *FunctionNameBaseContext) UUID_SHORT() antlr.TerminalNode
- func (s *FunctionNameBaseContext) VALIDATE_PASSWORD_STRENGTH() antlr.TerminalNode
- func (s *FunctionNameBaseContext) VERSION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) VISIBLE() antlr.TerminalNode
- func (s *FunctionNameBaseContext) WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS() antlr.TerminalNode
- func (s *FunctionNameBaseContext) WEEK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) WEEKDAY() antlr.TerminalNode
- func (s *FunctionNameBaseContext) WEEKOFYEAR() antlr.TerminalNode
- func (s *FunctionNameBaseContext) WEIGHT_STRING() antlr.TerminalNode
- func (s *FunctionNameBaseContext) WITHIN() antlr.TerminalNode
- func (s *FunctionNameBaseContext) X_FUNCTION() antlr.TerminalNode
- func (s *FunctionNameBaseContext) YEAR() antlr.TerminalNode
- func (s *FunctionNameBaseContext) YEARWEEK() antlr.TerminalNode
- func (s *FunctionNameBaseContext) Y_FUNCTION() antlr.TerminalNode
- type FunctionParameterContext
- func (s *FunctionParameterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FunctionParameterContext) DataType() IDataTypeContext
- func (s *FunctionParameterContext) GetParser() antlr.Parser
- func (s *FunctionParameterContext) GetRuleContext() antlr.RuleContext
- func (*FunctionParameterContext) IsFunctionParameterContext()
- func (s *FunctionParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FunctionParameterContext) Uid() IUidContext
- type GeneratedColumnConstraintContext
- func (s *GeneratedColumnConstraintContext) ALWAYS() antlr.TerminalNode
- func (s *GeneratedColumnConstraintContext) AS() antlr.TerminalNode
- func (s *GeneratedColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GeneratedColumnConstraintContext) Expression() IExpressionContext
- func (s *GeneratedColumnConstraintContext) GENERATED() antlr.TerminalNode
- func (s *GeneratedColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *GeneratedColumnConstraintContext) LR_BRACKET() antlr.TerminalNode
- func (s *GeneratedColumnConstraintContext) RR_BRACKET() antlr.TerminalNode
- func (s *GeneratedColumnConstraintContext) STORED() antlr.TerminalNode
- func (s *GeneratedColumnConstraintContext) VIRTUAL() antlr.TerminalNode
- type GetFormatFunctionCallContext
- func (s *GetFormatFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GetFormatFunctionCallContext) COMMA() antlr.TerminalNode
- func (s *GetFormatFunctionCallContext) DATE() antlr.TerminalNode
- func (s *GetFormatFunctionCallContext) DATETIME() antlr.TerminalNode
- func (s *GetFormatFunctionCallContext) GET_FORMAT() antlr.TerminalNode
- func (s *GetFormatFunctionCallContext) GetDatetimeFormat() antlr.Token
- func (s *GetFormatFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *GetFormatFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *GetFormatFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *GetFormatFunctionCallContext) SetDatetimeFormat(v antlr.Token)
- func (s *GetFormatFunctionCallContext) StringLiteral() IStringLiteralContext
- func (s *GetFormatFunctionCallContext) TIME() antlr.TerminalNode
- type GlobalPrivLevelContext
- func (s *GlobalPrivLevelContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GlobalPrivLevelContext) AllSTAR() []antlr.TerminalNode
- func (s *GlobalPrivLevelContext) DOT() antlr.TerminalNode
- func (s *GlobalPrivLevelContext) GetRuleContext() antlr.RuleContext
- func (s *GlobalPrivLevelContext) STAR(i int) antlr.TerminalNode
- type GrantProxyContext
- func (s *GrantProxyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GrantProxyContext) AllCOMMA() []antlr.TerminalNode
- func (s *GrantProxyContext) AllGRANT() []antlr.TerminalNode
- func (s *GrantProxyContext) AllUserName() []IUserNameContext
- func (s *GrantProxyContext) COMMA(i int) antlr.TerminalNode
- func (s *GrantProxyContext) GRANT(i int) antlr.TerminalNode
- func (s *GrantProxyContext) GetFromFirst() IUserNameContext
- func (s *GrantProxyContext) GetParser() antlr.Parser
- func (s *GrantProxyContext) GetRuleContext() antlr.RuleContext
- func (s *GrantProxyContext) GetToFirst() IUserNameContext
- func (s *GrantProxyContext) GetToOther() []IUserNameContext
- func (s *GrantProxyContext) Get_userName() IUserNameContext
- func (*GrantProxyContext) IsGrantProxyContext()
- func (s *GrantProxyContext) ON() antlr.TerminalNode
- func (s *GrantProxyContext) OPTION() antlr.TerminalNode
- func (s *GrantProxyContext) PROXY() antlr.TerminalNode
- func (s *GrantProxyContext) SetFromFirst(v IUserNameContext)
- func (s *GrantProxyContext) SetToFirst(v IUserNameContext)
- func (s *GrantProxyContext) SetToOther(v []IUserNameContext)
- func (s *GrantProxyContext) Set_userName(v IUserNameContext)
- func (s *GrantProxyContext) TO() antlr.TerminalNode
- func (s *GrantProxyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *GrantProxyContext) UserName(i int) IUserNameContext
- func (s *GrantProxyContext) WITH() antlr.TerminalNode
- type GrantStatementContext
- func (s *GrantStatementContext) AND(i int) antlr.TerminalNode
- func (s *GrantStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GrantStatementContext) AllAND() []antlr.TerminalNode
- func (s *GrantStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *GrantStatementContext) AllGRANT() []antlr.TerminalNode
- func (s *GrantStatementContext) AllOPTION() []antlr.TerminalNode
- func (s *GrantStatementContext) AllPrivelegeClause() []IPrivelegeClauseContext
- func (s *GrantStatementContext) AllTlsOption() []ITlsOptionContext
- func (s *GrantStatementContext) AllUserAuthOption() []IUserAuthOptionContext
- func (s *GrantStatementContext) AllUserResourceOption() []IUserResourceOptionContext
- func (s *GrantStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *GrantStatementContext) FUNCTION() antlr.TerminalNode
- func (s *GrantStatementContext) GRANT(i int) antlr.TerminalNode
- func (s *GrantStatementContext) GetParser() antlr.Parser
- func (s *GrantStatementContext) GetPrivilegeObject() antlr.Token
- func (s *GrantStatementContext) GetRuleContext() antlr.RuleContext
- func (s *GrantStatementContext) GetTlsNone() antlr.Token
- func (*GrantStatementContext) IsGrantStatementContext()
- func (s *GrantStatementContext) NONE() antlr.TerminalNode
- func (s *GrantStatementContext) ON() antlr.TerminalNode
- func (s *GrantStatementContext) OPTION(i int) antlr.TerminalNode
- func (s *GrantStatementContext) PROCEDURE() antlr.TerminalNode
- func (s *GrantStatementContext) PrivelegeClause(i int) IPrivelegeClauseContext
- func (s *GrantStatementContext) PrivilegeLevel() IPrivilegeLevelContext
- func (s *GrantStatementContext) REQUIRE() antlr.TerminalNode
- func (s *GrantStatementContext) SetPrivilegeObject(v antlr.Token)
- func (s *GrantStatementContext) SetTlsNone(v antlr.Token)
- func (s *GrantStatementContext) TABLE() antlr.TerminalNode
- func (s *GrantStatementContext) TO() antlr.TerminalNode
- func (s *GrantStatementContext) TlsOption(i int) ITlsOptionContext
- func (s *GrantStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *GrantStatementContext) UserAuthOption(i int) IUserAuthOptionContext
- func (s *GrantStatementContext) UserResourceOption(i int) IUserResourceOptionContext
- func (s *GrantStatementContext) WITH() antlr.TerminalNode
- type GroupByClauseContext
- func (s *GroupByClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GroupByClauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *GroupByClauseContext) AllGroupByItem() []IGroupByItemContext
- func (s *GroupByClauseContext) BY() antlr.TerminalNode
- func (s *GroupByClauseContext) COMMA(i int) antlr.TerminalNode
- func (s *GroupByClauseContext) GROUP() antlr.TerminalNode
- func (s *GroupByClauseContext) GetParser() antlr.Parser
- func (s *GroupByClauseContext) GetRuleContext() antlr.RuleContext
- func (s *GroupByClauseContext) GroupByItem(i int) IGroupByItemContext
- func (*GroupByClauseContext) IsGroupByClauseContext()
- func (s *GroupByClauseContext) ROLLUP() antlr.TerminalNode
- func (s *GroupByClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *GroupByClauseContext) WITH() antlr.TerminalNode
- type GroupByItemContext
- func (s *GroupByItemContext) ASC() antlr.TerminalNode
- func (s *GroupByItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GroupByItemContext) DESC() antlr.TerminalNode
- func (s *GroupByItemContext) Expression() IExpressionContext
- func (s *GroupByItemContext) GetOrder() antlr.Token
- func (s *GroupByItemContext) GetParser() antlr.Parser
- func (s *GroupByItemContext) GetRuleContext() antlr.RuleContext
- func (*GroupByItemContext) IsGroupByItemContext()
- func (s *GroupByItemContext) SetOrder(v antlr.Token)
- func (s *GroupByItemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type GtidsUntilOptionContext
- func (s *GtidsUntilOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GtidsUntilOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *GtidsUntilOptionContext) GetGtids() antlr.Token
- func (s *GtidsUntilOptionContext) GetRuleContext() antlr.RuleContext
- func (s *GtidsUntilOptionContext) GtuidSet() IGtuidSetContext
- func (s *GtidsUntilOptionContext) SQL_AFTER_GTIDS() antlr.TerminalNode
- func (s *GtidsUntilOptionContext) SQL_BEFORE_GTIDS() antlr.TerminalNode
- func (s *GtidsUntilOptionContext) SetGtids(v antlr.Token)
- type GtuidSetContext
- func (s *GtuidSetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *GtuidSetContext) AllCOMMA() []antlr.TerminalNode
- func (s *GtuidSetContext) AllUuidSet() []IUuidSetContext
- func (s *GtuidSetContext) COMMA(i int) antlr.TerminalNode
- func (s *GtuidSetContext) GetParser() antlr.Parser
- func (s *GtuidSetContext) GetRuleContext() antlr.RuleContext
- func (*GtuidSetContext) IsGtuidSetContext()
- func (s *GtuidSetContext) STRING_LITERAL() antlr.TerminalNode
- func (s *GtuidSetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *GtuidSetContext) UuidSet(i int) IUuidSetContext
- type HandlerCloseStatementContext
- func (s *HandlerCloseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerCloseStatementContext) CLOSE() antlr.TerminalNode
- func (s *HandlerCloseStatementContext) GetParser() antlr.Parser
- func (s *HandlerCloseStatementContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerCloseStatementContext) HANDLER() antlr.TerminalNode
- func (*HandlerCloseStatementContext) IsHandlerCloseStatementContext()
- func (s *HandlerCloseStatementContext) TableName() ITableNameContext
- func (s *HandlerCloseStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HandlerConditionCodeContext
- type HandlerConditionExceptionContext
- type HandlerConditionNameContext
- type HandlerConditionNotfoundContext
- func (s *HandlerConditionNotfoundContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerConditionNotfoundContext) FOUND() antlr.TerminalNode
- func (s *HandlerConditionNotfoundContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerConditionNotfoundContext) NOT() antlr.TerminalNode
- type HandlerConditionStateContext
- func (s *HandlerConditionStateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerConditionStateContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerConditionStateContext) SQLSTATE() antlr.TerminalNode
- func (s *HandlerConditionStateContext) STRING_LITERAL() antlr.TerminalNode
- func (s *HandlerConditionStateContext) VALUE() antlr.TerminalNode
- type HandlerConditionValueContext
- func (s *HandlerConditionValueContext) CopyFrom(ctx *HandlerConditionValueContext)
- func (s *HandlerConditionValueContext) GetParser() antlr.Parser
- func (s *HandlerConditionValueContext) GetRuleContext() antlr.RuleContext
- func (*HandlerConditionValueContext) IsHandlerConditionValueContext()
- func (s *HandlerConditionValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HandlerConditionWarningContext
- type HandlerOpenStatementContext
- func (s *HandlerOpenStatementContext) AS() antlr.TerminalNode
- func (s *HandlerOpenStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerOpenStatementContext) GetParser() antlr.Parser
- func (s *HandlerOpenStatementContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerOpenStatementContext) HANDLER() antlr.TerminalNode
- func (*HandlerOpenStatementContext) IsHandlerOpenStatementContext()
- func (s *HandlerOpenStatementContext) OPEN() antlr.TerminalNode
- func (s *HandlerOpenStatementContext) TableName() ITableNameContext
- func (s *HandlerOpenStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *HandlerOpenStatementContext) Uid() IUidContext
- type HandlerReadIndexStatementContext
- func (s *HandlerReadIndexStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerReadIndexStatementContext) ComparisonOperator() IComparisonOperatorContext
- func (s *HandlerReadIndexStatementContext) Constants() IConstantsContext
- func (s *HandlerReadIndexStatementContext) Expression() IExpressionContext
- func (s *HandlerReadIndexStatementContext) FIRST() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) GetIndex() IUidContext
- func (s *HandlerReadIndexStatementContext) GetMoveOrder() antlr.Token
- func (s *HandlerReadIndexStatementContext) GetParser() antlr.Parser
- func (s *HandlerReadIndexStatementContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerReadIndexStatementContext) HANDLER() antlr.TerminalNode
- func (*HandlerReadIndexStatementContext) IsHandlerReadIndexStatementContext()
- func (s *HandlerReadIndexStatementContext) LAST() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) LIMIT() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) LR_BRACKET() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) LimitClauseAtom() ILimitClauseAtomContext
- func (s *HandlerReadIndexStatementContext) NEXT() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) PREV() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) READ() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) RR_BRACKET() antlr.TerminalNode
- func (s *HandlerReadIndexStatementContext) SetIndex(v IUidContext)
- func (s *HandlerReadIndexStatementContext) SetMoveOrder(v antlr.Token)
- func (s *HandlerReadIndexStatementContext) TableName() ITableNameContext
- func (s *HandlerReadIndexStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *HandlerReadIndexStatementContext) Uid() IUidContext
- func (s *HandlerReadIndexStatementContext) WHERE() antlr.TerminalNode
- type HandlerReadStatementContext
- func (s *HandlerReadStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerReadStatementContext) Expression() IExpressionContext
- func (s *HandlerReadStatementContext) FIRST() antlr.TerminalNode
- func (s *HandlerReadStatementContext) GetMoveOrder() antlr.Token
- func (s *HandlerReadStatementContext) GetParser() antlr.Parser
- func (s *HandlerReadStatementContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerReadStatementContext) HANDLER() antlr.TerminalNode
- func (*HandlerReadStatementContext) IsHandlerReadStatementContext()
- func (s *HandlerReadStatementContext) LIMIT() antlr.TerminalNode
- func (s *HandlerReadStatementContext) LimitClauseAtom() ILimitClauseAtomContext
- func (s *HandlerReadStatementContext) NEXT() antlr.TerminalNode
- func (s *HandlerReadStatementContext) READ() antlr.TerminalNode
- func (s *HandlerReadStatementContext) SetMoveOrder(v antlr.Token)
- func (s *HandlerReadStatementContext) TableName() ITableNameContext
- func (s *HandlerReadStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *HandlerReadStatementContext) WHERE() antlr.TerminalNode
- type HandlerStatementContext
- func (s *HandlerStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HandlerStatementContext) GetParser() antlr.Parser
- func (s *HandlerStatementContext) GetRuleContext() antlr.RuleContext
- func (s *HandlerStatementContext) HandlerCloseStatement() IHandlerCloseStatementContext
- func (s *HandlerStatementContext) HandlerOpenStatement() IHandlerOpenStatementContext
- func (s *HandlerStatementContext) HandlerReadIndexStatement() IHandlerReadIndexStatementContext
- func (s *HandlerStatementContext) HandlerReadStatement() IHandlerReadStatementContext
- func (*HandlerStatementContext) IsHandlerStatementContext()
- func (s *HandlerStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HashAuthOptionContext
- func (s *HashAuthOptionContext) AS() antlr.TerminalNode
- func (s *HashAuthOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HashAuthOptionContext) AuthPlugin() IAuthPluginContext
- func (s *HashAuthOptionContext) GetRuleContext() antlr.RuleContext
- func (s *HashAuthOptionContext) IDENTIFIED() antlr.TerminalNode
- func (s *HashAuthOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *HashAuthOptionContext) UserName() IUserNameContext
- func (s *HashAuthOptionContext) WITH() antlr.TerminalNode
- type HavingClauseContext
- func (s *HavingClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HavingClauseContext) Expression() IExpressionContext
- func (s *HavingClauseContext) GetHavingExpr() IExpressionContext
- func (s *HavingClauseContext) GetParser() antlr.Parser
- func (s *HavingClauseContext) GetRuleContext() antlr.RuleContext
- func (s *HavingClauseContext) HAVING() antlr.TerminalNode
- func (*HavingClauseContext) IsHavingClauseContext()
- func (s *HavingClauseContext) SetHavingExpr(v IExpressionContext)
- func (s *HavingClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HelpStatementContext
- func (s *HelpStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HelpStatementContext) GetParser() antlr.Parser
- func (s *HelpStatementContext) GetRuleContext() antlr.RuleContext
- func (s *HelpStatementContext) HELP() antlr.TerminalNode
- func (*HelpStatementContext) IsHelpStatementContext()
- func (s *HelpStatementContext) STRING_LITERAL() antlr.TerminalNode
- func (s *HelpStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HexadecimalLiteralContext
- func (s *HexadecimalLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HexadecimalLiteralContext) GetParser() antlr.Parser
- func (s *HexadecimalLiteralContext) GetRuleContext() antlr.RuleContext
- func (s *HexadecimalLiteralContext) HEXADECIMAL_LITERAL() antlr.TerminalNode
- func (*HexadecimalLiteralContext) IsHexadecimalLiteralContext()
- func (s *HexadecimalLiteralContext) STRING_CHARSET_NAME() antlr.TerminalNode
- func (s *HexadecimalLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IAdministrationStatementContext
- type IAggregateWindowedFunctionContext
- type IAlterDatabaseContext
- type IAlterEventContext
- type IAlterFunctionContext
- type IAlterInstanceContext
- type IAlterLogfileGroupContext
- type IAlterProcedureContext
- type IAlterServerContext
- type IAlterSpecificationContext
- type IAlterTableContext
- type IAlterTablespaceContext
- type IAlterUserContext
- type IAlterViewContext
- type IAnalyzeTableContext
- type IAssignmentFieldContext
- type IAuthPluginContext
- type IBeginWorkContext
- type IBinlogStatementContext
- type IBitOperatorContext
- type IBlockStatementContext
- type IBoolMasterOptionContext
- type IBooleanLiteralContext
- type ICacheIndexStatementContext
- type ICallStatementContext
- type ICaseAlternativeContext
- type ICaseFuncAlternativeContext
- type ICaseStatementContext
- type IChangeMasterContext
- type IChangeReplicationFilterContext
- type IChannelOptionContext
- type ICharsetNameBaseContext
- type ICharsetNameContext
- type ICheckTableContext
- type ICheckTableOptionContext
- type IChecksumTableContext
- type ICollationNameContext
- type ICollectionOptionsContext
- type IColumnConstraintContext
- type IColumnDefinitionContext
- type ICommitWorkContext
- type IComparisonOperatorContext
- type ICompoundStatementContext
- type IConnectionOptionContext
- type IConstantContext
- type IConstantsContext
- type IConvertedDataTypeContext
- type ICreateDatabaseContext
- type ICreateDatabaseOptionContext
- type ICreateDefinitionContext
- type ICreateDefinitionsContext
- type ICreateEventContext
- type ICreateFunctionContext
- type ICreateIndexContext
- type ICreateLogfileGroupContext
- type ICreateProcedureContext
- type ICreateServerContext
- type ICreateTableContext
- type ICreateTablespaceInnodbContext
- type ICreateTablespaceNdbContext
- type ICreateTriggerContext
- type ICreateUdfunctionContext
- type ICreateUserContext
- type ICreateViewContext
- type ICurrentTimestampContext
- type ICursorStatementContext
- type IDataTypeBaseContext
- type IDataTypeContext
- type IDdlStatementContext
- type IDeallocatePrepareContext
- type IDecimalLiteralContext
- type IDecimalMasterOptionContext
- type IDeclareConditionContext
- type IDeclareCursorContext
- type IDeclareHandlerContext
- type IDeclareVariableContext
- type IDefaultValueContext
- type IDeleteStatementContext
- type IDescribeObjectClauseContext
- type IDiagnosticsConditionInformationNameContext
- type IDiagnosticsStatementContext
- type IDmlStatementContext
- type IDoStatementContext
- type IDottedIdContext
- type IDropDatabaseContext
- type IDropEventContext
- type IDropFunctionContext
- type IDropIndexContext
- type IDropLogfileGroupContext
- type IDropProcedureContext
- type IDropServerContext
- type IDropTableContext
- type IDropTablespaceContext
- type IDropTriggerContext
- type IDropUserContext
- type IDropViewContext
- type IElifAlternativeContext
- type IEmptyStatementContext
- type IEnableTypeContext
- type IEngineNameContext
- type IExecuteStatementContext
- type IExpressionAtomContext
- type IExpressionContext
- type IExpressionOrDefaultContext
- type IExpressionsContext
- type IExpressionsWithDefaultsContext
- type IFileSizeLiteralContext
- type IFlushOptionContext
- type IFlushStatementContext
- type IFlushTableOptionContext
- type IFromClauseContext
- type IFullColumnNameContext
- type IFullDescribeStatementContext
- type IFullIdContext
- type IFunctionArgContext
- type IFunctionArgsContext
- type IFunctionCallContext
- type IFunctionNameBaseContext
- type IFunctionParameterContext
- type IGrantProxyContext
- type IGrantStatementContext
- type IGroupByClauseContext
- type IGroupByItemContext
- type IGtuidSetContext
- type IHandlerCloseStatementContext
- type IHandlerConditionValueContext
- type IHandlerOpenStatementContext
- type IHandlerReadIndexStatementContext
- type IHandlerReadStatementContext
- type IHandlerStatementContext
- type IHavingClauseContext
- type IHelpStatementContext
- type IHexadecimalLiteralContext
- type IIfExistsContext
- type IIfNotExistsContext
- type IIfStatementContext
- type IIndexColumnDefinitionContext
- type IIndexColumnNameContext
- type IIndexColumnNamesContext
- type IIndexHintContext
- type IIndexHintTypeContext
- type IIndexOptionContext
- type IIndexTypeContext
- type IInsertStatementContext
- type IInsertStatementValueContext
- type IInstallPluginContext
- type IIntervalExprContext
- type IIntervalTypeBaseContext
- type IIntervalTypeContext
- type IIterateStatementContext
- type IJoinPartContext
- type IJsonOperatorContext
- type IKeywordsCanBeIdContext
- type IKillStatementContext
- type ILeaveStatementContext
- type ILengthOneDimensionContext
- type ILengthTwoDimensionContext
- type ILengthTwoOptionalDimensionContext
- type ILevelInWeightListElementContext
- type ILevelsInWeightStringContext
- type ILimitClauseAtomContext
- type ILimitClauseContext
- type ILoadDataStatementContext
- type ILoadIndexIntoCacheContext
- type ILoadXmlStatementContext
- type ILoadedTableIndexesContext
- type ILockActionContext
- type ILockClauseContext
- type ILockTableElementContext
- type ILockTablesContext
- type ILogicalOperatorContext
- type ILoopStatementContext
- type IMasterOptionContext
- type IMathOperatorContext
- type IMultipleDeleteStatementContext
- type IMultipleUpdateStatementContext
- type IMysqlVariableContext
- type INullNotnullContext
- type IOptimizeTableContext
- type IOrderByClauseContext
- type IOrderByExpressionContext
- type IOwnerStatementContext
- type IPartitionDefinerAtomContext
- type IPartitionDefinerVectorContext
- type IPartitionDefinitionContext
- type IPartitionDefinitionsContext
- type IPartitionFunctionDefinitionContext
- type IPartitionOptionContext
- type IPasswordFunctionClauseContext
- type IPredicateContext
- type IPrepareStatementContext
- type IPreparedStatementContext
- type IPrivelegeClauseContext
- type IPrivilegeContext
- type IPrivilegeLevelContext
- type IPrivilegesBaseContext
- type IProcedureParameterContext
- type IProcedureSqlStatementContext
- type IPurgeBinaryLogsContext
- type IQueryExpressionContext
- type IQueryExpressionNointoContext
- type IQuerySpecificationContext
- type IQuerySpecificationNointoContext
- type IReferenceActionContext
- type IReferenceControlTypeContext
- type IReferenceDefinitionContext
- type IReleaseStatementContext
- type IRenameTableClauseContext
- type IRenameTableContext
- type IRenameUserClauseContext
- type IRenameUserContext
- type IRepairTableContext
- type IRepeatStatementContext
- type IReplaceStatementContext
- type IReplicationFilterContext
- type IReplicationStatementContext
- type IResetMasterContext
- type IResetSlaveContext
- type IResetStatementContext
- type IResignalStatementContext
- type IReturnStatementContext
- type IRevokeProxyContext
- type IRevokeStatementContext
- type IRollbackStatementContext
- type IRollbackWorkContext
- type IRootContext
- type IRoutineBodyContext
- type IRoutineOptionContext
- type ISavepointStatementContext
- type IScalarFunctionNameContext
- type IScheduleExpressionContext
- type ISelectElementContext
- type ISelectElementsContext
- type ISelectFieldsIntoContext
- type ISelectIntoExpressionContext
- type ISelectLinesIntoContext
- type ISelectSpecContext
- type ISelectStatementContext
- type IServerOptionContext
- type ISetAutocommitStatementContext
- type ISetPasswordStatementContext
- type ISetStatementContext
- type ISetTransactionStatementContext
- type IShowCommonEntityContext
- type IShowFilterContext
- type IShowGlobalInfoClauseContext
- type IShowProfileTypeContext
- type IShowSchemaEntityContext
- type IShowStatementContext
- type IShutdownStatementContext
- type ISignalConditionInformationContext
- type ISignalStatementContext
- type ISimpleDescribeStatementContext
- type ISimpleIdContext
- type ISimpleStringsContext
- type ISingleDeleteStatementContext
- type ISingleUpdateStatementContext
- type ISpecificFunctionContext
- type ISqlStatementContext
- type ISqlStatementsContext
- type IStartGroupReplicationContext
- type IStartSlaveContext
- type IStartTransactionContext
- type IStopGroupReplicationContext
- type IStopSlaveContext
- type IStringLiteralContext
- type IStringMasterOptionContext
- type ISubpartitionDefinitionContext
- type ISubpartitionFunctionDefinitionContext
- type ITableConstraintContext
- type ITableIndexesContext
- type ITableNameContext
- type ITableOptionContext
- type ITablePairContext
- type ITableSourceContext
- type ITableSourceItemContext
- type ITableSourcesContext
- type ITablesContext
- type ITablespaceStorageContext
- type IThreadTypeContext
- type ITimestampValueContext
- type ITlsOptionContext
- type ITransactionLevelBaseContext
- type ITransactionLevelContext
- type ITransactionModeContext
- type ITransactionOptionContext
- type ITransactionStatementContext
- type ITruncateTableContext
- type IUidContext
- type IUidListContext
- type IUnaryOperatorContext
- type IUninstallPluginContext
- type IUnionParenthesisContext
- type IUnionStatementContext
- type IUnlockTablesContext
- type IUntilOptionContext
- type IUpdateStatementContext
- type IUpdatedElementContext
- type IUseStatementContext
- type IUserAuthOptionContext
- type IUserLockOptionContext
- type IUserNameContext
- type IUserPasswordOptionContext
- type IUserResourceOptionContext
- type IUserSpecificationContext
- type IUserVariablesContext
- type IUtilityStatementContext
- type IUuidSetContext
- type IVariableClauseContext
- type IWhileStatementContext
- type IXaCommitWorkContext
- type IXaEndTransactionContext
- type IXaPrepareStatementContext
- type IXaRecoverWorkContext
- type IXaRollbackWorkContext
- type IXaStartTransactionContext
- type IXidContext
- type IXuidStringIdContext
- type IfExistsContext
- func (s *IfExistsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IfExistsContext) EXISTS() antlr.TerminalNode
- func (s *IfExistsContext) GetParser() antlr.Parser
- func (s *IfExistsContext) GetRuleContext() antlr.RuleContext
- func (s *IfExistsContext) IF() antlr.TerminalNode
- func (*IfExistsContext) IsIfExistsContext()
- func (s *IfExistsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IfNotExistsContext
- func (s *IfNotExistsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IfNotExistsContext) EXISTS() antlr.TerminalNode
- func (s *IfNotExistsContext) GetParser() antlr.Parser
- func (s *IfNotExistsContext) GetRuleContext() antlr.RuleContext
- func (s *IfNotExistsContext) IF() antlr.TerminalNode
- func (*IfNotExistsContext) IsIfNotExistsContext()
- func (s *IfNotExistsContext) NOT() antlr.TerminalNode
- func (s *IfNotExistsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IfStatementContext
- func (s *IfStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IfStatementContext) AllElifAlternative() []IElifAlternativeContext
- func (s *IfStatementContext) AllIF() []antlr.TerminalNode
- func (s *IfStatementContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *IfStatementContext) ELSE() antlr.TerminalNode
- func (s *IfStatementContext) END() antlr.TerminalNode
- func (s *IfStatementContext) ElifAlternative(i int) IElifAlternativeContext
- func (s *IfStatementContext) Expression() IExpressionContext
- func (s *IfStatementContext) GetElseStatements() []IProcedureSqlStatementContext
- func (s *IfStatementContext) GetParser() antlr.Parser
- func (s *IfStatementContext) GetRuleContext() antlr.RuleContext
- func (s *IfStatementContext) GetThenStatements() []IProcedureSqlStatementContext
- func (s *IfStatementContext) Get_procedureSqlStatement() IProcedureSqlStatementContext
- func (s *IfStatementContext) IF(i int) antlr.TerminalNode
- func (*IfStatementContext) IsIfStatementContext()
- func (s *IfStatementContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *IfStatementContext) SetElseStatements(v []IProcedureSqlStatementContext)
- func (s *IfStatementContext) SetThenStatements(v []IProcedureSqlStatementContext)
- func (s *IfStatementContext) Set_procedureSqlStatement(v IProcedureSqlStatementContext)
- func (s *IfStatementContext) THEN() antlr.TerminalNode
- func (s *IfStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IgnoreDbReplicationContext
- func (s *IgnoreDbReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IgnoreDbReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *IgnoreDbReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *IgnoreDbReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *IgnoreDbReplicationContext) REPLICATE_IGNORE_DB() antlr.TerminalNode
- func (s *IgnoreDbReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *IgnoreDbReplicationContext) UidList() IUidListContext
- type IgnoreTableReplicationContext
- func (s *IgnoreTableReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IgnoreTableReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *IgnoreTableReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *IgnoreTableReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *IgnoreTableReplicationContext) REPLICATE_IGNORE_TABLE() antlr.TerminalNode
- func (s *IgnoreTableReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *IgnoreTableReplicationContext) Tables() ITablesContext
- type InPredicateContext
- func (s *InPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *InPredicateContext) Expressions() IExpressionsContext
- func (s *InPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *InPredicateContext) IN() antlr.TerminalNode
- func (s *InPredicateContext) LR_BRACKET() antlr.TerminalNode
- func (s *InPredicateContext) NOT() antlr.TerminalNode
- func (s *InPredicateContext) Predicate() IPredicateContext
- func (s *InPredicateContext) RR_BRACKET() antlr.TerminalNode
- func (s *InPredicateContext) SelectStatement() ISelectStatementContext
- type IndexColumnDefinitionContext
- func (s *IndexColumnDefinitionContext) CopyFrom(ctx *IndexColumnDefinitionContext)
- func (s *IndexColumnDefinitionContext) GetParser() antlr.Parser
- func (s *IndexColumnDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*IndexColumnDefinitionContext) IsIndexColumnDefinitionContext()
- func (s *IndexColumnDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IndexColumnNameContext
- func (s *IndexColumnNameContext) ASC() antlr.TerminalNode
- func (s *IndexColumnNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IndexColumnNameContext) DESC() antlr.TerminalNode
- func (s *IndexColumnNameContext) DecimalLiteral() IDecimalLiteralContext
- func (s *IndexColumnNameContext) GetParser() antlr.Parser
- func (s *IndexColumnNameContext) GetRuleContext() antlr.RuleContext
- func (s *IndexColumnNameContext) GetSortType() antlr.Token
- func (*IndexColumnNameContext) IsIndexColumnNameContext()
- func (s *IndexColumnNameContext) LR_BRACKET() antlr.TerminalNode
- func (s *IndexColumnNameContext) RR_BRACKET() antlr.TerminalNode
- func (s *IndexColumnNameContext) STRING_LITERAL() antlr.TerminalNode
- func (s *IndexColumnNameContext) SetSortType(v antlr.Token)
- func (s *IndexColumnNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IndexColumnNameContext) Uid() IUidContext
- type IndexColumnNamesContext
- func (s *IndexColumnNamesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IndexColumnNamesContext) AllCOMMA() []antlr.TerminalNode
- func (s *IndexColumnNamesContext) AllIndexColumnName() []IIndexColumnNameContext
- func (s *IndexColumnNamesContext) COMMA(i int) antlr.TerminalNode
- func (s *IndexColumnNamesContext) GetParser() antlr.Parser
- func (s *IndexColumnNamesContext) GetRuleContext() antlr.RuleContext
- func (s *IndexColumnNamesContext) IndexColumnName(i int) IIndexColumnNameContext
- func (*IndexColumnNamesContext) IsIndexColumnNamesContext()
- func (s *IndexColumnNamesContext) LR_BRACKET() antlr.TerminalNode
- func (s *IndexColumnNamesContext) RR_BRACKET() antlr.TerminalNode
- func (s *IndexColumnNamesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IndexDeclarationContext
- type IndexHintContext
- func (s *IndexHintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IndexHintContext) FOR() antlr.TerminalNode
- func (s *IndexHintContext) FORCE() antlr.TerminalNode
- func (s *IndexHintContext) GetIndexHintAction() antlr.Token
- func (s *IndexHintContext) GetKeyFormat() antlr.Token
- func (s *IndexHintContext) GetParser() antlr.Parser
- func (s *IndexHintContext) GetRuleContext() antlr.RuleContext
- func (s *IndexHintContext) IGNORE() antlr.TerminalNode
- func (s *IndexHintContext) INDEX() antlr.TerminalNode
- func (s *IndexHintContext) IndexHintType() IIndexHintTypeContext
- func (*IndexHintContext) IsIndexHintContext()
- func (s *IndexHintContext) KEY() antlr.TerminalNode
- func (s *IndexHintContext) LR_BRACKET() antlr.TerminalNode
- func (s *IndexHintContext) RR_BRACKET() antlr.TerminalNode
- func (s *IndexHintContext) SetIndexHintAction(v antlr.Token)
- func (s *IndexHintContext) SetKeyFormat(v antlr.Token)
- func (s *IndexHintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IndexHintContext) USE() antlr.TerminalNode
- func (s *IndexHintContext) UidList() IUidListContext
- type IndexHintTypeContext
- func (s *IndexHintTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IndexHintTypeContext) BY() antlr.TerminalNode
- func (s *IndexHintTypeContext) GROUP() antlr.TerminalNode
- func (s *IndexHintTypeContext) GetParser() antlr.Parser
- func (s *IndexHintTypeContext) GetRuleContext() antlr.RuleContext
- func (*IndexHintTypeContext) IsIndexHintTypeContext()
- func (s *IndexHintTypeContext) JOIN() antlr.TerminalNode
- func (s *IndexHintTypeContext) ORDER() antlr.TerminalNode
- func (s *IndexHintTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IndexOptionContext
- func (s *IndexOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IndexOptionContext) COMMENT() antlr.TerminalNode
- func (s *IndexOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *IndexOptionContext) FileSizeLiteral() IFileSizeLiteralContext
- func (s *IndexOptionContext) GetParser() antlr.Parser
- func (s *IndexOptionContext) GetRuleContext() antlr.RuleContext
- func (s *IndexOptionContext) INVISIBLE() antlr.TerminalNode
- func (s *IndexOptionContext) IndexType() IIndexTypeContext
- func (*IndexOptionContext) IsIndexOptionContext()
- func (s *IndexOptionContext) KEY_BLOCK_SIZE() antlr.TerminalNode
- func (s *IndexOptionContext) PARSER() antlr.TerminalNode
- func (s *IndexOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *IndexOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IndexOptionContext) Uid() IUidContext
- func (s *IndexOptionContext) VISIBLE() antlr.TerminalNode
- func (s *IndexOptionContext) WITH() antlr.TerminalNode
- type IndexTypeContext
- func (s *IndexTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IndexTypeContext) BTREE() antlr.TerminalNode
- func (s *IndexTypeContext) GetParser() antlr.Parser
- func (s *IndexTypeContext) GetRuleContext() antlr.RuleContext
- func (s *IndexTypeContext) HASH() antlr.TerminalNode
- func (*IndexTypeContext) IsIndexTypeContext()
- func (s *IndexTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IndexTypeContext) USING() antlr.TerminalNode
- type InnerJoinContext
- func (s *InnerJoinContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *InnerJoinContext) CROSS() antlr.TerminalNode
- func (s *InnerJoinContext) Expression() IExpressionContext
- func (s *InnerJoinContext) GetRuleContext() antlr.RuleContext
- func (s *InnerJoinContext) INNER() antlr.TerminalNode
- func (s *InnerJoinContext) JOIN() antlr.TerminalNode
- func (s *InnerJoinContext) LR_BRACKET() antlr.TerminalNode
- func (s *InnerJoinContext) ON() antlr.TerminalNode
- func (s *InnerJoinContext) RR_BRACKET() antlr.TerminalNode
- func (s *InnerJoinContext) TableSourceItem() ITableSourceItemContext
- func (s *InnerJoinContext) USING() antlr.TerminalNode
- func (s *InnerJoinContext) UidList() IUidListContext
- type InsertStatementContext
- func (s *InsertStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *InsertStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *InsertStatementContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *InsertStatementContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *InsertStatementContext) AllUidList() []IUidListContext
- func (s *InsertStatementContext) AllUpdatedElement() []IUpdatedElementContext
- func (s *InsertStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *InsertStatementContext) DELAYED() antlr.TerminalNode
- func (s *InsertStatementContext) DUPLICATE() antlr.TerminalNode
- func (s *InsertStatementContext) GetColumns() IUidListContext
- func (s *InsertStatementContext) GetDuplicatedElements() []IUpdatedElementContext
- func (s *InsertStatementContext) GetDuplicatedFirst() IUpdatedElementContext
- func (s *InsertStatementContext) GetParser() antlr.Parser
- func (s *InsertStatementContext) GetPartitions() IUidListContext
- func (s *InsertStatementContext) GetPriority() antlr.Token
- func (s *InsertStatementContext) GetRuleContext() antlr.RuleContext
- func (s *InsertStatementContext) GetSetElements() []IUpdatedElementContext
- func (s *InsertStatementContext) GetSetFirst() IUpdatedElementContext
- func (s *InsertStatementContext) Get_updatedElement() IUpdatedElementContext
- func (s *InsertStatementContext) HIGH_PRIORITY() antlr.TerminalNode
- func (s *InsertStatementContext) IGNORE() antlr.TerminalNode
- func (s *InsertStatementContext) INSERT() antlr.TerminalNode
- func (s *InsertStatementContext) INTO() antlr.TerminalNode
- func (s *InsertStatementContext) InsertStatementValue() IInsertStatementValueContext
- func (*InsertStatementContext) IsInsertStatementContext()
- func (s *InsertStatementContext) KEY() antlr.TerminalNode
- func (s *InsertStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *InsertStatementContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *InsertStatementContext) ON() antlr.TerminalNode
- func (s *InsertStatementContext) PARTITION() antlr.TerminalNode
- func (s *InsertStatementContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *InsertStatementContext) SET() antlr.TerminalNode
- func (s *InsertStatementContext) SetColumns(v IUidListContext)
- func (s *InsertStatementContext) SetDuplicatedElements(v []IUpdatedElementContext)
- func (s *InsertStatementContext) SetDuplicatedFirst(v IUpdatedElementContext)
- func (s *InsertStatementContext) SetPartitions(v IUidListContext)
- func (s *InsertStatementContext) SetPriority(v antlr.Token)
- func (s *InsertStatementContext) SetSetElements(v []IUpdatedElementContext)
- func (s *InsertStatementContext) SetSetFirst(v IUpdatedElementContext)
- func (s *InsertStatementContext) Set_updatedElement(v IUpdatedElementContext)
- func (s *InsertStatementContext) TableName() ITableNameContext
- func (s *InsertStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *InsertStatementContext) UPDATE() antlr.TerminalNode
- func (s *InsertStatementContext) UidList(i int) IUidListContext
- func (s *InsertStatementContext) UpdatedElement(i int) IUpdatedElementContext
- type InsertStatementValueContext
- func (s *InsertStatementValueContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *InsertStatementValueContext) AllCOMMA() []antlr.TerminalNode
- func (s *InsertStatementValueContext) AllExpressionsWithDefaults() []IExpressionsWithDefaultsContext
- func (s *InsertStatementValueContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *InsertStatementValueContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *InsertStatementValueContext) COMMA(i int) antlr.TerminalNode
- func (s *InsertStatementValueContext) ExpressionsWithDefaults(i int) IExpressionsWithDefaultsContext
- func (s *InsertStatementValueContext) GetInsertFormat() antlr.Token
- func (s *InsertStatementValueContext) GetParser() antlr.Parser
- func (s *InsertStatementValueContext) GetRuleContext() antlr.RuleContext
- func (*InsertStatementValueContext) IsInsertStatementValueContext()
- func (s *InsertStatementValueContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *InsertStatementValueContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *InsertStatementValueContext) SelectStatement() ISelectStatementContext
- func (s *InsertStatementValueContext) SetInsertFormat(v antlr.Token)
- func (s *InsertStatementValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *InsertStatementValueContext) VALUE() antlr.TerminalNode
- func (s *InsertStatementValueContext) VALUES() antlr.TerminalNode
- type InstallPluginContext
- func (s *InstallPluginContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *InstallPluginContext) GetParser() antlr.Parser
- func (s *InstallPluginContext) GetRuleContext() antlr.RuleContext
- func (s *InstallPluginContext) INSTALL() antlr.TerminalNode
- func (*InstallPluginContext) IsInstallPluginContext()
- func (s *InstallPluginContext) PLUGIN() antlr.TerminalNode
- func (s *InstallPluginContext) SONAME() antlr.TerminalNode
- func (s *InstallPluginContext) STRING_LITERAL() antlr.TerminalNode
- func (s *InstallPluginContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *InstallPluginContext) Uid() IUidContext
- type IntervalExprContext
- func (s *IntervalExprContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalExprContext) DecimalLiteral() IDecimalLiteralContext
- func (s *IntervalExprContext) Expression() IExpressionContext
- func (s *IntervalExprContext) GetParser() antlr.Parser
- func (s *IntervalExprContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalExprContext) INTERVAL() antlr.TerminalNode
- func (s *IntervalExprContext) IntervalType() IIntervalTypeContext
- func (*IntervalExprContext) IsIntervalExprContext()
- func (s *IntervalExprContext) PLUS() antlr.TerminalNode
- func (s *IntervalExprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntervalExpressionAtomContext
- func (s *IntervalExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalExpressionAtomContext) Expression() IExpressionContext
- func (s *IntervalExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalExpressionAtomContext) INTERVAL() antlr.TerminalNode
- func (s *IntervalExpressionAtomContext) IntervalType() IIntervalTypeContext
- type IntervalScheduleContext
- func (s *IntervalScheduleContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalScheduleContext) AllIntervalExpr() []IIntervalExprContext
- func (s *IntervalScheduleContext) AllTimestampValue() []ITimestampValueContext
- func (s *IntervalScheduleContext) DecimalLiteral() IDecimalLiteralContext
- func (s *IntervalScheduleContext) ENDS() antlr.TerminalNode
- func (s *IntervalScheduleContext) EVERY() antlr.TerminalNode
- func (s *IntervalScheduleContext) Expression() IExpressionContext
- func (s *IntervalScheduleContext) GetEndIntervals() []IIntervalExprContext
- func (s *IntervalScheduleContext) GetEndTimestamp() ITimestampValueContext
- func (s *IntervalScheduleContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalScheduleContext) GetStartIntervals() []IIntervalExprContext
- func (s *IntervalScheduleContext) GetStartTimestamp() ITimestampValueContext
- func (s *IntervalScheduleContext) Get_intervalExpr() IIntervalExprContext
- func (s *IntervalScheduleContext) IntervalExpr(i int) IIntervalExprContext
- func (s *IntervalScheduleContext) IntervalType() IIntervalTypeContext
- func (s *IntervalScheduleContext) STARTS() antlr.TerminalNode
- func (s *IntervalScheduleContext) SetEndIntervals(v []IIntervalExprContext)
- func (s *IntervalScheduleContext) SetEndTimestamp(v ITimestampValueContext)
- func (s *IntervalScheduleContext) SetStartIntervals(v []IIntervalExprContext)
- func (s *IntervalScheduleContext) SetStartTimestamp(v ITimestampValueContext)
- func (s *IntervalScheduleContext) Set_intervalExpr(v IIntervalExprContext)
- func (s *IntervalScheduleContext) TimestampValue(i int) ITimestampValueContext
- type IntervalTypeBaseContext
- func (s *IntervalTypeBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalTypeBaseContext) DAY() antlr.TerminalNode
- func (s *IntervalTypeBaseContext) GetParser() antlr.Parser
- func (s *IntervalTypeBaseContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalTypeBaseContext) HOUR() antlr.TerminalNode
- func (*IntervalTypeBaseContext) IsIntervalTypeBaseContext()
- func (s *IntervalTypeBaseContext) MICROSECOND() antlr.TerminalNode
- func (s *IntervalTypeBaseContext) MINUTE() antlr.TerminalNode
- func (s *IntervalTypeBaseContext) MONTH() antlr.TerminalNode
- func (s *IntervalTypeBaseContext) QUARTER() antlr.TerminalNode
- func (s *IntervalTypeBaseContext) SECOND() antlr.TerminalNode
- func (s *IntervalTypeBaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IntervalTypeBaseContext) WEEK() antlr.TerminalNode
- type IntervalTypeContext
- func (s *IntervalTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalTypeContext) DAY_HOUR() antlr.TerminalNode
- func (s *IntervalTypeContext) DAY_MICROSECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) DAY_MINUTE() antlr.TerminalNode
- func (s *IntervalTypeContext) DAY_SECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) GetParser() antlr.Parser
- func (s *IntervalTypeContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalTypeContext) HOUR_MICROSECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) HOUR_MINUTE() antlr.TerminalNode
- func (s *IntervalTypeContext) HOUR_SECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) IntervalTypeBase() IIntervalTypeBaseContext
- func (*IntervalTypeContext) IsIntervalTypeContext()
- func (s *IntervalTypeContext) MINUTE_MICROSECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) MINUTE_SECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) SECOND_MICROSECOND() antlr.TerminalNode
- func (s *IntervalTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IntervalTypeContext) YEAR() antlr.TerminalNode
- func (s *IntervalTypeContext) YEAR_MONTH() antlr.TerminalNode
- type IsExpressionContext
- func (s *IsExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IsExpressionContext) FALSE() antlr.TerminalNode
- func (s *IsExpressionContext) GetRuleContext() antlr.RuleContext
- func (s *IsExpressionContext) GetTestValue() antlr.Token
- func (s *IsExpressionContext) IS() antlr.TerminalNode
- func (s *IsExpressionContext) NOT() antlr.TerminalNode
- func (s *IsExpressionContext) Predicate() IPredicateContext
- func (s *IsExpressionContext) SetTestValue(v antlr.Token)
- func (s *IsExpressionContext) TRUE() antlr.TerminalNode
- func (s *IsExpressionContext) UNKNOWN() antlr.TerminalNode
- type IsNullPredicateContext
- func (s *IsNullPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IsNullPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *IsNullPredicateContext) IS() antlr.TerminalNode
- func (s *IsNullPredicateContext) NullNotnull() INullNotnullContext
- func (s *IsNullPredicateContext) Predicate() IPredicateContext
- type IterateStatementContext
- func (s *IterateStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IterateStatementContext) GetParser() antlr.Parser
- func (s *IterateStatementContext) GetRuleContext() antlr.RuleContext
- func (s *IterateStatementContext) ITERATE() antlr.TerminalNode
- func (*IterateStatementContext) IsIterateStatementContext()
- func (s *IterateStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IterateStatementContext) Uid() IUidContext
- type JoinPartContext
- func (s *JoinPartContext) CopyFrom(ctx *JoinPartContext)
- func (s *JoinPartContext) GetParser() antlr.Parser
- func (s *JoinPartContext) GetRuleContext() antlr.RuleContext
- func (*JoinPartContext) IsJoinPartContext()
- func (s *JoinPartContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type JsonExpressionAtomContext
- func (s *JsonExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *JsonExpressionAtomContext) AllExpressionAtom() []IExpressionAtomContext
- func (s *JsonExpressionAtomContext) ExpressionAtom(i int) IExpressionAtomContext
- func (s *JsonExpressionAtomContext) GetLeft() IExpressionAtomContext
- func (s *JsonExpressionAtomContext) GetRight() IExpressionAtomContext
- func (s *JsonExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *JsonExpressionAtomContext) JsonOperator() IJsonOperatorContext
- func (s *JsonExpressionAtomContext) SetLeft(v IExpressionAtomContext)
- func (s *JsonExpressionAtomContext) SetRight(v IExpressionAtomContext)
- type JsonMemberOfPredicateContext
- func (s *JsonMemberOfPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *JsonMemberOfPredicateContext) AllPredicate() []IPredicateContext
- func (s *JsonMemberOfPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *JsonMemberOfPredicateContext) LR_BRACKET() antlr.TerminalNode
- func (s *JsonMemberOfPredicateContext) MEMBER() antlr.TerminalNode
- func (s *JsonMemberOfPredicateContext) OF() antlr.TerminalNode
- func (s *JsonMemberOfPredicateContext) Predicate(i int) IPredicateContext
- func (s *JsonMemberOfPredicateContext) RR_BRACKET() antlr.TerminalNode
- type JsonOperatorContext
- func (s *JsonOperatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *JsonOperatorContext) AllGREATER_SYMBOL() []antlr.TerminalNode
- func (s *JsonOperatorContext) GREATER_SYMBOL(i int) antlr.TerminalNode
- func (s *JsonOperatorContext) GetParser() antlr.Parser
- func (s *JsonOperatorContext) GetRuleContext() antlr.RuleContext
- func (*JsonOperatorContext) IsJsonOperatorContext()
- func (s *JsonOperatorContext) MINUS() antlr.TerminalNode
- func (s *JsonOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type JsonValueFunctionCallContext
- func (s *JsonValueFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *JsonValueFunctionCallContext) AllDEFAULT() []antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) AllDefaultValue() []IDefaultValueContext
- func (s *JsonValueFunctionCallContext) AllERROR() []antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) AllExpression() []IExpressionContext
- func (s *JsonValueFunctionCallContext) AllNULL() []antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) AllON() []antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) COMMA() antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) ConvertedDataType() IConvertedDataTypeContext
- func (s *JsonValueFunctionCallContext) DEFAULT(i int) antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) DefaultValue(i int) IDefaultValueContext
- func (s *JsonValueFunctionCallContext) EMPTY() antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) ERROR(i int) antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) Expression(i int) IExpressionContext
- func (s *JsonValueFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *JsonValueFunctionCallContext) JSON_VALUE() antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) NULL(i int) antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) ON(i int) antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) RETURNING() antlr.TerminalNode
- func (s *JsonValueFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- type KeywordsCanBeIdContext
- func (s *KeywordsCanBeIdContext) ACCOUNT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ACTION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AFTER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AGGREGATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ALGORITHM() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ANY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AUDIT_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AUTHORS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AUTOCOMMIT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AUTOEXTEND_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AUTO_INCREMENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AVG() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) AVG_ROW_LENGTH() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *KeywordsCanBeIdContext) BACKUP_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BEGIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BINLOG() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BINLOG_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BINLOG_ENCRYPTION_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BIT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BIT_AND() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BIT_OR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BIT_XOR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BLOCK() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BOOL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BOOLEAN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) BTREE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CACHE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CASCADED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CATALOG_NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CHAIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CHANGED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CHANNEL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CHECKSUM() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CIPHER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CLASS_ORIGIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CLIENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CLONE_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CLOSE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COALESCE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CODE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COLUMNS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COLUMN_FORMAT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COLUMN_NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COMMENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COMMIT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COMPACT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COMPLETION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COMPRESSED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COMPRESSION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONCURRENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONNECTION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONNECTION_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONSISTENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONSTRAINT_CATALOG() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONSTRAINT_NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONSTRAINT_SCHEMA() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONTAINS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONTEXT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CONTRIBUTORS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COPY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) COUNT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CPU() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CURRENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) CURSOR_NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DATA() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DATAFILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DEALLOCATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DEFAULT_AUTH() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DEFINER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DELAY_KEY_WRITE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DES_KEY_FILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DIAGNOSTICS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DIRECTORY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DISABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DISCARD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DISK() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DO() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DUMPFILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DUPLICATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) DYNAMIC() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ENABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ENCRYPTION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ENCRYPTION_KEY_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) END() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ENDS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ENGINE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ENGINES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ERROR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ERRORS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ESCAPE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EVEN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EVENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EVENTS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EVERY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EXCHANGE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EXCLUSIVE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EXPIRE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EXPORT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EXTENDED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) EXTENT_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FAST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FAULTS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FIELDS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FILE_BLOCK_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FILTER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FIREWALL_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FIREWALL_USER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FIRST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FIXED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FLUSH() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FOLLOWS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FOUND() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FULL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) FUNCTION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GENERAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GLOBAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GRANTS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GROUP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GROUP_CONCAT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GROUP_REPLICATION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GROUP_REPLICATION_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) GetParser() antlr.Parser
- func (s *KeywordsCanBeIdContext) GetRuleContext() antlr.RuleContext
- func (s *KeywordsCanBeIdContext) HANDLER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) HASH() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) HELP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) HOST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) HOSTS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) IDENTIFIED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) IGNORE_SERVER_IDS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) IMPORT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INDEXES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INITIAL_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INNODB_REDO_LOG_ARCHIVE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INPLACE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INSERT_METHOD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INSTALL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INSTANCE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INTERNAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) INVOKER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) IO() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) IO_THREAD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) IPC() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ISOLATION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ISSUER() antlr.TerminalNode
- func (*KeywordsCanBeIdContext) IsKeywordsCanBeIdContext()
- func (s *KeywordsCanBeIdContext) JSON() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) KEY_BLOCK_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LANGUAGE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LAST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LEAVES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LESS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LEVEL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LIST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LOCAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LOGFILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) LOGS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_AUTO_POSITION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_CONNECT_RETRY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_DELAY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_HEARTBEAT_PERIOD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_HOST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_LOG_FILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_LOG_POS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_PASSWORD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_PORT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_RETRY_COUNT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_CA() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_CAPATH() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_CERT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_CIPHER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_CRL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_CRLPATH() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_SSL_KEY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_TLS_VERSION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MASTER_USER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX_CONNECTIONS_PER_HOUR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX_QUERIES_PER_HOUR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX_ROWS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX_UPDATES_PER_HOUR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MAX_USER_CONNECTIONS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MEDIUM() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MEMBER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MEMORY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MERGE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MESSAGE_TEXT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MID() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MIGRATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MIN_ROWS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MODE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MODIFY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MUTEX() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MYSQL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) MYSQL_ERRNO() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NAMES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NCHAR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NDB_STORED_USER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NEVER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NEXT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NO() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NODEGROUP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NONE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) NUMBER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OF() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OFFLINE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OFFSET() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OJ() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OLD_PASSWORD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ONE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ONLINE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ONLY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OPEN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OPTIMIZER_COSTS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OPTIONS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ORDER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) OWNER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PACK_KEYS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PAGE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PAGE_CHECKSUM() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PARSER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PARTIAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PARTITIONING() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PARTITIONS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PASSWORD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PERSIST_RO_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PHASE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PLUGIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PLUGINS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PLUGIN_DIR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PORT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PRECEDES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PREPARE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PRESERVE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PREV() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PROCESSLIST() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PROFILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PROFILES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) PROXY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) QUERY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) QUICK() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REBUILD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RECOVER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REDO_BUFFER_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REDUNDANT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RELAY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RELAYLOG() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RELAY_LOG_FILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RELAY_LOG_POS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REMOVE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REORGANIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPAIR() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_DO_DB() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_DO_TABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_IGNORE_DB() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_IGNORE_TABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_REWRITE_DB() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_WILD_DO_TABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATE_WILD_IGNORE_TABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATION_APPLIER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) REPLICATION_SLAVE_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RESET() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RESOURCE_GROUP_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RESOURCE_GROUP_USER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RESUME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RETURNED_SQLSTATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) RETURNS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROLE_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROLLBACK() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROLLUP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROTATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROW() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROWS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ROW_FORMAT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SAVEPOINT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SCHEDULE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SCHEMA_NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SECURITY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SERIAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SERVER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SESSION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SESSION_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SET_USER_ID() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SHARE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SHARED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SHOW_ROUTINE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SIGNED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SIMPLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SLAVE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SLOW() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SNAPSHOT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SOCKET() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SOME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SONAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SOUNDS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SOURCE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_AFTER_GTIDS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_AFTER_MTS_GAPS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_BEFORE_GTIDS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_BUFFER_RESULT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_CACHE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_NO_CACHE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SQL_THREAD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STACKED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) START() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STARTS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STATS_AUTO_RECALC() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STATS_PERSISTENT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STATS_SAMPLE_PAGES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STATUS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STD() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STDDEV() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STDDEV_POP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STDDEV_SAMP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STOP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STORAGE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) STRING() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SUBCLASS_ORIGIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SUBJECT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SUBPARTITION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SUBPARTITIONS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SUM() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SUSPEND() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SWAPS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SWITCHES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) SYSTEM_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TABLESPACE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TABLE_ENCRYPTION_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TABLE_NAME() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TEMPORARY() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TEMPTABLE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) THAN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TRADITIONAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TRANSACTION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TRANSACTIONAL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TRIGGERS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) TRUNCATE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *KeywordsCanBeIdContext) UNDEFINED() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) UNDOFILE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) UNDO_BUFFER_SIZE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) UNINSTALL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) UNKNOWN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) UNTIL() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) UPGRADE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) USER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) USER_RESOURCES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) USE_FRM() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VALIDATION() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VALUE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VARIABLES() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VARIANCE() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VAR_POP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VAR_SAMP() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VERSION_TOKEN_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) VIEW() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) WAIT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) WARNINGS() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) WITHOUT() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) WORK() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) WRAPPER() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) X509() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) XA() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) XA_RECOVER_ADMIN() antlr.TerminalNode
- func (s *KeywordsCanBeIdContext) XML() antlr.TerminalNode
- type KillStatementContext
- func (s *KillStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *KillStatementContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *KillStatementContext) CONNECTION() antlr.TerminalNode
- func (s *KillStatementContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *KillStatementContext) GetConnectionFormat() antlr.Token
- func (s *KillStatementContext) GetParser() antlr.Parser
- func (s *KillStatementContext) GetRuleContext() antlr.RuleContext
- func (*KillStatementContext) IsKillStatementContext()
- func (s *KillStatementContext) KILL() antlr.TerminalNode
- func (s *KillStatementContext) QUERY() antlr.TerminalNode
- func (s *KillStatementContext) SetConnectionFormat(v antlr.Token)
- func (s *KillStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LeaveStatementContext
- func (s *LeaveStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LeaveStatementContext) GetParser() antlr.Parser
- func (s *LeaveStatementContext) GetRuleContext() antlr.RuleContext
- func (*LeaveStatementContext) IsLeaveStatementContext()
- func (s *LeaveStatementContext) LEAVE() antlr.TerminalNode
- func (s *LeaveStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LeaveStatementContext) Uid() IUidContext
- type LengthOneDimensionContext
- func (s *LengthOneDimensionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LengthOneDimensionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *LengthOneDimensionContext) GetParser() antlr.Parser
- func (s *LengthOneDimensionContext) GetRuleContext() antlr.RuleContext
- func (*LengthOneDimensionContext) IsLengthOneDimensionContext()
- func (s *LengthOneDimensionContext) LR_BRACKET() antlr.TerminalNode
- func (s *LengthOneDimensionContext) RR_BRACKET() antlr.TerminalNode
- func (s *LengthOneDimensionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LengthTwoDimensionContext
- func (s *LengthTwoDimensionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LengthTwoDimensionContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *LengthTwoDimensionContext) COMMA() antlr.TerminalNode
- func (s *LengthTwoDimensionContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *LengthTwoDimensionContext) GetParser() antlr.Parser
- func (s *LengthTwoDimensionContext) GetRuleContext() antlr.RuleContext
- func (*LengthTwoDimensionContext) IsLengthTwoDimensionContext()
- func (s *LengthTwoDimensionContext) LR_BRACKET() antlr.TerminalNode
- func (s *LengthTwoDimensionContext) RR_BRACKET() antlr.TerminalNode
- func (s *LengthTwoDimensionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LengthTwoOptionalDimensionContext
- func (s *LengthTwoOptionalDimensionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LengthTwoOptionalDimensionContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *LengthTwoOptionalDimensionContext) COMMA() antlr.TerminalNode
- func (s *LengthTwoOptionalDimensionContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *LengthTwoOptionalDimensionContext) GetParser() antlr.Parser
- func (s *LengthTwoOptionalDimensionContext) GetRuleContext() antlr.RuleContext
- func (*LengthTwoOptionalDimensionContext) IsLengthTwoOptionalDimensionContext()
- func (s *LengthTwoOptionalDimensionContext) LR_BRACKET() antlr.TerminalNode
- func (s *LengthTwoOptionalDimensionContext) RR_BRACKET() antlr.TerminalNode
- func (s *LengthTwoOptionalDimensionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LevelInWeightListElementContext
- func (s *LevelInWeightListElementContext) ASC() antlr.TerminalNode
- func (s *LevelInWeightListElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LevelInWeightListElementContext) DESC() antlr.TerminalNode
- func (s *LevelInWeightListElementContext) DecimalLiteral() IDecimalLiteralContext
- func (s *LevelInWeightListElementContext) GetOrderType() antlr.Token
- func (s *LevelInWeightListElementContext) GetParser() antlr.Parser
- func (s *LevelInWeightListElementContext) GetRuleContext() antlr.RuleContext
- func (*LevelInWeightListElementContext) IsLevelInWeightListElementContext()
- func (s *LevelInWeightListElementContext) REVERSE() antlr.TerminalNode
- func (s *LevelInWeightListElementContext) SetOrderType(v antlr.Token)
- func (s *LevelInWeightListElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LevelWeightListContext
- func (s *LevelWeightListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LevelWeightListContext) AllCOMMA() []antlr.TerminalNode
- func (s *LevelWeightListContext) AllLevelInWeightListElement() []ILevelInWeightListElementContext
- func (s *LevelWeightListContext) COMMA(i int) antlr.TerminalNode
- func (s *LevelWeightListContext) GetRuleContext() antlr.RuleContext
- func (s *LevelWeightListContext) LEVEL() antlr.TerminalNode
- func (s *LevelWeightListContext) LevelInWeightListElement(i int) ILevelInWeightListElementContext
- type LevelWeightRangeContext
- func (s *LevelWeightRangeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LevelWeightRangeContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *LevelWeightRangeContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *LevelWeightRangeContext) GetFirstLevel() IDecimalLiteralContext
- func (s *LevelWeightRangeContext) GetLastLevel() IDecimalLiteralContext
- func (s *LevelWeightRangeContext) GetRuleContext() antlr.RuleContext
- func (s *LevelWeightRangeContext) LEVEL() antlr.TerminalNode
- func (s *LevelWeightRangeContext) MINUS() antlr.TerminalNode
- func (s *LevelWeightRangeContext) SetFirstLevel(v IDecimalLiteralContext)
- func (s *LevelWeightRangeContext) SetLastLevel(v IDecimalLiteralContext)
- type LevelsInWeightStringContext
- func (s *LevelsInWeightStringContext) CopyFrom(ctx *LevelsInWeightStringContext)
- func (s *LevelsInWeightStringContext) GetParser() antlr.Parser
- func (s *LevelsInWeightStringContext) GetRuleContext() antlr.RuleContext
- func (*LevelsInWeightStringContext) IsLevelsInWeightStringContext()
- func (s *LevelsInWeightStringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LikePredicateContext
- func (s *LikePredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LikePredicateContext) AllPredicate() []IPredicateContext
- func (s *LikePredicateContext) ESCAPE() antlr.TerminalNode
- func (s *LikePredicateContext) GetRuleContext() antlr.RuleContext
- func (s *LikePredicateContext) LIKE() antlr.TerminalNode
- func (s *LikePredicateContext) NOT() antlr.TerminalNode
- func (s *LikePredicateContext) Predicate(i int) IPredicateContext
- func (s *LikePredicateContext) STRING_LITERAL() antlr.TerminalNode
- type LimitClauseAtomContext
- func (s *LimitClauseAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LimitClauseAtomContext) DecimalLiteral() IDecimalLiteralContext
- func (s *LimitClauseAtomContext) GetParser() antlr.Parser
- func (s *LimitClauseAtomContext) GetRuleContext() antlr.RuleContext
- func (*LimitClauseAtomContext) IsLimitClauseAtomContext()
- func (s *LimitClauseAtomContext) MysqlVariable() IMysqlVariableContext
- func (s *LimitClauseAtomContext) SimpleId() ISimpleIdContext
- func (s *LimitClauseAtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LimitClauseContext
- func (s *LimitClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LimitClauseContext) AllLimitClauseAtom() []ILimitClauseAtomContext
- func (s *LimitClauseContext) COMMA() antlr.TerminalNode
- func (s *LimitClauseContext) GetLimit() ILimitClauseAtomContext
- func (s *LimitClauseContext) GetOffset() ILimitClauseAtomContext
- func (s *LimitClauseContext) GetParser() antlr.Parser
- func (s *LimitClauseContext) GetRuleContext() antlr.RuleContext
- func (*LimitClauseContext) IsLimitClauseContext()
- func (s *LimitClauseContext) LIMIT() antlr.TerminalNode
- func (s *LimitClauseContext) LimitClauseAtom(i int) ILimitClauseAtomContext
- func (s *LimitClauseContext) OFFSET() antlr.TerminalNode
- func (s *LimitClauseContext) SetLimit(v ILimitClauseAtomContext)
- func (s *LimitClauseContext) SetOffset(v ILimitClauseAtomContext)
- func (s *LimitClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LoadDataStatementContext
- func (s *LoadDataStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LoadDataStatementContext) AllAssignmentField() []IAssignmentFieldContext
- func (s *LoadDataStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *LoadDataStatementContext) AllIGNORE() []antlr.TerminalNode
- func (s *LoadDataStatementContext) AllLINES() []antlr.TerminalNode
- func (s *LoadDataStatementContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *LoadDataStatementContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *LoadDataStatementContext) AllSET() []antlr.TerminalNode
- func (s *LoadDataStatementContext) AllSelectFieldsInto() []ISelectFieldsIntoContext
- func (s *LoadDataStatementContext) AllSelectLinesInto() []ISelectLinesIntoContext
- func (s *LoadDataStatementContext) AllUpdatedElement() []IUpdatedElementContext
- func (s *LoadDataStatementContext) AssignmentField(i int) IAssignmentFieldContext
- func (s *LoadDataStatementContext) CHARACTER() antlr.TerminalNode
- func (s *LoadDataStatementContext) COLUMNS() antlr.TerminalNode
- func (s *LoadDataStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *LoadDataStatementContext) CONCURRENT() antlr.TerminalNode
- func (s *LoadDataStatementContext) CharsetName() ICharsetNameContext
- func (s *LoadDataStatementContext) DATA() antlr.TerminalNode
- func (s *LoadDataStatementContext) DecimalLiteral() IDecimalLiteralContext
- func (s *LoadDataStatementContext) FIELDS() antlr.TerminalNode
- func (s *LoadDataStatementContext) GetCharset() ICharsetNameContext
- func (s *LoadDataStatementContext) GetFieldsFormat() antlr.Token
- func (s *LoadDataStatementContext) GetFilename() antlr.Token
- func (s *LoadDataStatementContext) GetLinesFormat() antlr.Token
- func (s *LoadDataStatementContext) GetParser() antlr.Parser
- func (s *LoadDataStatementContext) GetPriority() antlr.Token
- func (s *LoadDataStatementContext) GetRuleContext() antlr.RuleContext
- func (s *LoadDataStatementContext) GetViolation() antlr.Token
- func (s *LoadDataStatementContext) IGNORE(i int) antlr.TerminalNode
- func (s *LoadDataStatementContext) INFILE() antlr.TerminalNode
- func (s *LoadDataStatementContext) INTO() antlr.TerminalNode
- func (*LoadDataStatementContext) IsLoadDataStatementContext()
- func (s *LoadDataStatementContext) LINES(i int) antlr.TerminalNode
- func (s *LoadDataStatementContext) LOAD() antlr.TerminalNode
- func (s *LoadDataStatementContext) LOCAL() antlr.TerminalNode
- func (s *LoadDataStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *LoadDataStatementContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *LoadDataStatementContext) PARTITION() antlr.TerminalNode
- func (s *LoadDataStatementContext) REPLACE() antlr.TerminalNode
- func (s *LoadDataStatementContext) ROWS() antlr.TerminalNode
- func (s *LoadDataStatementContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *LoadDataStatementContext) SET(i int) antlr.TerminalNode
- func (s *LoadDataStatementContext) STRING_LITERAL() antlr.TerminalNode
- func (s *LoadDataStatementContext) SelectFieldsInto(i int) ISelectFieldsIntoContext
- func (s *LoadDataStatementContext) SelectLinesInto(i int) ISelectLinesIntoContext
- func (s *LoadDataStatementContext) SetCharset(v ICharsetNameContext)
- func (s *LoadDataStatementContext) SetFieldsFormat(v antlr.Token)
- func (s *LoadDataStatementContext) SetFilename(v antlr.Token)
- func (s *LoadDataStatementContext) SetLinesFormat(v antlr.Token)
- func (s *LoadDataStatementContext) SetPriority(v antlr.Token)
- func (s *LoadDataStatementContext) SetViolation(v antlr.Token)
- func (s *LoadDataStatementContext) TABLE() antlr.TerminalNode
- func (s *LoadDataStatementContext) TableName() ITableNameContext
- func (s *LoadDataStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LoadDataStatementContext) UidList() IUidListContext
- func (s *LoadDataStatementContext) UpdatedElement(i int) IUpdatedElementContext
- type LoadIndexIntoCacheContext
- func (s *LoadIndexIntoCacheContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LoadIndexIntoCacheContext) AllCOMMA() []antlr.TerminalNode
- func (s *LoadIndexIntoCacheContext) AllLoadedTableIndexes() []ILoadedTableIndexesContext
- func (s *LoadIndexIntoCacheContext) CACHE() antlr.TerminalNode
- func (s *LoadIndexIntoCacheContext) COMMA(i int) antlr.TerminalNode
- func (s *LoadIndexIntoCacheContext) GetParser() antlr.Parser
- func (s *LoadIndexIntoCacheContext) GetRuleContext() antlr.RuleContext
- func (s *LoadIndexIntoCacheContext) INDEX() antlr.TerminalNode
- func (s *LoadIndexIntoCacheContext) INTO() antlr.TerminalNode
- func (*LoadIndexIntoCacheContext) IsLoadIndexIntoCacheContext()
- func (s *LoadIndexIntoCacheContext) LOAD() antlr.TerminalNode
- func (s *LoadIndexIntoCacheContext) LoadedTableIndexes(i int) ILoadedTableIndexesContext
- func (s *LoadIndexIntoCacheContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LoadXmlStatementContext
- func (s *LoadXmlStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LoadXmlStatementContext) AllAssignmentField() []IAssignmentFieldContext
- func (s *LoadXmlStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *LoadXmlStatementContext) AllIGNORE() []antlr.TerminalNode
- func (s *LoadXmlStatementContext) AllROWS() []antlr.TerminalNode
- func (s *LoadXmlStatementContext) AllSET() []antlr.TerminalNode
- func (s *LoadXmlStatementContext) AllSTRING_LITERAL() []antlr.TerminalNode
- func (s *LoadXmlStatementContext) AllUpdatedElement() []IUpdatedElementContext
- func (s *LoadXmlStatementContext) AssignmentField(i int) IAssignmentFieldContext
- func (s *LoadXmlStatementContext) BY() antlr.TerminalNode
- func (s *LoadXmlStatementContext) CHARACTER() antlr.TerminalNode
- func (s *LoadXmlStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *LoadXmlStatementContext) CONCURRENT() antlr.TerminalNode
- func (s *LoadXmlStatementContext) CharsetName() ICharsetNameContext
- func (s *LoadXmlStatementContext) DecimalLiteral() IDecimalLiteralContext
- func (s *LoadXmlStatementContext) GREATER_SYMBOL() antlr.TerminalNode
- func (s *LoadXmlStatementContext) GetCharset() ICharsetNameContext
- func (s *LoadXmlStatementContext) GetFilename() antlr.Token
- func (s *LoadXmlStatementContext) GetLinesFormat() antlr.Token
- func (s *LoadXmlStatementContext) GetParser() antlr.Parser
- func (s *LoadXmlStatementContext) GetPriority() antlr.Token
- func (s *LoadXmlStatementContext) GetRuleContext() antlr.RuleContext
- func (s *LoadXmlStatementContext) GetTag() antlr.Token
- func (s *LoadXmlStatementContext) GetViolation() antlr.Token
- func (s *LoadXmlStatementContext) IDENTIFIED() antlr.TerminalNode
- func (s *LoadXmlStatementContext) IGNORE(i int) antlr.TerminalNode
- func (s *LoadXmlStatementContext) INFILE() antlr.TerminalNode
- func (s *LoadXmlStatementContext) INTO() antlr.TerminalNode
- func (*LoadXmlStatementContext) IsLoadXmlStatementContext()
- func (s *LoadXmlStatementContext) LESS_SYMBOL() antlr.TerminalNode
- func (s *LoadXmlStatementContext) LINES() antlr.TerminalNode
- func (s *LoadXmlStatementContext) LOAD() antlr.TerminalNode
- func (s *LoadXmlStatementContext) LOCAL() antlr.TerminalNode
- func (s *LoadXmlStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *LoadXmlStatementContext) LR_BRACKET() antlr.TerminalNode
- func (s *LoadXmlStatementContext) REPLACE() antlr.TerminalNode
- func (s *LoadXmlStatementContext) ROWS(i int) antlr.TerminalNode
- func (s *LoadXmlStatementContext) RR_BRACKET() antlr.TerminalNode
- func (s *LoadXmlStatementContext) SET(i int) antlr.TerminalNode
- func (s *LoadXmlStatementContext) STRING_LITERAL(i int) antlr.TerminalNode
- func (s *LoadXmlStatementContext) SetCharset(v ICharsetNameContext)
- func (s *LoadXmlStatementContext) SetFilename(v antlr.Token)
- func (s *LoadXmlStatementContext) SetLinesFormat(v antlr.Token)
- func (s *LoadXmlStatementContext) SetPriority(v antlr.Token)
- func (s *LoadXmlStatementContext) SetTag(v antlr.Token)
- func (s *LoadXmlStatementContext) SetViolation(v antlr.Token)
- func (s *LoadXmlStatementContext) TABLE() antlr.TerminalNode
- func (s *LoadXmlStatementContext) TableName() ITableNameContext
- func (s *LoadXmlStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LoadXmlStatementContext) UpdatedElement(i int) IUpdatedElementContext
- func (s *LoadXmlStatementContext) XML() antlr.TerminalNode
- type LoadedTableIndexesContext
- func (s *LoadedTableIndexesContext) ALL() antlr.TerminalNode
- func (s *LoadedTableIndexesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LoadedTableIndexesContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *LoadedTableIndexesContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *LoadedTableIndexesContext) AllUidList() []IUidListContext
- func (s *LoadedTableIndexesContext) GetIndexFormat() antlr.Token
- func (s *LoadedTableIndexesContext) GetIndexList() IUidListContext
- func (s *LoadedTableIndexesContext) GetParser() antlr.Parser
- func (s *LoadedTableIndexesContext) GetPartitionList() IUidListContext
- func (s *LoadedTableIndexesContext) GetRuleContext() antlr.RuleContext
- func (s *LoadedTableIndexesContext) IGNORE() antlr.TerminalNode
- func (s *LoadedTableIndexesContext) INDEX() antlr.TerminalNode
- func (*LoadedTableIndexesContext) IsLoadedTableIndexesContext()
- func (s *LoadedTableIndexesContext) KEY() antlr.TerminalNode
- func (s *LoadedTableIndexesContext) LEAVES() antlr.TerminalNode
- func (s *LoadedTableIndexesContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *LoadedTableIndexesContext) PARTITION() antlr.TerminalNode
- func (s *LoadedTableIndexesContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *LoadedTableIndexesContext) SetIndexFormat(v antlr.Token)
- func (s *LoadedTableIndexesContext) SetIndexList(v IUidListContext)
- func (s *LoadedTableIndexesContext) SetPartitionList(v IUidListContext)
- func (s *LoadedTableIndexesContext) TableName() ITableNameContext
- func (s *LoadedTableIndexesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LoadedTableIndexesContext) UidList(i int) IUidListContext
- type LockActionContext
- func (s *LockActionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LockActionContext) GetParser() antlr.Parser
- func (s *LockActionContext) GetRuleContext() antlr.RuleContext
- func (*LockActionContext) IsLockActionContext()
- func (s *LockActionContext) LOCAL() antlr.TerminalNode
- func (s *LockActionContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *LockActionContext) READ() antlr.TerminalNode
- func (s *LockActionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LockActionContext) WRITE() antlr.TerminalNode
- type LockClauseContext
- func (s *LockClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LockClauseContext) FOR() antlr.TerminalNode
- func (s *LockClauseContext) GetParser() antlr.Parser
- func (s *LockClauseContext) GetRuleContext() antlr.RuleContext
- func (s *LockClauseContext) IN() antlr.TerminalNode
- func (*LockClauseContext) IsLockClauseContext()
- func (s *LockClauseContext) LOCK() antlr.TerminalNode
- func (s *LockClauseContext) MODE() antlr.TerminalNode
- func (s *LockClauseContext) SHARE() antlr.TerminalNode
- func (s *LockClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LockClauseContext) UPDATE() antlr.TerminalNode
- type LockTableElementContext
- func (s *LockTableElementContext) AS() antlr.TerminalNode
- func (s *LockTableElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LockTableElementContext) GetParser() antlr.Parser
- func (s *LockTableElementContext) GetRuleContext() antlr.RuleContext
- func (*LockTableElementContext) IsLockTableElementContext()
- func (s *LockTableElementContext) LockAction() ILockActionContext
- func (s *LockTableElementContext) TableName() ITableNameContext
- func (s *LockTableElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LockTableElementContext) Uid() IUidContext
- type LockTablesContext
- func (s *LockTablesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LockTablesContext) AllCOMMA() []antlr.TerminalNode
- func (s *LockTablesContext) AllLockTableElement() []ILockTableElementContext
- func (s *LockTablesContext) COMMA(i int) antlr.TerminalNode
- func (s *LockTablesContext) GetParser() antlr.Parser
- func (s *LockTablesContext) GetRuleContext() antlr.RuleContext
- func (*LockTablesContext) IsLockTablesContext()
- func (s *LockTablesContext) LOCK() antlr.TerminalNode
- func (s *LockTablesContext) LockTableElement(i int) ILockTableElementContext
- func (s *LockTablesContext) TABLES() antlr.TerminalNode
- func (s *LockTablesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LogicalExpressionContext
- func (s *LogicalExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LogicalExpressionContext) AllExpression() []IExpressionContext
- func (s *LogicalExpressionContext) Expression(i int) IExpressionContext
- func (s *LogicalExpressionContext) GetRuleContext() antlr.RuleContext
- func (s *LogicalExpressionContext) LogicalOperator() ILogicalOperatorContext
- type LogicalOperatorContext
- func (s *LogicalOperatorContext) AND() antlr.TerminalNode
- func (s *LogicalOperatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LogicalOperatorContext) AllBIT_AND_OP() []antlr.TerminalNode
- func (s *LogicalOperatorContext) AllBIT_OR_OP() []antlr.TerminalNode
- func (s *LogicalOperatorContext) BIT_AND_OP(i int) antlr.TerminalNode
- func (s *LogicalOperatorContext) BIT_OR_OP(i int) antlr.TerminalNode
- func (s *LogicalOperatorContext) GetParser() antlr.Parser
- func (s *LogicalOperatorContext) GetRuleContext() antlr.RuleContext
- func (*LogicalOperatorContext) IsLogicalOperatorContext()
- func (s *LogicalOperatorContext) OR() antlr.TerminalNode
- func (s *LogicalOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LogicalOperatorContext) XOR() antlr.TerminalNode
- type LongVarbinaryDataTypeContext
- type LongVarcharDataTypeContext
- func (s *LongVarcharDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LongVarcharDataTypeContext) BINARY() antlr.TerminalNode
- func (s *LongVarcharDataTypeContext) CHARACTER() antlr.TerminalNode
- func (s *LongVarcharDataTypeContext) CHARSET() antlr.TerminalNode
- func (s *LongVarcharDataTypeContext) COLLATE() antlr.TerminalNode
- func (s *LongVarcharDataTypeContext) CharsetName() ICharsetNameContext
- func (s *LongVarcharDataTypeContext) CollationName() ICollationNameContext
- func (s *LongVarcharDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *LongVarcharDataTypeContext) GetTypeName() antlr.Token
- func (s *LongVarcharDataTypeContext) LONG() antlr.TerminalNode
- func (s *LongVarcharDataTypeContext) SET() antlr.TerminalNode
- func (s *LongVarcharDataTypeContext) SetTypeName(v antlr.Token)
- func (s *LongVarcharDataTypeContext) VARCHAR() antlr.TerminalNode
- type LoopStatementContext
- func (s *LoopStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LoopStatementContext) AllLOOP() []antlr.TerminalNode
- func (s *LoopStatementContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *LoopStatementContext) AllUid() []IUidContext
- func (s *LoopStatementContext) COLON_SYMB() antlr.TerminalNode
- func (s *LoopStatementContext) END() antlr.TerminalNode
- func (s *LoopStatementContext) GetParser() antlr.Parser
- func (s *LoopStatementContext) GetRuleContext() antlr.RuleContext
- func (*LoopStatementContext) IsLoopStatementContext()
- func (s *LoopStatementContext) LOOP(i int) antlr.TerminalNode
- func (s *LoopStatementContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *LoopStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LoopStatementContext) Uid(i int) IUidContext
- type MasterBoolOptionContext
- func (s *MasterBoolOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MasterBoolOptionContext) BoolMasterOption() IBoolMasterOptionContext
- func (s *MasterBoolOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *MasterBoolOptionContext) GetBoolVal() antlr.Token
- func (s *MasterBoolOptionContext) GetRuleContext() antlr.RuleContext
- func (s *MasterBoolOptionContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *MasterBoolOptionContext) SetBoolVal(v antlr.Token)
- func (s *MasterBoolOptionContext) ZERO_DECIMAL() antlr.TerminalNode
- type MasterDecimalOptionContext
- func (s *MasterDecimalOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MasterDecimalOptionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *MasterDecimalOptionContext) DecimalMasterOption() IDecimalMasterOptionContext
- func (s *MasterDecimalOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *MasterDecimalOptionContext) GetRuleContext() antlr.RuleContext
- type MasterLogUntilOptionContext
- func (s *MasterLogUntilOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MasterLogUntilOptionContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *MasterLogUntilOptionContext) COMMA() antlr.TerminalNode
- func (s *MasterLogUntilOptionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *MasterLogUntilOptionContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *MasterLogUntilOptionContext) GetRuleContext() antlr.RuleContext
- func (s *MasterLogUntilOptionContext) MASTER_LOG_FILE() antlr.TerminalNode
- func (s *MasterLogUntilOptionContext) MASTER_LOG_POS() antlr.TerminalNode
- func (s *MasterLogUntilOptionContext) STRING_LITERAL() antlr.TerminalNode
- type MasterOptionContext
- func (s *MasterOptionContext) CopyFrom(ctx *MasterOptionContext)
- func (s *MasterOptionContext) GetParser() antlr.Parser
- func (s *MasterOptionContext) GetRuleContext() antlr.RuleContext
- func (*MasterOptionContext) IsMasterOptionContext()
- func (s *MasterOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MasterRealOptionContext
- func (s *MasterRealOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MasterRealOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *MasterRealOptionContext) GetRuleContext() antlr.RuleContext
- func (s *MasterRealOptionContext) MASTER_HEARTBEAT_PERIOD() antlr.TerminalNode
- func (s *MasterRealOptionContext) REAL_LITERAL() antlr.TerminalNode
- type MasterStringOptionContext
- func (s *MasterStringOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MasterStringOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *MasterStringOptionContext) GetRuleContext() antlr.RuleContext
- func (s *MasterStringOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *MasterStringOptionContext) StringMasterOption() IStringMasterOptionContext
- type MasterUidListOptionContext
- func (s *MasterUidListOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MasterUidListOptionContext) AllCOMMA() []antlr.TerminalNode
- func (s *MasterUidListOptionContext) AllUid() []IUidContext
- func (s *MasterUidListOptionContext) COMMA(i int) antlr.TerminalNode
- func (s *MasterUidListOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *MasterUidListOptionContext) GetRuleContext() antlr.RuleContext
- func (s *MasterUidListOptionContext) IGNORE_SERVER_IDS() antlr.TerminalNode
- func (s *MasterUidListOptionContext) LR_BRACKET() antlr.TerminalNode
- func (s *MasterUidListOptionContext) RR_BRACKET() antlr.TerminalNode
- func (s *MasterUidListOptionContext) Uid(i int) IUidContext
- type MathExpressionAtomContext
- func (s *MathExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MathExpressionAtomContext) AllExpressionAtom() []IExpressionAtomContext
- func (s *MathExpressionAtomContext) ExpressionAtom(i int) IExpressionAtomContext
- func (s *MathExpressionAtomContext) GetLeft() IExpressionAtomContext
- func (s *MathExpressionAtomContext) GetRight() IExpressionAtomContext
- func (s *MathExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *MathExpressionAtomContext) MathOperator() IMathOperatorContext
- func (s *MathExpressionAtomContext) SetLeft(v IExpressionAtomContext)
- func (s *MathExpressionAtomContext) SetRight(v IExpressionAtomContext)
- type MathOperatorContext
- func (s *MathOperatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MathOperatorContext) DIV() antlr.TerminalNode
- func (s *MathOperatorContext) DIVIDE() antlr.TerminalNode
- func (s *MathOperatorContext) GetParser() antlr.Parser
- func (s *MathOperatorContext) GetRuleContext() antlr.RuleContext
- func (*MathOperatorContext) IsMathOperatorContext()
- func (s *MathOperatorContext) MINUS() antlr.TerminalNode
- func (s *MathOperatorContext) MINUSMINUS() antlr.TerminalNode
- func (s *MathOperatorContext) MOD() antlr.TerminalNode
- func (s *MathOperatorContext) MODULE() antlr.TerminalNode
- func (s *MathOperatorContext) PLUS() antlr.TerminalNode
- func (s *MathOperatorContext) STAR() antlr.TerminalNode
- func (s *MathOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MultipleDeleteStatementContext
- func (s *MultipleDeleteStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MultipleDeleteStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) AllDOT() []antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) AllSTAR() []antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) AllTableName() []ITableNameContext
- func (s *MultipleDeleteStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) DELETE() antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) DOT(i int) antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) Expression() IExpressionContext
- func (s *MultipleDeleteStatementContext) FROM() antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) GetParser() antlr.Parser
- func (s *MultipleDeleteStatementContext) GetPriority() antlr.Token
- func (s *MultipleDeleteStatementContext) GetRuleContext() antlr.RuleContext
- func (s *MultipleDeleteStatementContext) IGNORE() antlr.TerminalNode
- func (*MultipleDeleteStatementContext) IsMultipleDeleteStatementContext()
- func (s *MultipleDeleteStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) QUICK() antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) STAR(i int) antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) SetPriority(v antlr.Token)
- func (s *MultipleDeleteStatementContext) TableName(i int) ITableNameContext
- func (s *MultipleDeleteStatementContext) TableSources() ITableSourcesContext
- func (s *MultipleDeleteStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *MultipleDeleteStatementContext) USING() antlr.TerminalNode
- func (s *MultipleDeleteStatementContext) WHERE() antlr.TerminalNode
- type MultipleUpdateStatementContext
- func (s *MultipleUpdateStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MultipleUpdateStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *MultipleUpdateStatementContext) AllUpdatedElement() []IUpdatedElementContext
- func (s *MultipleUpdateStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *MultipleUpdateStatementContext) Expression() IExpressionContext
- func (s *MultipleUpdateStatementContext) GetParser() antlr.Parser
- func (s *MultipleUpdateStatementContext) GetPriority() antlr.Token
- func (s *MultipleUpdateStatementContext) GetRuleContext() antlr.RuleContext
- func (s *MultipleUpdateStatementContext) IGNORE() antlr.TerminalNode
- func (*MultipleUpdateStatementContext) IsMultipleUpdateStatementContext()
- func (s *MultipleUpdateStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *MultipleUpdateStatementContext) SET() antlr.TerminalNode
- func (s *MultipleUpdateStatementContext) SetPriority(v antlr.Token)
- func (s *MultipleUpdateStatementContext) TableSources() ITableSourcesContext
- func (s *MultipleUpdateStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *MultipleUpdateStatementContext) UPDATE() antlr.TerminalNode
- func (s *MultipleUpdateStatementContext) UpdatedElement(i int) IUpdatedElementContext
- func (s *MultipleUpdateStatementContext) WHERE() antlr.TerminalNode
- type MySqlLexer
- type MySqlParser
- func (p *MySqlParser) AdministrationStatement() (localctx IAdministrationStatementContext)
- func (p *MySqlParser) AggregateWindowedFunction() (localctx IAggregateWindowedFunctionContext)
- func (p *MySqlParser) AlterDatabase() (localctx IAlterDatabaseContext)
- func (p *MySqlParser) AlterEvent() (localctx IAlterEventContext)
- func (p *MySqlParser) AlterFunction() (localctx IAlterFunctionContext)
- func (p *MySqlParser) AlterInstance() (localctx IAlterInstanceContext)
- func (p *MySqlParser) AlterLogfileGroup() (localctx IAlterLogfileGroupContext)
- func (p *MySqlParser) AlterProcedure() (localctx IAlterProcedureContext)
- func (p *MySqlParser) AlterServer() (localctx IAlterServerContext)
- func (p *MySqlParser) AlterSpecification() (localctx IAlterSpecificationContext)
- func (p *MySqlParser) AlterTable() (localctx IAlterTableContext)
- func (p *MySqlParser) AlterTablespace() (localctx IAlterTablespaceContext)
- func (p *MySqlParser) AlterUser() (localctx IAlterUserContext)
- func (p *MySqlParser) AlterView() (localctx IAlterViewContext)
- func (p *MySqlParser) AnalyzeTable() (localctx IAnalyzeTableContext)
- func (p *MySqlParser) AssignmentField() (localctx IAssignmentFieldContext)
- func (p *MySqlParser) AuthPlugin() (localctx IAuthPluginContext)
- func (p *MySqlParser) BeginWork() (localctx IBeginWorkContext)
- func (p *MySqlParser) BinlogStatement() (localctx IBinlogStatementContext)
- func (p *MySqlParser) BitOperator() (localctx IBitOperatorContext)
- func (p *MySqlParser) BlockStatement() (localctx IBlockStatementContext)
- func (p *MySqlParser) BoolMasterOption() (localctx IBoolMasterOptionContext)
- func (p *MySqlParser) BooleanLiteral() (localctx IBooleanLiteralContext)
- func (p *MySqlParser) CacheIndexStatement() (localctx ICacheIndexStatementContext)
- func (p *MySqlParser) CallStatement() (localctx ICallStatementContext)
- func (p *MySqlParser) CaseAlternative() (localctx ICaseAlternativeContext)
- func (p *MySqlParser) CaseFuncAlternative() (localctx ICaseFuncAlternativeContext)
- func (p *MySqlParser) CaseStatement() (localctx ICaseStatementContext)
- func (p *MySqlParser) ChangeMaster() (localctx IChangeMasterContext)
- func (p *MySqlParser) ChangeReplicationFilter() (localctx IChangeReplicationFilterContext)
- func (p *MySqlParser) ChannelOption() (localctx IChannelOptionContext)
- func (p *MySqlParser) CharsetName() (localctx ICharsetNameContext)
- func (p *MySqlParser) CharsetNameBase() (localctx ICharsetNameBaseContext)
- func (p *MySqlParser) CheckTable() (localctx ICheckTableContext)
- func (p *MySqlParser) CheckTableOption() (localctx ICheckTableOptionContext)
- func (p *MySqlParser) ChecksumTable() (localctx IChecksumTableContext)
- func (p *MySqlParser) CollationName() (localctx ICollationNameContext)
- func (p *MySqlParser) CollectionOptions() (localctx ICollectionOptionsContext)
- func (p *MySqlParser) ColumnConstraint() (localctx IColumnConstraintContext)
- func (p *MySqlParser) ColumnDefinition() (localctx IColumnDefinitionContext)
- func (p *MySqlParser) CommitWork() (localctx ICommitWorkContext)
- func (p *MySqlParser) ComparisonOperator() (localctx IComparisonOperatorContext)
- func (p *MySqlParser) CompoundStatement() (localctx ICompoundStatementContext)
- func (p *MySqlParser) ConnectionOption() (localctx IConnectionOptionContext)
- func (p *MySqlParser) Constant() (localctx IConstantContext)
- func (p *MySqlParser) Constants() (localctx IConstantsContext)
- func (p *MySqlParser) ConvertedDataType() (localctx IConvertedDataTypeContext)
- func (p *MySqlParser) CreateDatabase() (localctx ICreateDatabaseContext)
- func (p *MySqlParser) CreateDatabaseOption() (localctx ICreateDatabaseOptionContext)
- func (p *MySqlParser) CreateDefinition() (localctx ICreateDefinitionContext)
- func (p *MySqlParser) CreateDefinitions() (localctx ICreateDefinitionsContext)
- func (p *MySqlParser) CreateEvent() (localctx ICreateEventContext)
- func (p *MySqlParser) CreateFunction() (localctx ICreateFunctionContext)
- func (p *MySqlParser) CreateIndex() (localctx ICreateIndexContext)
- func (p *MySqlParser) CreateLogfileGroup() (localctx ICreateLogfileGroupContext)
- func (p *MySqlParser) CreateProcedure() (localctx ICreateProcedureContext)
- func (p *MySqlParser) CreateServer() (localctx ICreateServerContext)
- func (p *MySqlParser) CreateTable() (localctx ICreateTableContext)
- func (p *MySqlParser) CreateTablespaceInnodb() (localctx ICreateTablespaceInnodbContext)
- func (p *MySqlParser) CreateTablespaceNdb() (localctx ICreateTablespaceNdbContext)
- func (p *MySqlParser) CreateTrigger() (localctx ICreateTriggerContext)
- func (p *MySqlParser) CreateUdfunction() (localctx ICreateUdfunctionContext)
- func (p *MySqlParser) CreateUser() (localctx ICreateUserContext)
- func (p *MySqlParser) CreateView() (localctx ICreateViewContext)
- func (p *MySqlParser) CurrentTimestamp() (localctx ICurrentTimestampContext)
- func (p *MySqlParser) CursorStatement() (localctx ICursorStatementContext)
- func (p *MySqlParser) DataType() (localctx IDataTypeContext)
- func (p *MySqlParser) DataTypeBase() (localctx IDataTypeBaseContext)
- func (p *MySqlParser) DdlStatement() (localctx IDdlStatementContext)
- func (p *MySqlParser) DeallocatePrepare() (localctx IDeallocatePrepareContext)
- func (p *MySqlParser) DecimalLiteral() (localctx IDecimalLiteralContext)
- func (p *MySqlParser) DecimalMasterOption() (localctx IDecimalMasterOptionContext)
- func (p *MySqlParser) DeclareCondition() (localctx IDeclareConditionContext)
- func (p *MySqlParser) DeclareCursor() (localctx IDeclareCursorContext)
- func (p *MySqlParser) DeclareHandler() (localctx IDeclareHandlerContext)
- func (p *MySqlParser) DeclareVariable() (localctx IDeclareVariableContext)
- func (p *MySqlParser) DefaultValue() (localctx IDefaultValueContext)
- func (p *MySqlParser) DeleteStatement() (localctx IDeleteStatementContext)
- func (p *MySqlParser) DescribeObjectClause() (localctx IDescribeObjectClauseContext)
- func (p *MySqlParser) DiagnosticsConditionInformationName() (localctx IDiagnosticsConditionInformationNameContext)
- func (p *MySqlParser) DiagnosticsStatement() (localctx IDiagnosticsStatementContext)
- func (p *MySqlParser) DmlStatement() (localctx IDmlStatementContext)
- func (p *MySqlParser) DoStatement() (localctx IDoStatementContext)
- func (p *MySqlParser) DottedId() (localctx IDottedIdContext)
- func (p *MySqlParser) DropDatabase() (localctx IDropDatabaseContext)
- func (p *MySqlParser) DropEvent() (localctx IDropEventContext)
- func (p *MySqlParser) DropFunction() (localctx IDropFunctionContext)
- func (p *MySqlParser) DropIndex() (localctx IDropIndexContext)
- func (p *MySqlParser) DropLogfileGroup() (localctx IDropLogfileGroupContext)
- func (p *MySqlParser) DropProcedure() (localctx IDropProcedureContext)
- func (p *MySqlParser) DropServer() (localctx IDropServerContext)
- func (p *MySqlParser) DropTable() (localctx IDropTableContext)
- func (p *MySqlParser) DropTablespace() (localctx IDropTablespaceContext)
- func (p *MySqlParser) DropTrigger() (localctx IDropTriggerContext)
- func (p *MySqlParser) DropUser() (localctx IDropUserContext)
- func (p *MySqlParser) DropView() (localctx IDropViewContext)
- func (p *MySqlParser) ElifAlternative() (localctx IElifAlternativeContext)
- func (p *MySqlParser) EmptyStatement() (localctx IEmptyStatementContext)
- func (p *MySqlParser) EnableType() (localctx IEnableTypeContext)
- func (p *MySqlParser) EngineName() (localctx IEngineNameContext)
- func (p *MySqlParser) ExecuteStatement() (localctx IExecuteStatementContext)
- func (p *MySqlParser) Expression() (localctx IExpressionContext)
- func (p *MySqlParser) ExpressionAtom() (localctx IExpressionAtomContext)
- func (p *MySqlParser) ExpressionAtom_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *MySqlParser) ExpressionOrDefault() (localctx IExpressionOrDefaultContext)
- func (p *MySqlParser) Expression_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *MySqlParser) Expressions() (localctx IExpressionsContext)
- func (p *MySqlParser) ExpressionsWithDefaults() (localctx IExpressionsWithDefaultsContext)
- func (p *MySqlParser) FileSizeLiteral() (localctx IFileSizeLiteralContext)
- func (p *MySqlParser) FlushOption() (localctx IFlushOptionContext)
- func (p *MySqlParser) FlushStatement() (localctx IFlushStatementContext)
- func (p *MySqlParser) FlushTableOption() (localctx IFlushTableOptionContext)
- func (p *MySqlParser) FromClause() (localctx IFromClauseContext)
- func (p *MySqlParser) FullColumnName() (localctx IFullColumnNameContext)
- func (p *MySqlParser) FullDescribeStatement() (localctx IFullDescribeStatementContext)
- func (p *MySqlParser) FullId() (localctx IFullIdContext)
- func (p *MySqlParser) FunctionArg() (localctx IFunctionArgContext)
- func (p *MySqlParser) FunctionArgs() (localctx IFunctionArgsContext)
- func (p *MySqlParser) FunctionCall() (localctx IFunctionCallContext)
- func (p *MySqlParser) FunctionNameBase() (localctx IFunctionNameBaseContext)
- func (p *MySqlParser) FunctionParameter() (localctx IFunctionParameterContext)
- func (p *MySqlParser) GrantProxy() (localctx IGrantProxyContext)
- func (p *MySqlParser) GrantStatement() (localctx IGrantStatementContext)
- func (p *MySqlParser) GroupByClause() (localctx IGroupByClauseContext)
- func (p *MySqlParser) GroupByItem() (localctx IGroupByItemContext)
- func (p *MySqlParser) GtuidSet() (localctx IGtuidSetContext)
- func (p *MySqlParser) HandlerCloseStatement() (localctx IHandlerCloseStatementContext)
- func (p *MySqlParser) HandlerConditionValue() (localctx IHandlerConditionValueContext)
- func (p *MySqlParser) HandlerOpenStatement() (localctx IHandlerOpenStatementContext)
- func (p *MySqlParser) HandlerReadIndexStatement() (localctx IHandlerReadIndexStatementContext)
- func (p *MySqlParser) HandlerReadStatement() (localctx IHandlerReadStatementContext)
- func (p *MySqlParser) HandlerStatement() (localctx IHandlerStatementContext)
- func (p *MySqlParser) HavingClause() (localctx IHavingClauseContext)
- func (p *MySqlParser) HelpStatement() (localctx IHelpStatementContext)
- func (p *MySqlParser) HexadecimalLiteral() (localctx IHexadecimalLiteralContext)
- func (p *MySqlParser) IfExists() (localctx IIfExistsContext)
- func (p *MySqlParser) IfNotExists() (localctx IIfNotExistsContext)
- func (p *MySqlParser) IfStatement() (localctx IIfStatementContext)
- func (p *MySqlParser) IndexColumnDefinition() (localctx IIndexColumnDefinitionContext)
- func (p *MySqlParser) IndexColumnName() (localctx IIndexColumnNameContext)
- func (p *MySqlParser) IndexColumnNames() (localctx IIndexColumnNamesContext)
- func (p *MySqlParser) IndexHint() (localctx IIndexHintContext)
- func (p *MySqlParser) IndexHintType() (localctx IIndexHintTypeContext)
- func (p *MySqlParser) IndexOption() (localctx IIndexOptionContext)
- func (p *MySqlParser) IndexType() (localctx IIndexTypeContext)
- func (p *MySqlParser) InsertStatement() (localctx IInsertStatementContext)
- func (p *MySqlParser) InsertStatementValue() (localctx IInsertStatementValueContext)
- func (p *MySqlParser) InstallPlugin() (localctx IInstallPluginContext)
- func (p *MySqlParser) IntervalExpr() (localctx IIntervalExprContext)
- func (p *MySqlParser) IntervalType() (localctx IIntervalTypeContext)
- func (p *MySqlParser) IntervalTypeBase() (localctx IIntervalTypeBaseContext)
- func (p *MySqlParser) IterateStatement() (localctx IIterateStatementContext)
- func (p *MySqlParser) JoinPart() (localctx IJoinPartContext)
- func (p *MySqlParser) JsonOperator() (localctx IJsonOperatorContext)
- func (p *MySqlParser) KeywordsCanBeId() (localctx IKeywordsCanBeIdContext)
- func (p *MySqlParser) KillStatement() (localctx IKillStatementContext)
- func (p *MySqlParser) LeaveStatement() (localctx ILeaveStatementContext)
- func (p *MySqlParser) LengthOneDimension() (localctx ILengthOneDimensionContext)
- func (p *MySqlParser) LengthTwoDimension() (localctx ILengthTwoDimensionContext)
- func (p *MySqlParser) LengthTwoOptionalDimension() (localctx ILengthTwoOptionalDimensionContext)
- func (p *MySqlParser) LevelInWeightListElement() (localctx ILevelInWeightListElementContext)
- func (p *MySqlParser) LevelsInWeightString() (localctx ILevelsInWeightStringContext)
- func (p *MySqlParser) LimitClause() (localctx ILimitClauseContext)
- func (p *MySqlParser) LimitClauseAtom() (localctx ILimitClauseAtomContext)
- func (p *MySqlParser) LoadDataStatement() (localctx ILoadDataStatementContext)
- func (p *MySqlParser) LoadIndexIntoCache() (localctx ILoadIndexIntoCacheContext)
- func (p *MySqlParser) LoadXmlStatement() (localctx ILoadXmlStatementContext)
- func (p *MySqlParser) LoadedTableIndexes() (localctx ILoadedTableIndexesContext)
- func (p *MySqlParser) LockAction() (localctx ILockActionContext)
- func (p *MySqlParser) LockClause() (localctx ILockClauseContext)
- func (p *MySqlParser) LockTableElement() (localctx ILockTableElementContext)
- func (p *MySqlParser) LockTables() (localctx ILockTablesContext)
- func (p *MySqlParser) LogicalOperator() (localctx ILogicalOperatorContext)
- func (p *MySqlParser) LoopStatement() (localctx ILoopStatementContext)
- func (p *MySqlParser) MasterOption() (localctx IMasterOptionContext)
- func (p *MySqlParser) MathOperator() (localctx IMathOperatorContext)
- func (p *MySqlParser) MultipleDeleteStatement() (localctx IMultipleDeleteStatementContext)
- func (p *MySqlParser) MultipleUpdateStatement() (localctx IMultipleUpdateStatementContext)
- func (p *MySqlParser) MysqlVariable() (localctx IMysqlVariableContext)
- func (p *MySqlParser) NullNotnull() (localctx INullNotnullContext)
- func (p *MySqlParser) OptimizeTable() (localctx IOptimizeTableContext)
- func (p *MySqlParser) OrderByClause() (localctx IOrderByClauseContext)
- func (p *MySqlParser) OrderByExpression() (localctx IOrderByExpressionContext)
- func (p *MySqlParser) OwnerStatement() (localctx IOwnerStatementContext)
- func (p *MySqlParser) PartitionDefinerAtom() (localctx IPartitionDefinerAtomContext)
- func (p *MySqlParser) PartitionDefinerVector() (localctx IPartitionDefinerVectorContext)
- func (p *MySqlParser) PartitionDefinition() (localctx IPartitionDefinitionContext)
- func (p *MySqlParser) PartitionDefinitions() (localctx IPartitionDefinitionsContext)
- func (p *MySqlParser) PartitionFunctionDefinition() (localctx IPartitionFunctionDefinitionContext)
- func (p *MySqlParser) PartitionOption() (localctx IPartitionOptionContext)
- func (p *MySqlParser) PasswordFunctionClause() (localctx IPasswordFunctionClauseContext)
- func (p *MySqlParser) Predicate() (localctx IPredicateContext)
- func (p *MySqlParser) Predicate_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *MySqlParser) PrepareStatement() (localctx IPrepareStatementContext)
- func (p *MySqlParser) PreparedStatement() (localctx IPreparedStatementContext)
- func (p *MySqlParser) PrivelegeClause() (localctx IPrivelegeClauseContext)
- func (p *MySqlParser) Privilege() (localctx IPrivilegeContext)
- func (p *MySqlParser) PrivilegeLevel() (localctx IPrivilegeLevelContext)
- func (p *MySqlParser) PrivilegesBase() (localctx IPrivilegesBaseContext)
- func (p *MySqlParser) ProcedureParameter() (localctx IProcedureParameterContext)
- func (p *MySqlParser) ProcedureSqlStatement() (localctx IProcedureSqlStatementContext)
- func (p *MySqlParser) PurgeBinaryLogs() (localctx IPurgeBinaryLogsContext)
- func (p *MySqlParser) QueryExpression() (localctx IQueryExpressionContext)
- func (p *MySqlParser) QueryExpressionNointo() (localctx IQueryExpressionNointoContext)
- func (p *MySqlParser) QuerySpecification() (localctx IQuerySpecificationContext)
- func (p *MySqlParser) QuerySpecificationNointo() (localctx IQuerySpecificationNointoContext)
- func (p *MySqlParser) ReferenceAction() (localctx IReferenceActionContext)
- func (p *MySqlParser) ReferenceControlType() (localctx IReferenceControlTypeContext)
- func (p *MySqlParser) ReferenceDefinition() (localctx IReferenceDefinitionContext)
- func (p *MySqlParser) ReleaseStatement() (localctx IReleaseStatementContext)
- func (p *MySqlParser) RenameTable() (localctx IRenameTableContext)
- func (p *MySqlParser) RenameTableClause() (localctx IRenameTableClauseContext)
- func (p *MySqlParser) RenameUser() (localctx IRenameUserContext)
- func (p *MySqlParser) RenameUserClause() (localctx IRenameUserClauseContext)
- func (p *MySqlParser) RepairTable() (localctx IRepairTableContext)
- func (p *MySqlParser) RepeatStatement() (localctx IRepeatStatementContext)
- func (p *MySqlParser) ReplaceStatement() (localctx IReplaceStatementContext)
- func (p *MySqlParser) ReplicationFilter() (localctx IReplicationFilterContext)
- func (p *MySqlParser) ReplicationStatement() (localctx IReplicationStatementContext)
- func (p *MySqlParser) ResetMaster() (localctx IResetMasterContext)
- func (p *MySqlParser) ResetSlave() (localctx IResetSlaveContext)
- func (p *MySqlParser) ResetStatement() (localctx IResetStatementContext)
- func (p *MySqlParser) ResignalStatement() (localctx IResignalStatementContext)
- func (p *MySqlParser) ReturnStatement() (localctx IReturnStatementContext)
- func (p *MySqlParser) RevokeProxy() (localctx IRevokeProxyContext)
- func (p *MySqlParser) RevokeStatement() (localctx IRevokeStatementContext)
- func (p *MySqlParser) RollbackStatement() (localctx IRollbackStatementContext)
- func (p *MySqlParser) RollbackWork() (localctx IRollbackWorkContext)
- func (p *MySqlParser) Root() (localctx IRootContext)
- func (p *MySqlParser) RoutineBody() (localctx IRoutineBodyContext)
- func (p *MySqlParser) RoutineOption() (localctx IRoutineOptionContext)
- func (p *MySqlParser) SavepointStatement() (localctx ISavepointStatementContext)
- func (p *MySqlParser) ScalarFunctionName() (localctx IScalarFunctionNameContext)
- func (p *MySqlParser) ScheduleExpression() (localctx IScheduleExpressionContext)
- func (p *MySqlParser) SelectElement() (localctx ISelectElementContext)
- func (p *MySqlParser) SelectElements() (localctx ISelectElementsContext)
- func (p *MySqlParser) SelectFieldsInto() (localctx ISelectFieldsIntoContext)
- func (p *MySqlParser) SelectIntoExpression() (localctx ISelectIntoExpressionContext)
- func (p *MySqlParser) SelectLinesInto() (localctx ISelectLinesIntoContext)
- func (p *MySqlParser) SelectSpec() (localctx ISelectSpecContext)
- func (p *MySqlParser) SelectStatement() (localctx ISelectStatementContext)
- func (p *MySqlParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
- func (p *MySqlParser) ServerOption() (localctx IServerOptionContext)
- func (p *MySqlParser) SetAutocommitStatement() (localctx ISetAutocommitStatementContext)
- func (p *MySqlParser) SetPasswordStatement() (localctx ISetPasswordStatementContext)
- func (p *MySqlParser) SetStatement() (localctx ISetStatementContext)
- func (p *MySqlParser) SetTransactionStatement() (localctx ISetTransactionStatementContext)
- func (p *MySqlParser) ShowCommonEntity() (localctx IShowCommonEntityContext)
- func (p *MySqlParser) ShowFilter() (localctx IShowFilterContext)
- func (p *MySqlParser) ShowGlobalInfoClause() (localctx IShowGlobalInfoClauseContext)
- func (p *MySqlParser) ShowProfileType() (localctx IShowProfileTypeContext)
- func (p *MySqlParser) ShowSchemaEntity() (localctx IShowSchemaEntityContext)
- func (p *MySqlParser) ShowStatement() (localctx IShowStatementContext)
- func (p *MySqlParser) ShutdownStatement() (localctx IShutdownStatementContext)
- func (p *MySqlParser) SignalConditionInformation() (localctx ISignalConditionInformationContext)
- func (p *MySqlParser) SignalStatement() (localctx ISignalStatementContext)
- func (p *MySqlParser) SimpleDescribeStatement() (localctx ISimpleDescribeStatementContext)
- func (p *MySqlParser) SimpleId() (localctx ISimpleIdContext)
- func (p *MySqlParser) SimpleStrings() (localctx ISimpleStringsContext)
- func (p *MySqlParser) SingleDeleteStatement() (localctx ISingleDeleteStatementContext)
- func (p *MySqlParser) SingleUpdateStatement() (localctx ISingleUpdateStatementContext)
- func (p *MySqlParser) SpecificFunction() (localctx ISpecificFunctionContext)
- func (p *MySqlParser) SqlStatement() (localctx ISqlStatementContext)
- func (p *MySqlParser) SqlStatements() (localctx ISqlStatementsContext)
- func (p *MySqlParser) StartGroupReplication() (localctx IStartGroupReplicationContext)
- func (p *MySqlParser) StartSlave() (localctx IStartSlaveContext)
- func (p *MySqlParser) StartTransaction() (localctx IStartTransactionContext)
- func (p *MySqlParser) StopGroupReplication() (localctx IStopGroupReplicationContext)
- func (p *MySqlParser) StopSlave() (localctx IStopSlaveContext)
- func (p *MySqlParser) StringLiteral() (localctx IStringLiteralContext)
- func (p *MySqlParser) StringMasterOption() (localctx IStringMasterOptionContext)
- func (p *MySqlParser) SubpartitionDefinition() (localctx ISubpartitionDefinitionContext)
- func (p *MySqlParser) SubpartitionFunctionDefinition() (localctx ISubpartitionFunctionDefinitionContext)
- func (p *MySqlParser) TableConstraint() (localctx ITableConstraintContext)
- func (p *MySqlParser) TableIndexes() (localctx ITableIndexesContext)
- func (p *MySqlParser) TableName() (localctx ITableNameContext)
- func (p *MySqlParser) TableOption() (localctx ITableOptionContext)
- func (p *MySqlParser) TablePair() (localctx ITablePairContext)
- func (p *MySqlParser) TableSource() (localctx ITableSourceContext)
- func (p *MySqlParser) TableSourceItem() (localctx ITableSourceItemContext)
- func (p *MySqlParser) TableSources() (localctx ITableSourcesContext)
- func (p *MySqlParser) Tables() (localctx ITablesContext)
- func (p *MySqlParser) TablespaceStorage() (localctx ITablespaceStorageContext)
- func (p *MySqlParser) ThreadType() (localctx IThreadTypeContext)
- func (p *MySqlParser) TimestampValue() (localctx ITimestampValueContext)
- func (p *MySqlParser) TlsOption() (localctx ITlsOptionContext)
- func (p *MySqlParser) TransactionLevel() (localctx ITransactionLevelContext)
- func (p *MySqlParser) TransactionLevelBase() (localctx ITransactionLevelBaseContext)
- func (p *MySqlParser) TransactionMode() (localctx ITransactionModeContext)
- func (p *MySqlParser) TransactionOption() (localctx ITransactionOptionContext)
- func (p *MySqlParser) TransactionStatement() (localctx ITransactionStatementContext)
- func (p *MySqlParser) TruncateTable() (localctx ITruncateTableContext)
- func (p *MySqlParser) Uid() (localctx IUidContext)
- func (p *MySqlParser) UidList() (localctx IUidListContext)
- func (p *MySqlParser) UnaryOperator() (localctx IUnaryOperatorContext)
- func (p *MySqlParser) UninstallPlugin() (localctx IUninstallPluginContext)
- func (p *MySqlParser) UnionParenthesis() (localctx IUnionParenthesisContext)
- func (p *MySqlParser) UnionStatement() (localctx IUnionStatementContext)
- func (p *MySqlParser) UnlockTables() (localctx IUnlockTablesContext)
- func (p *MySqlParser) UntilOption() (localctx IUntilOptionContext)
- func (p *MySqlParser) UpdateStatement() (localctx IUpdateStatementContext)
- func (p *MySqlParser) UpdatedElement() (localctx IUpdatedElementContext)
- func (p *MySqlParser) UseStatement() (localctx IUseStatementContext)
- func (p *MySqlParser) UserAuthOption() (localctx IUserAuthOptionContext)
- func (p *MySqlParser) UserLockOption() (localctx IUserLockOptionContext)
- func (p *MySqlParser) UserName() (localctx IUserNameContext)
- func (p *MySqlParser) UserPasswordOption() (localctx IUserPasswordOptionContext)
- func (p *MySqlParser) UserResourceOption() (localctx IUserResourceOptionContext)
- func (p *MySqlParser) UserSpecification() (localctx IUserSpecificationContext)
- func (p *MySqlParser) UserVariables() (localctx IUserVariablesContext)
- func (p *MySqlParser) UtilityStatement() (localctx IUtilityStatementContext)
- func (p *MySqlParser) UuidSet() (localctx IUuidSetContext)
- func (p *MySqlParser) VariableClause() (localctx IVariableClauseContext)
- func (p *MySqlParser) WhileStatement() (localctx IWhileStatementContext)
- func (p *MySqlParser) XaCommitWork() (localctx IXaCommitWorkContext)
- func (p *MySqlParser) XaEndTransaction() (localctx IXaEndTransactionContext)
- func (p *MySqlParser) XaPrepareStatement() (localctx IXaPrepareStatementContext)
- func (p *MySqlParser) XaRecoverWork() (localctx IXaRecoverWorkContext)
- func (p *MySqlParser) XaRollbackWork() (localctx IXaRollbackWorkContext)
- func (p *MySqlParser) XaStartTransaction() (localctx IXaStartTransactionContext)
- func (p *MySqlParser) Xid() (localctx IXidContext)
- func (p *MySqlParser) XuidStringId() (localctx IXuidStringIdContext)
- type MySqlParserVisitor
- type MysqlVariableContext
- func (s *MysqlVariableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MysqlVariableContext) GLOBAL_ID() antlr.TerminalNode
- func (s *MysqlVariableContext) GetParser() antlr.Parser
- func (s *MysqlVariableContext) GetRuleContext() antlr.RuleContext
- func (*MysqlVariableContext) IsMysqlVariableContext()
- func (s *MysqlVariableContext) LOCAL_ID() antlr.TerminalNode
- func (s *MysqlVariableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MysqlVariableExpressionAtomContext
- type NationalStringDataTypeContext
- func (s *NationalStringDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NationalStringDataTypeContext) BINARY() antlr.TerminalNode
- func (s *NationalStringDataTypeContext) CHARACTER() antlr.TerminalNode
- func (s *NationalStringDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *NationalStringDataTypeContext) GetTypeName() antlr.Token
- func (s *NationalStringDataTypeContext) LengthOneDimension() ILengthOneDimensionContext
- func (s *NationalStringDataTypeContext) NATIONAL() antlr.TerminalNode
- func (s *NationalStringDataTypeContext) NCHAR() antlr.TerminalNode
- func (s *NationalStringDataTypeContext) SetTypeName(v antlr.Token)
- func (s *NationalStringDataTypeContext) VARCHAR() antlr.TerminalNode
- type NationalVaryingStringDataTypeContext
- func (s *NationalVaryingStringDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NationalVaryingStringDataTypeContext) BINARY() antlr.TerminalNode
- func (s *NationalVaryingStringDataTypeContext) CHAR() antlr.TerminalNode
- func (s *NationalVaryingStringDataTypeContext) CHARACTER() antlr.TerminalNode
- func (s *NationalVaryingStringDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *NationalVaryingStringDataTypeContext) GetTypeName() antlr.Token
- func (s *NationalVaryingStringDataTypeContext) LengthOneDimension() ILengthOneDimensionContext
- func (s *NationalVaryingStringDataTypeContext) NATIONAL() antlr.TerminalNode
- func (s *NationalVaryingStringDataTypeContext) SetTypeName(v antlr.Token)
- func (s *NationalVaryingStringDataTypeContext) VARYING() antlr.TerminalNode
- type NaturalJoinContext
- func (s *NaturalJoinContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NaturalJoinContext) GetRuleContext() antlr.RuleContext
- func (s *NaturalJoinContext) JOIN() antlr.TerminalNode
- func (s *NaturalJoinContext) LEFT() antlr.TerminalNode
- func (s *NaturalJoinContext) NATURAL() antlr.TerminalNode
- func (s *NaturalJoinContext) OUTER() antlr.TerminalNode
- func (s *NaturalJoinContext) RIGHT() antlr.TerminalNode
- func (s *NaturalJoinContext) TableSourceItem() ITableSourceItemContext
- type NestedExpressionAtomContext
- func (s *NestedExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NestedExpressionAtomContext) AllCOMMA() []antlr.TerminalNode
- func (s *NestedExpressionAtomContext) AllExpression() []IExpressionContext
- func (s *NestedExpressionAtomContext) COMMA(i int) antlr.TerminalNode
- func (s *NestedExpressionAtomContext) Expression(i int) IExpressionContext
- func (s *NestedExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *NestedExpressionAtomContext) LR_BRACKET() antlr.TerminalNode
- func (s *NestedExpressionAtomContext) RR_BRACKET() antlr.TerminalNode
- type NestedRowExpressionAtomContext
- func (s *NestedRowExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NestedRowExpressionAtomContext) AllCOMMA() []antlr.TerminalNode
- func (s *NestedRowExpressionAtomContext) AllExpression() []IExpressionContext
- func (s *NestedRowExpressionAtomContext) COMMA(i int) antlr.TerminalNode
- func (s *NestedRowExpressionAtomContext) Expression(i int) IExpressionContext
- func (s *NestedRowExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *NestedRowExpressionAtomContext) LR_BRACKET() antlr.TerminalNode
- func (s *NestedRowExpressionAtomContext) ROW() antlr.TerminalNode
- func (s *NestedRowExpressionAtomContext) RR_BRACKET() antlr.TerminalNode
- type NotExpressionContext
- func (s *NotExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NotExpressionContext) EXCLAMATION_SYMBOL() antlr.TerminalNode
- func (s *NotExpressionContext) Expression() IExpressionContext
- func (s *NotExpressionContext) GetNotOperator() antlr.Token
- func (s *NotExpressionContext) GetRuleContext() antlr.RuleContext
- func (s *NotExpressionContext) NOT() antlr.TerminalNode
- func (s *NotExpressionContext) SetNotOperator(v antlr.Token)
- type NullColumnConstraintContext
- type NullNotnullContext
- func (s *NullNotnullContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NullNotnullContext) GetParser() antlr.Parser
- func (s *NullNotnullContext) GetRuleContext() antlr.RuleContext
- func (*NullNotnullContext) IsNullNotnullContext()
- func (s *NullNotnullContext) NOT() antlr.TerminalNode
- func (s *NullNotnullContext) NULL_LITERAL() antlr.TerminalNode
- func (s *NullNotnullContext) NULL_SPEC_LITERAL() antlr.TerminalNode
- func (s *NullNotnullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type OpenCursorContext
- type OptimizeTableContext
- func (s *OptimizeTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OptimizeTableContext) GetActionOption() antlr.Token
- func (s *OptimizeTableContext) GetParser() antlr.Parser
- func (s *OptimizeTableContext) GetRuleContext() antlr.RuleContext
- func (*OptimizeTableContext) IsOptimizeTableContext()
- func (s *OptimizeTableContext) LOCAL() antlr.TerminalNode
- func (s *OptimizeTableContext) NO_WRITE_TO_BINLOG() antlr.TerminalNode
- func (s *OptimizeTableContext) OPTIMIZE() antlr.TerminalNode
- func (s *OptimizeTableContext) SetActionOption(v antlr.Token)
- func (s *OptimizeTableContext) TABLE() antlr.TerminalNode
- func (s *OptimizeTableContext) TABLES() antlr.TerminalNode
- func (s *OptimizeTableContext) Tables() ITablesContext
- func (s *OptimizeTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type OrderByClauseContext
- func (s *OrderByClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OrderByClauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *OrderByClauseContext) AllOrderByExpression() []IOrderByExpressionContext
- func (s *OrderByClauseContext) BY() antlr.TerminalNode
- func (s *OrderByClauseContext) COMMA(i int) antlr.TerminalNode
- func (s *OrderByClauseContext) GetParser() antlr.Parser
- func (s *OrderByClauseContext) GetRuleContext() antlr.RuleContext
- func (*OrderByClauseContext) IsOrderByClauseContext()
- func (s *OrderByClauseContext) ORDER() antlr.TerminalNode
- func (s *OrderByClauseContext) OrderByExpression(i int) IOrderByExpressionContext
- func (s *OrderByClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type OrderByExpressionContext
- func (s *OrderByExpressionContext) ASC() antlr.TerminalNode
- func (s *OrderByExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OrderByExpressionContext) DESC() antlr.TerminalNode
- func (s *OrderByExpressionContext) Expression() IExpressionContext
- func (s *OrderByExpressionContext) GetOrder() antlr.Token
- func (s *OrderByExpressionContext) GetParser() antlr.Parser
- func (s *OrderByExpressionContext) GetRuleContext() antlr.RuleContext
- func (*OrderByExpressionContext) IsOrderByExpressionContext()
- func (s *OrderByExpressionContext) SetOrder(v antlr.Token)
- func (s *OrderByExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type OuterJoinContext
- func (s *OuterJoinContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OuterJoinContext) Expression() IExpressionContext
- func (s *OuterJoinContext) GetRuleContext() antlr.RuleContext
- func (s *OuterJoinContext) JOIN() antlr.TerminalNode
- func (s *OuterJoinContext) LEFT() antlr.TerminalNode
- func (s *OuterJoinContext) LR_BRACKET() antlr.TerminalNode
- func (s *OuterJoinContext) ON() antlr.TerminalNode
- func (s *OuterJoinContext) OUTER() antlr.TerminalNode
- func (s *OuterJoinContext) RIGHT() antlr.TerminalNode
- func (s *OuterJoinContext) RR_BRACKET() antlr.TerminalNode
- func (s *OuterJoinContext) TableSourceItem() ITableSourceItemContext
- func (s *OuterJoinContext) USING() antlr.TerminalNode
- func (s *OuterJoinContext) UidList() IUidListContext
- type OwnerStatementContext
- func (s *OwnerStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OwnerStatementContext) CURRENT_USER() antlr.TerminalNode
- func (s *OwnerStatementContext) DEFINER() antlr.TerminalNode
- func (s *OwnerStatementContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *OwnerStatementContext) GetParser() antlr.Parser
- func (s *OwnerStatementContext) GetRuleContext() antlr.RuleContext
- func (*OwnerStatementContext) IsOwnerStatementContext()
- func (s *OwnerStatementContext) LR_BRACKET() antlr.TerminalNode
- func (s *OwnerStatementContext) RR_BRACKET() antlr.TerminalNode
- func (s *OwnerStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *OwnerStatementContext) UserName() IUserNameContext
- type ParenthesisSelectContext
- type PartitionComparisonContext
- func (s *PartitionComparisonContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionComparisonContext) AllCOMMA() []antlr.TerminalNode
- func (s *PartitionComparisonContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *PartitionComparisonContext) AllPartitionDefinerAtom() []IPartitionDefinerAtomContext
- func (s *PartitionComparisonContext) AllPartitionOption() []IPartitionOptionContext
- func (s *PartitionComparisonContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *PartitionComparisonContext) AllSubpartitionDefinition() []ISubpartitionDefinitionContext
- func (s *PartitionComparisonContext) COMMA(i int) antlr.TerminalNode
- func (s *PartitionComparisonContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionComparisonContext) LESS() antlr.TerminalNode
- func (s *PartitionComparisonContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *PartitionComparisonContext) PARTITION() antlr.TerminalNode
- func (s *PartitionComparisonContext) PartitionDefinerAtom(i int) IPartitionDefinerAtomContext
- func (s *PartitionComparisonContext) PartitionOption(i int) IPartitionOptionContext
- func (s *PartitionComparisonContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *PartitionComparisonContext) SubpartitionDefinition(i int) ISubpartitionDefinitionContext
- func (s *PartitionComparisonContext) THAN() antlr.TerminalNode
- func (s *PartitionComparisonContext) Uid() IUidContext
- func (s *PartitionComparisonContext) VALUES() antlr.TerminalNode
- type PartitionDefinerAtomContext
- func (s *PartitionDefinerAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionDefinerAtomContext) Constant() IConstantContext
- func (s *PartitionDefinerAtomContext) Expression() IExpressionContext
- func (s *PartitionDefinerAtomContext) GetParser() antlr.Parser
- func (s *PartitionDefinerAtomContext) GetRuleContext() antlr.RuleContext
- func (*PartitionDefinerAtomContext) IsPartitionDefinerAtomContext()
- func (s *PartitionDefinerAtomContext) MAXVALUE() antlr.TerminalNode
- func (s *PartitionDefinerAtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PartitionDefinerVectorContext
- func (s *PartitionDefinerVectorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionDefinerVectorContext) AllCOMMA() []antlr.TerminalNode
- func (s *PartitionDefinerVectorContext) AllPartitionDefinerAtom() []IPartitionDefinerAtomContext
- func (s *PartitionDefinerVectorContext) COMMA(i int) antlr.TerminalNode
- func (s *PartitionDefinerVectorContext) GetParser() antlr.Parser
- func (s *PartitionDefinerVectorContext) GetRuleContext() antlr.RuleContext
- func (*PartitionDefinerVectorContext) IsPartitionDefinerVectorContext()
- func (s *PartitionDefinerVectorContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionDefinerVectorContext) PartitionDefinerAtom(i int) IPartitionDefinerAtomContext
- func (s *PartitionDefinerVectorContext) RR_BRACKET() antlr.TerminalNode
- func (s *PartitionDefinerVectorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PartitionDefinitionContext
- func (s *PartitionDefinitionContext) CopyFrom(ctx *PartitionDefinitionContext)
- func (s *PartitionDefinitionContext) GetParser() antlr.Parser
- func (s *PartitionDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*PartitionDefinitionContext) IsPartitionDefinitionContext()
- func (s *PartitionDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PartitionDefinitionsContext
- func (s *PartitionDefinitionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionDefinitionsContext) AllBY() []antlr.TerminalNode
- func (s *PartitionDefinitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *PartitionDefinitionsContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *PartitionDefinitionsContext) AllPartitionDefinition() []IPartitionDefinitionContext
- func (s *PartitionDefinitionsContext) BY(i int) antlr.TerminalNode
- func (s *PartitionDefinitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *PartitionDefinitionsContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *PartitionDefinitionsContext) GetCount() IDecimalLiteralContext
- func (s *PartitionDefinitionsContext) GetParser() antlr.Parser
- func (s *PartitionDefinitionsContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionDefinitionsContext) GetSubCount() IDecimalLiteralContext
- func (*PartitionDefinitionsContext) IsPartitionDefinitionsContext()
- func (s *PartitionDefinitionsContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionDefinitionsContext) PARTITION() antlr.TerminalNode
- func (s *PartitionDefinitionsContext) PARTITIONS() antlr.TerminalNode
- func (s *PartitionDefinitionsContext) PartitionDefinition(i int) IPartitionDefinitionContext
- func (s *PartitionDefinitionsContext) PartitionFunctionDefinition() IPartitionFunctionDefinitionContext
- func (s *PartitionDefinitionsContext) RR_BRACKET() antlr.TerminalNode
- func (s *PartitionDefinitionsContext) SUBPARTITION() antlr.TerminalNode
- func (s *PartitionDefinitionsContext) SUBPARTITIONS() antlr.TerminalNode
- func (s *PartitionDefinitionsContext) SetCount(v IDecimalLiteralContext)
- func (s *PartitionDefinitionsContext) SetSubCount(v IDecimalLiteralContext)
- func (s *PartitionDefinitionsContext) SubpartitionFunctionDefinition() ISubpartitionFunctionDefinitionContext
- func (s *PartitionDefinitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PartitionFunctionDefinitionContext
- func (s *PartitionFunctionDefinitionContext) CopyFrom(ctx *PartitionFunctionDefinitionContext)
- func (s *PartitionFunctionDefinitionContext) GetParser() antlr.Parser
- func (s *PartitionFunctionDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*PartitionFunctionDefinitionContext) IsPartitionFunctionDefinitionContext()
- func (s *PartitionFunctionDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PartitionFunctionHashContext
- func (s *PartitionFunctionHashContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionFunctionHashContext) Expression() IExpressionContext
- func (s *PartitionFunctionHashContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionFunctionHashContext) HASH() antlr.TerminalNode
- func (s *PartitionFunctionHashContext) LINEAR() antlr.TerminalNode
- func (s *PartitionFunctionHashContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionHashContext) RR_BRACKET() antlr.TerminalNode
- type PartitionFunctionKeyContext
- func (s *PartitionFunctionKeyContext) ALGORITHM() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionFunctionKeyContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) GetAlgType() antlr.Token
- func (s *PartitionFunctionKeyContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionFunctionKeyContext) KEY() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) LINEAR() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) RR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) SetAlgType(v antlr.Token)
- func (s *PartitionFunctionKeyContext) TWO_DECIMAL() antlr.TerminalNode
- func (s *PartitionFunctionKeyContext) UidList() IUidListContext
- type PartitionFunctionListContext
- func (s *PartitionFunctionListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionFunctionListContext) COLUMNS() antlr.TerminalNode
- func (s *PartitionFunctionListContext) Expression() IExpressionContext
- func (s *PartitionFunctionListContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionFunctionListContext) LIST() antlr.TerminalNode
- func (s *PartitionFunctionListContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionListContext) RR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionListContext) UidList() IUidListContext
- type PartitionFunctionRangeContext
- func (s *PartitionFunctionRangeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionFunctionRangeContext) COLUMNS() antlr.TerminalNode
- func (s *PartitionFunctionRangeContext) Expression() IExpressionContext
- func (s *PartitionFunctionRangeContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionFunctionRangeContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionRangeContext) RANGE() antlr.TerminalNode
- func (s *PartitionFunctionRangeContext) RR_BRACKET() antlr.TerminalNode
- func (s *PartitionFunctionRangeContext) UidList() IUidListContext
- type PartitionListAtomContext
- func (s *PartitionListAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionListAtomContext) AllCOMMA() []antlr.TerminalNode
- func (s *PartitionListAtomContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *PartitionListAtomContext) AllPartitionDefinerAtom() []IPartitionDefinerAtomContext
- func (s *PartitionListAtomContext) AllPartitionOption() []IPartitionOptionContext
- func (s *PartitionListAtomContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *PartitionListAtomContext) AllSubpartitionDefinition() []ISubpartitionDefinitionContext
- func (s *PartitionListAtomContext) COMMA(i int) antlr.TerminalNode
- func (s *PartitionListAtomContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionListAtomContext) IN() antlr.TerminalNode
- func (s *PartitionListAtomContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *PartitionListAtomContext) PARTITION() antlr.TerminalNode
- func (s *PartitionListAtomContext) PartitionDefinerAtom(i int) IPartitionDefinerAtomContext
- func (s *PartitionListAtomContext) PartitionOption(i int) IPartitionOptionContext
- func (s *PartitionListAtomContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *PartitionListAtomContext) SubpartitionDefinition(i int) ISubpartitionDefinitionContext
- func (s *PartitionListAtomContext) Uid() IUidContext
- func (s *PartitionListAtomContext) VALUES() antlr.TerminalNode
- type PartitionListVectorContext
- func (s *PartitionListVectorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionListVectorContext) AllCOMMA() []antlr.TerminalNode
- func (s *PartitionListVectorContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *PartitionListVectorContext) AllPartitionDefinerVector() []IPartitionDefinerVectorContext
- func (s *PartitionListVectorContext) AllPartitionOption() []IPartitionOptionContext
- func (s *PartitionListVectorContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *PartitionListVectorContext) AllSubpartitionDefinition() []ISubpartitionDefinitionContext
- func (s *PartitionListVectorContext) COMMA(i int) antlr.TerminalNode
- func (s *PartitionListVectorContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionListVectorContext) IN() antlr.TerminalNode
- func (s *PartitionListVectorContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *PartitionListVectorContext) PARTITION() antlr.TerminalNode
- func (s *PartitionListVectorContext) PartitionDefinerVector(i int) IPartitionDefinerVectorContext
- func (s *PartitionListVectorContext) PartitionOption(i int) IPartitionOptionContext
- func (s *PartitionListVectorContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *PartitionListVectorContext) SubpartitionDefinition(i int) ISubpartitionDefinitionContext
- func (s *PartitionListVectorContext) Uid() IUidContext
- func (s *PartitionListVectorContext) VALUES() antlr.TerminalNode
- type PartitionOptionCommentContext
- func (s *PartitionOptionCommentContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionCommentContext) COMMENT() antlr.TerminalNode
- func (s *PartitionOptionCommentContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionCommentContext) GetComment() antlr.Token
- func (s *PartitionOptionCommentContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionCommentContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PartitionOptionCommentContext) SetComment(v antlr.Token)
- type PartitionOptionContext
- func (s *PartitionOptionContext) CopyFrom(ctx *PartitionOptionContext)
- func (s *PartitionOptionContext) GetParser() antlr.Parser
- func (s *PartitionOptionContext) GetRuleContext() antlr.RuleContext
- func (*PartitionOptionContext) IsPartitionOptionContext()
- func (s *PartitionOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PartitionOptionDataDirectoryContext
- func (s *PartitionOptionDataDirectoryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionDataDirectoryContext) DATA() antlr.TerminalNode
- func (s *PartitionOptionDataDirectoryContext) DIRECTORY() antlr.TerminalNode
- func (s *PartitionOptionDataDirectoryContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionDataDirectoryContext) GetDataDirectory() antlr.Token
- func (s *PartitionOptionDataDirectoryContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionDataDirectoryContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PartitionOptionDataDirectoryContext) SetDataDirectory(v antlr.Token)
- type PartitionOptionEngineContext
- func (s *PartitionOptionEngineContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionEngineContext) ENGINE() antlr.TerminalNode
- func (s *PartitionOptionEngineContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionEngineContext) EngineName() IEngineNameContext
- func (s *PartitionOptionEngineContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionEngineContext) STORAGE() antlr.TerminalNode
- type PartitionOptionIndexDirectoryContext
- func (s *PartitionOptionIndexDirectoryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionIndexDirectoryContext) DIRECTORY() antlr.TerminalNode
- func (s *PartitionOptionIndexDirectoryContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionIndexDirectoryContext) GetIndexDirectory() antlr.Token
- func (s *PartitionOptionIndexDirectoryContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionIndexDirectoryContext) INDEX() antlr.TerminalNode
- func (s *PartitionOptionIndexDirectoryContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PartitionOptionIndexDirectoryContext) SetIndexDirectory(v antlr.Token)
- type PartitionOptionMaxRowsContext
- func (s *PartitionOptionMaxRowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionMaxRowsContext) DecimalLiteral() IDecimalLiteralContext
- func (s *PartitionOptionMaxRowsContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionMaxRowsContext) GetMaxRows() IDecimalLiteralContext
- func (s *PartitionOptionMaxRowsContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionMaxRowsContext) MAX_ROWS() antlr.TerminalNode
- func (s *PartitionOptionMaxRowsContext) SetMaxRows(v IDecimalLiteralContext)
- type PartitionOptionMinRowsContext
- func (s *PartitionOptionMinRowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionMinRowsContext) DecimalLiteral() IDecimalLiteralContext
- func (s *PartitionOptionMinRowsContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionMinRowsContext) GetMinRows() IDecimalLiteralContext
- func (s *PartitionOptionMinRowsContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionMinRowsContext) MIN_ROWS() antlr.TerminalNode
- func (s *PartitionOptionMinRowsContext) SetMinRows(v IDecimalLiteralContext)
- type PartitionOptionNodeGroupContext
- func (s *PartitionOptionNodeGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionNodeGroupContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionNodeGroupContext) GetNodegroup() IUidContext
- func (s *PartitionOptionNodeGroupContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionNodeGroupContext) NODEGROUP() antlr.TerminalNode
- func (s *PartitionOptionNodeGroupContext) SetNodegroup(v IUidContext)
- func (s *PartitionOptionNodeGroupContext) Uid() IUidContext
- type PartitionOptionTablespaceContext
- func (s *PartitionOptionTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionOptionTablespaceContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PartitionOptionTablespaceContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionOptionTablespaceContext) GetTablespace() IUidContext
- func (s *PartitionOptionTablespaceContext) SetTablespace(v IUidContext)
- func (s *PartitionOptionTablespaceContext) TABLESPACE() antlr.TerminalNode
- func (s *PartitionOptionTablespaceContext) Uid() IUidContext
- type PartitionSimpleContext
- func (s *PartitionSimpleContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PartitionSimpleContext) AllCOMMA() []antlr.TerminalNode
- func (s *PartitionSimpleContext) AllPartitionOption() []IPartitionOptionContext
- func (s *PartitionSimpleContext) AllSubpartitionDefinition() []ISubpartitionDefinitionContext
- func (s *PartitionSimpleContext) COMMA(i int) antlr.TerminalNode
- func (s *PartitionSimpleContext) GetRuleContext() antlr.RuleContext
- func (s *PartitionSimpleContext) LR_BRACKET() antlr.TerminalNode
- func (s *PartitionSimpleContext) PARTITION() antlr.TerminalNode
- func (s *PartitionSimpleContext) PartitionOption(i int) IPartitionOptionContext
- func (s *PartitionSimpleContext) RR_BRACKET() antlr.TerminalNode
- func (s *PartitionSimpleContext) SubpartitionDefinition(i int) ISubpartitionDefinitionContext
- func (s *PartitionSimpleContext) Uid() IUidContext
- type PasswordAuthOptionContext
- func (s *PasswordAuthOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PasswordAuthOptionContext) BY() antlr.TerminalNode
- func (s *PasswordAuthOptionContext) GetHashed() antlr.Token
- func (s *PasswordAuthOptionContext) GetRuleContext() antlr.RuleContext
- func (s *PasswordAuthOptionContext) IDENTIFIED() antlr.TerminalNode
- func (s *PasswordAuthOptionContext) PASSWORD() antlr.TerminalNode
- func (s *PasswordAuthOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PasswordAuthOptionContext) SetHashed(v antlr.Token)
- func (s *PasswordAuthOptionContext) UserName() IUserNameContext
- type PasswordConnectionOptionContext
- func (s *PasswordConnectionOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PasswordConnectionOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PasswordConnectionOptionContext) GetConOptPassword() antlr.Token
- func (s *PasswordConnectionOptionContext) GetRuleContext() antlr.RuleContext
- func (s *PasswordConnectionOptionContext) PASSWORD() antlr.TerminalNode
- func (s *PasswordConnectionOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PasswordConnectionOptionContext) SetConOptPassword(v antlr.Token)
- type PasswordFunctionCallContext
- type PasswordFunctionClauseContext
- func (s *PasswordFunctionClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PasswordFunctionClauseContext) FunctionArg() IFunctionArgContext
- func (s *PasswordFunctionClauseContext) GetFunctionName() antlr.Token
- func (s *PasswordFunctionClauseContext) GetParser() antlr.Parser
- func (s *PasswordFunctionClauseContext) GetRuleContext() antlr.RuleContext
- func (*PasswordFunctionClauseContext) IsPasswordFunctionClauseContext()
- func (s *PasswordFunctionClauseContext) LR_BRACKET() antlr.TerminalNode
- func (s *PasswordFunctionClauseContext) OLD_PASSWORD() antlr.TerminalNode
- func (s *PasswordFunctionClauseContext) PASSWORD() antlr.TerminalNode
- func (s *PasswordFunctionClauseContext) RR_BRACKET() antlr.TerminalNode
- func (s *PasswordFunctionClauseContext) SetFunctionName(v antlr.Token)
- func (s *PasswordFunctionClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PluginDirConnectionOptionContext
- func (s *PluginDirConnectionOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PluginDirConnectionOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *PluginDirConnectionOptionContext) GetConOptPluginDir() antlr.Token
- func (s *PluginDirConnectionOptionContext) GetRuleContext() antlr.RuleContext
- func (s *PluginDirConnectionOptionContext) PLUGIN_DIR() antlr.TerminalNode
- func (s *PluginDirConnectionOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PluginDirConnectionOptionContext) SetConOptPluginDir(v antlr.Token)
- type PositionFunctionCallContext
- func (s *PositionFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PositionFunctionCallContext) AllExpression() []IExpressionContext
- func (s *PositionFunctionCallContext) AllStringLiteral() []IStringLiteralContext
- func (s *PositionFunctionCallContext) Expression(i int) IExpressionContext
- func (s *PositionFunctionCallContext) GetInExpression() IExpressionContext
- func (s *PositionFunctionCallContext) GetInString() IStringLiteralContext
- func (s *PositionFunctionCallContext) GetPositionExpression() IExpressionContext
- func (s *PositionFunctionCallContext) GetPositionString() IStringLiteralContext
- func (s *PositionFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *PositionFunctionCallContext) IN() antlr.TerminalNode
- func (s *PositionFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *PositionFunctionCallContext) POSITION() antlr.TerminalNode
- func (s *PositionFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *PositionFunctionCallContext) SetInExpression(v IExpressionContext)
- func (s *PositionFunctionCallContext) SetInString(v IStringLiteralContext)
- func (s *PositionFunctionCallContext) SetPositionExpression(v IExpressionContext)
- func (s *PositionFunctionCallContext) SetPositionString(v IStringLiteralContext)
- func (s *PositionFunctionCallContext) StringLiteral(i int) IStringLiteralContext
- type PreciseScheduleContext
- func (s *PreciseScheduleContext) AT() antlr.TerminalNode
- func (s *PreciseScheduleContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PreciseScheduleContext) AllIntervalExpr() []IIntervalExprContext
- func (s *PreciseScheduleContext) GetRuleContext() antlr.RuleContext
- func (s *PreciseScheduleContext) IntervalExpr(i int) IIntervalExprContext
- func (s *PreciseScheduleContext) TimestampValue() ITimestampValueContext
- type PredicateContext
- func (s *PredicateContext) CopyFrom(ctx *PredicateContext)
- func (s *PredicateContext) GetParser() antlr.Parser
- func (s *PredicateContext) GetRuleContext() antlr.RuleContext
- func (*PredicateContext) IsPredicateContext()
- func (s *PredicateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PredicateExpressionContext
- type PrepareStatementContext
- func (s *PrepareStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrepareStatementContext) FROM() antlr.TerminalNode
- func (s *PrepareStatementContext) GetParser() antlr.Parser
- func (s *PrepareStatementContext) GetQuery() antlr.Token
- func (s *PrepareStatementContext) GetRuleContext() antlr.RuleContext
- func (s *PrepareStatementContext) GetVariable() antlr.Token
- func (*PrepareStatementContext) IsPrepareStatementContext()
- func (s *PrepareStatementContext) LOCAL_ID() antlr.TerminalNode
- func (s *PrepareStatementContext) PREPARE() antlr.TerminalNode
- func (s *PrepareStatementContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PrepareStatementContext) SetQuery(v antlr.Token)
- func (s *PrepareStatementContext) SetVariable(v antlr.Token)
- func (s *PrepareStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *PrepareStatementContext) Uid() IUidContext
- type PreparedStatementContext
- func (s *PreparedStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PreparedStatementContext) DeallocatePrepare() IDeallocatePrepareContext
- func (s *PreparedStatementContext) ExecuteStatement() IExecuteStatementContext
- func (s *PreparedStatementContext) GetParser() antlr.Parser
- func (s *PreparedStatementContext) GetRuleContext() antlr.RuleContext
- func (*PreparedStatementContext) IsPreparedStatementContext()
- func (s *PreparedStatementContext) PrepareStatement() IPrepareStatementContext
- func (s *PreparedStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrimaryKeyColumnConstraintContext
- func (s *PrimaryKeyColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrimaryKeyColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *PrimaryKeyColumnConstraintContext) KEY() antlr.TerminalNode
- func (s *PrimaryKeyColumnConstraintContext) PRIMARY() antlr.TerminalNode
- type PrimaryKeyTableConstraintContext
- func (s *PrimaryKeyTableConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrimaryKeyTableConstraintContext) AllIndexOption() []IIndexOptionContext
- func (s *PrimaryKeyTableConstraintContext) AllUid() []IUidContext
- func (s *PrimaryKeyTableConstraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *PrimaryKeyTableConstraintContext) GetIndex() IUidContext
- func (s *PrimaryKeyTableConstraintContext) GetName() IUidContext
- func (s *PrimaryKeyTableConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *PrimaryKeyTableConstraintContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *PrimaryKeyTableConstraintContext) IndexOption(i int) IIndexOptionContext
- func (s *PrimaryKeyTableConstraintContext) IndexType() IIndexTypeContext
- func (s *PrimaryKeyTableConstraintContext) KEY() antlr.TerminalNode
- func (s *PrimaryKeyTableConstraintContext) PRIMARY() antlr.TerminalNode
- func (s *PrimaryKeyTableConstraintContext) SetIndex(v IUidContext)
- func (s *PrimaryKeyTableConstraintContext) SetName(v IUidContext)
- func (s *PrimaryKeyTableConstraintContext) Uid(i int) IUidContext
- type PrivelegeClauseContext
- func (s *PrivelegeClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrivelegeClauseContext) GetParser() antlr.Parser
- func (s *PrivelegeClauseContext) GetRuleContext() antlr.RuleContext
- func (*PrivelegeClauseContext) IsPrivelegeClauseContext()
- func (s *PrivelegeClauseContext) LR_BRACKET() antlr.TerminalNode
- func (s *PrivelegeClauseContext) Privilege() IPrivilegeContext
- func (s *PrivelegeClauseContext) RR_BRACKET() antlr.TerminalNode
- func (s *PrivelegeClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *PrivelegeClauseContext) UidList() IUidListContext
- type PrivilegeContext
- func (s *PrivilegeContext) ALL() antlr.TerminalNode
- func (s *PrivilegeContext) ALTER() antlr.TerminalNode
- func (s *PrivilegeContext) APPLICATION_PASSWORD_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) AUDIT_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrivilegeContext) BACKUP_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) BINLOG_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) BINLOG_ENCRYPTION_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) CLIENT() antlr.TerminalNode
- func (s *PrivilegeContext) CLONE_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) CONNECTION_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) CREATE() antlr.TerminalNode
- func (s *PrivilegeContext) DATABASES() antlr.TerminalNode
- func (s *PrivilegeContext) DELETE() antlr.TerminalNode
- func (s *PrivilegeContext) DROP() antlr.TerminalNode
- func (s *PrivilegeContext) ENCRYPTION_KEY_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) EVENT() antlr.TerminalNode
- func (s *PrivilegeContext) EXECUTE() antlr.TerminalNode
- func (s *PrivilegeContext) FILE() antlr.TerminalNode
- func (s *PrivilegeContext) FIREWALL_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) FIREWALL_USER() antlr.TerminalNode
- func (s *PrivilegeContext) FLUSH_OPTIMIZER_COSTS() antlr.TerminalNode
- func (s *PrivilegeContext) FLUSH_STATUS() antlr.TerminalNode
- func (s *PrivilegeContext) FLUSH_TABLES() antlr.TerminalNode
- func (s *PrivilegeContext) FLUSH_USER_RESOURCES() antlr.TerminalNode
- func (s *PrivilegeContext) GRANT() antlr.TerminalNode
- func (s *PrivilegeContext) GROUP_REPLICATION_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) GetParser() antlr.Parser
- func (s *PrivilegeContext) GetRuleContext() antlr.RuleContext
- func (s *PrivilegeContext) INDEX() antlr.TerminalNode
- func (s *PrivilegeContext) INNODB_REDO_LOG_ARCHIVE() antlr.TerminalNode
- func (s *PrivilegeContext) INNODB_REDO_LOG_ENABLE() antlr.TerminalNode
- func (s *PrivilegeContext) INSERT() antlr.TerminalNode
- func (*PrivilegeContext) IsPrivilegeContext()
- func (s *PrivilegeContext) LOCK() antlr.TerminalNode
- func (s *PrivilegeContext) NDB_STORED_USER() antlr.TerminalNode
- func (s *PrivilegeContext) OPTION() antlr.TerminalNode
- func (s *PrivilegeContext) PERSIST_RO_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) PRIVILEGES() antlr.TerminalNode
- func (s *PrivilegeContext) PROCESS() antlr.TerminalNode
- func (s *PrivilegeContext) PROXY() antlr.TerminalNode
- func (s *PrivilegeContext) REFERENCES() antlr.TerminalNode
- func (s *PrivilegeContext) RELOAD() antlr.TerminalNode
- func (s *PrivilegeContext) REPLICATION() antlr.TerminalNode
- func (s *PrivilegeContext) REPLICATION_APPLIER() antlr.TerminalNode
- func (s *PrivilegeContext) REPLICATION_SLAVE_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) RESOURCE_GROUP_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) RESOURCE_GROUP_USER() antlr.TerminalNode
- func (s *PrivilegeContext) ROLE() antlr.TerminalNode
- func (s *PrivilegeContext) ROLE_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) ROUTINE() antlr.TerminalNode
- func (s *PrivilegeContext) SELECT() antlr.TerminalNode
- func (s *PrivilegeContext) SERVICE_CONNECTION_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) SESSION_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) SET_USER_ID() antlr.TerminalNode
- func (s *PrivilegeContext) SHOW() antlr.TerminalNode
- func (s *PrivilegeContext) SHOW_ROUTINE() antlr.TerminalNode
- func (s *PrivilegeContext) SHUTDOWN() antlr.TerminalNode
- func (s *PrivilegeContext) SLAVE() antlr.TerminalNode
- func (s *PrivilegeContext) SUPER() antlr.TerminalNode
- func (s *PrivilegeContext) SYSTEM_USER() antlr.TerminalNode
- func (s *PrivilegeContext) SYSTEM_VARIABLES_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) TABLES() antlr.TerminalNode
- func (s *PrivilegeContext) TABLESPACE() antlr.TerminalNode
- func (s *PrivilegeContext) TABLE_ENCRYPTION_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) TEMPORARY() antlr.TerminalNode
- func (s *PrivilegeContext) TRIGGER() antlr.TerminalNode
- func (s *PrivilegeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *PrivilegeContext) UPDATE() antlr.TerminalNode
- func (s *PrivilegeContext) USAGE() antlr.TerminalNode
- func (s *PrivilegeContext) USER() antlr.TerminalNode
- func (s *PrivilegeContext) VERSION_TOKEN_ADMIN() antlr.TerminalNode
- func (s *PrivilegeContext) VIEW() antlr.TerminalNode
- func (s *PrivilegeContext) XA_RECOVER_ADMIN() antlr.TerminalNode
- type PrivilegeLevelContext
- func (s *PrivilegeLevelContext) CopyFrom(ctx *PrivilegeLevelContext)
- func (s *PrivilegeLevelContext) GetParser() antlr.Parser
- func (s *PrivilegeLevelContext) GetRuleContext() antlr.RuleContext
- func (*PrivilegeLevelContext) IsPrivilegeLevelContext()
- func (s *PrivilegeLevelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrivilegesBaseContext
- func (s *PrivilegesBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrivilegesBaseContext) EXECUTE() antlr.TerminalNode
- func (s *PrivilegesBaseContext) FILE() antlr.TerminalNode
- func (s *PrivilegesBaseContext) GetParser() antlr.Parser
- func (s *PrivilegesBaseContext) GetRuleContext() antlr.RuleContext
- func (*PrivilegesBaseContext) IsPrivilegesBaseContext()
- func (s *PrivilegesBaseContext) PRIVILEGES() antlr.TerminalNode
- func (s *PrivilegesBaseContext) PROCESS() antlr.TerminalNode
- func (s *PrivilegesBaseContext) RELOAD() antlr.TerminalNode
- func (s *PrivilegesBaseContext) ROUTINE() antlr.TerminalNode
- func (s *PrivilegesBaseContext) SHUTDOWN() antlr.TerminalNode
- func (s *PrivilegesBaseContext) SUPER() antlr.TerminalNode
- func (s *PrivilegesBaseContext) TABLES() antlr.TerminalNode
- func (s *PrivilegesBaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ProcedureParameterContext
- func (s *ProcedureParameterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ProcedureParameterContext) DataType() IDataTypeContext
- func (s *ProcedureParameterContext) GetDirection() antlr.Token
- func (s *ProcedureParameterContext) GetParser() antlr.Parser
- func (s *ProcedureParameterContext) GetRuleContext() antlr.RuleContext
- func (s *ProcedureParameterContext) IN() antlr.TerminalNode
- func (s *ProcedureParameterContext) INOUT() antlr.TerminalNode
- func (*ProcedureParameterContext) IsProcedureParameterContext()
- func (s *ProcedureParameterContext) OUT() antlr.TerminalNode
- func (s *ProcedureParameterContext) SetDirection(v antlr.Token)
- func (s *ProcedureParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ProcedureParameterContext) Uid() IUidContext
- type ProcedureSqlStatementContext
- func (s *ProcedureSqlStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ProcedureSqlStatementContext) CompoundStatement() ICompoundStatementContext
- func (s *ProcedureSqlStatementContext) GetParser() antlr.Parser
- func (s *ProcedureSqlStatementContext) GetRuleContext() antlr.RuleContext
- func (*ProcedureSqlStatementContext) IsProcedureSqlStatementContext()
- func (s *ProcedureSqlStatementContext) SEMI() antlr.TerminalNode
- func (s *ProcedureSqlStatementContext) SqlStatement() ISqlStatementContext
- func (s *ProcedureSqlStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PurgeBinaryLogsContext
- func (s *PurgeBinaryLogsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PurgeBinaryLogsContext) BEFORE() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) BINARY() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) GetFileName() antlr.Token
- func (s *PurgeBinaryLogsContext) GetParser() antlr.Parser
- func (s *PurgeBinaryLogsContext) GetPurgeFormat() antlr.Token
- func (s *PurgeBinaryLogsContext) GetRuleContext() antlr.RuleContext
- func (s *PurgeBinaryLogsContext) GetTimeValue() antlr.Token
- func (*PurgeBinaryLogsContext) IsPurgeBinaryLogsContext()
- func (s *PurgeBinaryLogsContext) LOGS() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) MASTER() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) PURGE() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) STRING_LITERAL() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) SetFileName(v antlr.Token)
- func (s *PurgeBinaryLogsContext) SetPurgeFormat(v antlr.Token)
- func (s *PurgeBinaryLogsContext) SetTimeValue(v antlr.Token)
- func (s *PurgeBinaryLogsContext) TO() antlr.TerminalNode
- func (s *PurgeBinaryLogsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QueryCreateTableContext
- func (s *QueryCreateTableContext) AS() antlr.TerminalNode
- func (s *QueryCreateTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QueryCreateTableContext) AllCOMMA() []antlr.TerminalNode
- func (s *QueryCreateTableContext) AllTableOption() []ITableOptionContext
- func (s *QueryCreateTableContext) COMMA(i int) antlr.TerminalNode
- func (s *QueryCreateTableContext) CREATE() antlr.TerminalNode
- func (s *QueryCreateTableContext) CreateDefinitions() ICreateDefinitionsContext
- func (s *QueryCreateTableContext) GetKeyViolate() antlr.Token
- func (s *QueryCreateTableContext) GetRuleContext() antlr.RuleContext
- func (s *QueryCreateTableContext) IGNORE() antlr.TerminalNode
- func (s *QueryCreateTableContext) IfNotExists() IIfNotExistsContext
- func (s *QueryCreateTableContext) PartitionDefinitions() IPartitionDefinitionsContext
- func (s *QueryCreateTableContext) REPLACE() antlr.TerminalNode
- func (s *QueryCreateTableContext) SelectStatement() ISelectStatementContext
- func (s *QueryCreateTableContext) SetKeyViolate(v antlr.Token)
- func (s *QueryCreateTableContext) TABLE() antlr.TerminalNode
- func (s *QueryCreateTableContext) TEMPORARY() antlr.TerminalNode
- func (s *QueryCreateTableContext) TableName() ITableNameContext
- func (s *QueryCreateTableContext) TableOption(i int) ITableOptionContext
- type QueryExpressionContext
- func (s *QueryExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QueryExpressionContext) GetParser() antlr.Parser
- func (s *QueryExpressionContext) GetRuleContext() antlr.RuleContext
- func (*QueryExpressionContext) IsQueryExpressionContext()
- func (s *QueryExpressionContext) LR_BRACKET() antlr.TerminalNode
- func (s *QueryExpressionContext) QueryExpression() IQueryExpressionContext
- func (s *QueryExpressionContext) QuerySpecification() IQuerySpecificationContext
- func (s *QueryExpressionContext) RR_BRACKET() antlr.TerminalNode
- func (s *QueryExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QueryExpressionNointoContext
- func (s *QueryExpressionNointoContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QueryExpressionNointoContext) GetParser() antlr.Parser
- func (s *QueryExpressionNointoContext) GetRuleContext() antlr.RuleContext
- func (*QueryExpressionNointoContext) IsQueryExpressionNointoContext()
- func (s *QueryExpressionNointoContext) LR_BRACKET() antlr.TerminalNode
- func (s *QueryExpressionNointoContext) QueryExpressionNointo() IQueryExpressionNointoContext
- func (s *QueryExpressionNointoContext) QuerySpecificationNointo() IQuerySpecificationNointoContext
- func (s *QueryExpressionNointoContext) RR_BRACKET() antlr.TerminalNode
- func (s *QueryExpressionNointoContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QuerySpecificationContext
- func (s *QuerySpecificationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QuerySpecificationContext) AllSelectSpec() []ISelectSpecContext
- func (s *QuerySpecificationContext) FromClause() IFromClauseContext
- func (s *QuerySpecificationContext) GetParser() antlr.Parser
- func (s *QuerySpecificationContext) GetRuleContext() antlr.RuleContext
- func (s *QuerySpecificationContext) GroupByClause() IGroupByClauseContext
- func (s *QuerySpecificationContext) HavingClause() IHavingClauseContext
- func (*QuerySpecificationContext) IsQuerySpecificationContext()
- func (s *QuerySpecificationContext) LimitClause() ILimitClauseContext
- func (s *QuerySpecificationContext) OrderByClause() IOrderByClauseContext
- func (s *QuerySpecificationContext) SELECT() antlr.TerminalNode
- func (s *QuerySpecificationContext) SelectElements() ISelectElementsContext
- func (s *QuerySpecificationContext) SelectIntoExpression() ISelectIntoExpressionContext
- func (s *QuerySpecificationContext) SelectSpec(i int) ISelectSpecContext
- func (s *QuerySpecificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QuerySpecificationNointoContext
- func (s *QuerySpecificationNointoContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QuerySpecificationNointoContext) AllSelectSpec() []ISelectSpecContext
- func (s *QuerySpecificationNointoContext) FromClause() IFromClauseContext
- func (s *QuerySpecificationNointoContext) GetParser() antlr.Parser
- func (s *QuerySpecificationNointoContext) GetRuleContext() antlr.RuleContext
- func (s *QuerySpecificationNointoContext) GroupByClause() IGroupByClauseContext
- func (s *QuerySpecificationNointoContext) HavingClause() IHavingClauseContext
- func (*QuerySpecificationNointoContext) IsQuerySpecificationNointoContext()
- func (s *QuerySpecificationNointoContext) LimitClause() ILimitClauseContext
- func (s *QuerySpecificationNointoContext) OrderByClause() IOrderByClauseContext
- func (s *QuerySpecificationNointoContext) SELECT() antlr.TerminalNode
- func (s *QuerySpecificationNointoContext) SelectElements() ISelectElementsContext
- func (s *QuerySpecificationNointoContext) SelectSpec(i int) ISelectSpecContext
- func (s *QuerySpecificationNointoContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ReferenceActionContext
- func (s *ReferenceActionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReferenceActionContext) AllON() []antlr.TerminalNode
- func (s *ReferenceActionContext) AllReferenceControlType() []IReferenceControlTypeContext
- func (s *ReferenceActionContext) DELETE() antlr.TerminalNode
- func (s *ReferenceActionContext) GetOnDelete() IReferenceControlTypeContext
- func (s *ReferenceActionContext) GetOnUpdate() IReferenceControlTypeContext
- func (s *ReferenceActionContext) GetParser() antlr.Parser
- func (s *ReferenceActionContext) GetRuleContext() antlr.RuleContext
- func (*ReferenceActionContext) IsReferenceActionContext()
- func (s *ReferenceActionContext) ON(i int) antlr.TerminalNode
- func (s *ReferenceActionContext) ReferenceControlType(i int) IReferenceControlTypeContext
- func (s *ReferenceActionContext) SetOnDelete(v IReferenceControlTypeContext)
- func (s *ReferenceActionContext) SetOnUpdate(v IReferenceControlTypeContext)
- func (s *ReferenceActionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ReferenceActionContext) UPDATE() antlr.TerminalNode
- type ReferenceColumnConstraintContext
- type ReferenceControlTypeContext
- func (s *ReferenceControlTypeContext) ACTION() antlr.TerminalNode
- func (s *ReferenceControlTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReferenceControlTypeContext) CASCADE() antlr.TerminalNode
- func (s *ReferenceControlTypeContext) GetParser() antlr.Parser
- func (s *ReferenceControlTypeContext) GetRuleContext() antlr.RuleContext
- func (*ReferenceControlTypeContext) IsReferenceControlTypeContext()
- func (s *ReferenceControlTypeContext) NO() antlr.TerminalNode
- func (s *ReferenceControlTypeContext) NULL_LITERAL() antlr.TerminalNode
- func (s *ReferenceControlTypeContext) RESTRICT() antlr.TerminalNode
- func (s *ReferenceControlTypeContext) SET() antlr.TerminalNode
- func (s *ReferenceControlTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ReferenceDefinitionContext
- func (s *ReferenceDefinitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReferenceDefinitionContext) FULL() antlr.TerminalNode
- func (s *ReferenceDefinitionContext) GetMatchType() antlr.Token
- func (s *ReferenceDefinitionContext) GetParser() antlr.Parser
- func (s *ReferenceDefinitionContext) GetRuleContext() antlr.RuleContext
- func (s *ReferenceDefinitionContext) IndexColumnNames() IIndexColumnNamesContext
- func (*ReferenceDefinitionContext) IsReferenceDefinitionContext()
- func (s *ReferenceDefinitionContext) MATCH() antlr.TerminalNode
- func (s *ReferenceDefinitionContext) PARTIAL() antlr.TerminalNode
- func (s *ReferenceDefinitionContext) REFERENCES() antlr.TerminalNode
- func (s *ReferenceDefinitionContext) ReferenceAction() IReferenceActionContext
- func (s *ReferenceDefinitionContext) SIMPLE() antlr.TerminalNode
- func (s *ReferenceDefinitionContext) SetMatchType(v antlr.Token)
- func (s *ReferenceDefinitionContext) TableName() ITableNameContext
- func (s *ReferenceDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RegexpPredicateContext
- func (s *RegexpPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RegexpPredicateContext) AllPredicate() []IPredicateContext
- func (s *RegexpPredicateContext) GetRegex() antlr.Token
- func (s *RegexpPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *RegexpPredicateContext) NOT() antlr.TerminalNode
- func (s *RegexpPredicateContext) Predicate(i int) IPredicateContext
- func (s *RegexpPredicateContext) REGEXP() antlr.TerminalNode
- func (s *RegexpPredicateContext) RLIKE() antlr.TerminalNode
- func (s *RegexpPredicateContext) SetRegex(v antlr.Token)
- type RelayLogUntilOptionContext
- func (s *RelayLogUntilOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RelayLogUntilOptionContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *RelayLogUntilOptionContext) COMMA() antlr.TerminalNode
- func (s *RelayLogUntilOptionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *RelayLogUntilOptionContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *RelayLogUntilOptionContext) GetRuleContext() antlr.RuleContext
- func (s *RelayLogUntilOptionContext) RELAY_LOG_FILE() antlr.TerminalNode
- func (s *RelayLogUntilOptionContext) RELAY_LOG_POS() antlr.TerminalNode
- func (s *RelayLogUntilOptionContext) STRING_LITERAL() antlr.TerminalNode
- type ReleaseStatementContext
- func (s *ReleaseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReleaseStatementContext) GetParser() antlr.Parser
- func (s *ReleaseStatementContext) GetRuleContext() antlr.RuleContext
- func (*ReleaseStatementContext) IsReleaseStatementContext()
- func (s *ReleaseStatementContext) RELEASE() antlr.TerminalNode
- func (s *ReleaseStatementContext) SAVEPOINT() antlr.TerminalNode
- func (s *ReleaseStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ReleaseStatementContext) Uid() IUidContext
- type RenameTableClauseContext
- func (s *RenameTableClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RenameTableClauseContext) AllTableName() []ITableNameContext
- func (s *RenameTableClauseContext) GetParser() antlr.Parser
- func (s *RenameTableClauseContext) GetRuleContext() antlr.RuleContext
- func (*RenameTableClauseContext) IsRenameTableClauseContext()
- func (s *RenameTableClauseContext) TO() antlr.TerminalNode
- func (s *RenameTableClauseContext) TableName(i int) ITableNameContext
- func (s *RenameTableClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RenameTableContext
- func (s *RenameTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RenameTableContext) AllCOMMA() []antlr.TerminalNode
- func (s *RenameTableContext) AllRenameTableClause() []IRenameTableClauseContext
- func (s *RenameTableContext) COMMA(i int) antlr.TerminalNode
- func (s *RenameTableContext) GetParser() antlr.Parser
- func (s *RenameTableContext) GetRuleContext() antlr.RuleContext
- func (*RenameTableContext) IsRenameTableContext()
- func (s *RenameTableContext) RENAME() antlr.TerminalNode
- func (s *RenameTableContext) RenameTableClause(i int) IRenameTableClauseContext
- func (s *RenameTableContext) TABLE() antlr.TerminalNode
- func (s *RenameTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RenameUserClauseContext
- func (s *RenameUserClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RenameUserClauseContext) AllUserName() []IUserNameContext
- func (s *RenameUserClauseContext) GetFromFirst() IUserNameContext
- func (s *RenameUserClauseContext) GetParser() antlr.Parser
- func (s *RenameUserClauseContext) GetRuleContext() antlr.RuleContext
- func (s *RenameUserClauseContext) GetToFirst() IUserNameContext
- func (*RenameUserClauseContext) IsRenameUserClauseContext()
- func (s *RenameUserClauseContext) SetFromFirst(v IUserNameContext)
- func (s *RenameUserClauseContext) SetToFirst(v IUserNameContext)
- func (s *RenameUserClauseContext) TO() antlr.TerminalNode
- func (s *RenameUserClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RenameUserClauseContext) UserName(i int) IUserNameContext
- type RenameUserContext
- func (s *RenameUserContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RenameUserContext) AllCOMMA() []antlr.TerminalNode
- func (s *RenameUserContext) AllRenameUserClause() []IRenameUserClauseContext
- func (s *RenameUserContext) COMMA(i int) antlr.TerminalNode
- func (s *RenameUserContext) GetParser() antlr.Parser
- func (s *RenameUserContext) GetRuleContext() antlr.RuleContext
- func (*RenameUserContext) IsRenameUserContext()
- func (s *RenameUserContext) RENAME() antlr.TerminalNode
- func (s *RenameUserContext) RenameUserClause(i int) IRenameUserClauseContext
- func (s *RenameUserContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RenameUserContext) USER() antlr.TerminalNode
- type RepairTableContext
- func (s *RepairTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RepairTableContext) EXTENDED() antlr.TerminalNode
- func (s *RepairTableContext) GetActionOption() antlr.Token
- func (s *RepairTableContext) GetParser() antlr.Parser
- func (s *RepairTableContext) GetRuleContext() antlr.RuleContext
- func (*RepairTableContext) IsRepairTableContext()
- func (s *RepairTableContext) LOCAL() antlr.TerminalNode
- func (s *RepairTableContext) NO_WRITE_TO_BINLOG() antlr.TerminalNode
- func (s *RepairTableContext) QUICK() antlr.TerminalNode
- func (s *RepairTableContext) REPAIR() antlr.TerminalNode
- func (s *RepairTableContext) SetActionOption(v antlr.Token)
- func (s *RepairTableContext) TABLE() antlr.TerminalNode
- func (s *RepairTableContext) Tables() ITablesContext
- func (s *RepairTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RepairTableContext) USE_FRM() antlr.TerminalNode
- type RepeatStatementContext
- func (s *RepeatStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RepeatStatementContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *RepeatStatementContext) AllREPEAT() []antlr.TerminalNode
- func (s *RepeatStatementContext) AllUid() []IUidContext
- func (s *RepeatStatementContext) COLON_SYMB() antlr.TerminalNode
- func (s *RepeatStatementContext) END() antlr.TerminalNode
- func (s *RepeatStatementContext) Expression() IExpressionContext
- func (s *RepeatStatementContext) GetParser() antlr.Parser
- func (s *RepeatStatementContext) GetRuleContext() antlr.RuleContext
- func (*RepeatStatementContext) IsRepeatStatementContext()
- func (s *RepeatStatementContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *RepeatStatementContext) REPEAT(i int) antlr.TerminalNode
- func (s *RepeatStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RepeatStatementContext) UNTIL() antlr.TerminalNode
- func (s *RepeatStatementContext) Uid(i int) IUidContext
- type ReplaceStatementContext
- func (s *ReplaceStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReplaceStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *ReplaceStatementContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *ReplaceStatementContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *ReplaceStatementContext) AllUidList() []IUidListContext
- func (s *ReplaceStatementContext) AllUpdatedElement() []IUpdatedElementContext
- func (s *ReplaceStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *ReplaceStatementContext) DELAYED() antlr.TerminalNode
- func (s *ReplaceStatementContext) GetColumns() IUidListContext
- func (s *ReplaceStatementContext) GetParser() antlr.Parser
- func (s *ReplaceStatementContext) GetPartitions() IUidListContext
- func (s *ReplaceStatementContext) GetPriority() antlr.Token
- func (s *ReplaceStatementContext) GetRuleContext() antlr.RuleContext
- func (s *ReplaceStatementContext) GetSetElements() []IUpdatedElementContext
- func (s *ReplaceStatementContext) GetSetFirst() IUpdatedElementContext
- func (s *ReplaceStatementContext) Get_updatedElement() IUpdatedElementContext
- func (s *ReplaceStatementContext) INTO() antlr.TerminalNode
- func (s *ReplaceStatementContext) InsertStatementValue() IInsertStatementValueContext
- func (*ReplaceStatementContext) IsReplaceStatementContext()
- func (s *ReplaceStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *ReplaceStatementContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *ReplaceStatementContext) PARTITION() antlr.TerminalNode
- func (s *ReplaceStatementContext) REPLACE() antlr.TerminalNode
- func (s *ReplaceStatementContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *ReplaceStatementContext) SET() antlr.TerminalNode
- func (s *ReplaceStatementContext) SetColumns(v IUidListContext)
- func (s *ReplaceStatementContext) SetPartitions(v IUidListContext)
- func (s *ReplaceStatementContext) SetPriority(v antlr.Token)
- func (s *ReplaceStatementContext) SetSetElements(v []IUpdatedElementContext)
- func (s *ReplaceStatementContext) SetSetFirst(v IUpdatedElementContext)
- func (s *ReplaceStatementContext) Set_updatedElement(v IUpdatedElementContext)
- func (s *ReplaceStatementContext) TableName() ITableNameContext
- func (s *ReplaceStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ReplaceStatementContext) UidList(i int) IUidListContext
- func (s *ReplaceStatementContext) UpdatedElement(i int) IUpdatedElementContext
- type ReplicationFilterContext
- func (s *ReplicationFilterContext) CopyFrom(ctx *ReplicationFilterContext)
- func (s *ReplicationFilterContext) GetParser() antlr.Parser
- func (s *ReplicationFilterContext) GetRuleContext() antlr.RuleContext
- func (*ReplicationFilterContext) IsReplicationFilterContext()
- func (s *ReplicationFilterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ReplicationStatementContext
- func (s *ReplicationStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReplicationStatementContext) ChangeMaster() IChangeMasterContext
- func (s *ReplicationStatementContext) ChangeReplicationFilter() IChangeReplicationFilterContext
- func (s *ReplicationStatementContext) GetParser() antlr.Parser
- func (s *ReplicationStatementContext) GetRuleContext() antlr.RuleContext
- func (*ReplicationStatementContext) IsReplicationStatementContext()
- func (s *ReplicationStatementContext) PurgeBinaryLogs() IPurgeBinaryLogsContext
- func (s *ReplicationStatementContext) ResetMaster() IResetMasterContext
- func (s *ReplicationStatementContext) ResetSlave() IResetSlaveContext
- func (s *ReplicationStatementContext) StartGroupReplication() IStartGroupReplicationContext
- func (s *ReplicationStatementContext) StartSlave() IStartSlaveContext
- func (s *ReplicationStatementContext) StopGroupReplication() IStopGroupReplicationContext
- func (s *ReplicationStatementContext) StopSlave() IStopSlaveContext
- func (s *ReplicationStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ReplicationStatementContext) XaCommitWork() IXaCommitWorkContext
- func (s *ReplicationStatementContext) XaEndTransaction() IXaEndTransactionContext
- func (s *ReplicationStatementContext) XaPrepareStatement() IXaPrepareStatementContext
- func (s *ReplicationStatementContext) XaRecoverWork() IXaRecoverWorkContext
- func (s *ReplicationStatementContext) XaRollbackWork() IXaRollbackWorkContext
- func (s *ReplicationStatementContext) XaStartTransaction() IXaStartTransactionContext
- type ResetMasterContext
- func (s *ResetMasterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ResetMasterContext) GetParser() antlr.Parser
- func (s *ResetMasterContext) GetRuleContext() antlr.RuleContext
- func (*ResetMasterContext) IsResetMasterContext()
- func (s *ResetMasterContext) MASTER() antlr.TerminalNode
- func (s *ResetMasterContext) RESET() antlr.TerminalNode
- func (s *ResetMasterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ResetSlaveContext
- func (s *ResetSlaveContext) ALL() antlr.TerminalNode
- func (s *ResetSlaveContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ResetSlaveContext) ChannelOption() IChannelOptionContext
- func (s *ResetSlaveContext) GetParser() antlr.Parser
- func (s *ResetSlaveContext) GetRuleContext() antlr.RuleContext
- func (*ResetSlaveContext) IsResetSlaveContext()
- func (s *ResetSlaveContext) RESET() antlr.TerminalNode
- func (s *ResetSlaveContext) SLAVE() antlr.TerminalNode
- func (s *ResetSlaveContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ResetStatementContext
- func (s *ResetStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ResetStatementContext) CACHE() antlr.TerminalNode
- func (s *ResetStatementContext) GetParser() antlr.Parser
- func (s *ResetStatementContext) GetRuleContext() antlr.RuleContext
- func (*ResetStatementContext) IsResetStatementContext()
- func (s *ResetStatementContext) QUERY() antlr.TerminalNode
- func (s *ResetStatementContext) RESET() antlr.TerminalNode
- func (s *ResetStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ResignalStatementContext
- func (s *ResignalStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ResignalStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *ResignalStatementContext) AllSignalConditionInformation() []ISignalConditionInformationContext
- func (s *ResignalStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *ResignalStatementContext) GetParser() antlr.Parser
- func (s *ResignalStatementContext) GetRuleContext() antlr.RuleContext
- func (s *ResignalStatementContext) ID() antlr.TerminalNode
- func (*ResignalStatementContext) IsResignalStatementContext()
- func (s *ResignalStatementContext) RESIGNAL() antlr.TerminalNode
- func (s *ResignalStatementContext) REVERSE_QUOTE_ID() antlr.TerminalNode
- func (s *ResignalStatementContext) SET() antlr.TerminalNode
- func (s *ResignalStatementContext) SQLSTATE() antlr.TerminalNode
- func (s *ResignalStatementContext) SignalConditionInformation(i int) ISignalConditionInformationContext
- func (s *ResignalStatementContext) StringLiteral() IStringLiteralContext
- func (s *ResignalStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ResignalStatementContext) VALUE() antlr.TerminalNode
- type ReturnStatementContext
- func (s *ReturnStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ReturnStatementContext) Expression() IExpressionContext
- func (s *ReturnStatementContext) GetParser() antlr.Parser
- func (s *ReturnStatementContext) GetRuleContext() antlr.RuleContext
- func (*ReturnStatementContext) IsReturnStatementContext()
- func (s *ReturnStatementContext) RETURN() antlr.TerminalNode
- func (s *ReturnStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RevokeProxyContext
- func (s *RevokeProxyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RevokeProxyContext) AllCOMMA() []antlr.TerminalNode
- func (s *RevokeProxyContext) AllUserName() []IUserNameContext
- func (s *RevokeProxyContext) COMMA(i int) antlr.TerminalNode
- func (s *RevokeProxyContext) FROM() antlr.TerminalNode
- func (s *RevokeProxyContext) GetFromFirst() IUserNameContext
- func (s *RevokeProxyContext) GetFromOther() []IUserNameContext
- func (s *RevokeProxyContext) GetOnUser() IUserNameContext
- func (s *RevokeProxyContext) GetParser() antlr.Parser
- func (s *RevokeProxyContext) GetRuleContext() antlr.RuleContext
- func (s *RevokeProxyContext) Get_userName() IUserNameContext
- func (*RevokeProxyContext) IsRevokeProxyContext()
- func (s *RevokeProxyContext) ON() antlr.TerminalNode
- func (s *RevokeProxyContext) PROXY() antlr.TerminalNode
- func (s *RevokeProxyContext) REVOKE() antlr.TerminalNode
- func (s *RevokeProxyContext) SetFromFirst(v IUserNameContext)
- func (s *RevokeProxyContext) SetFromOther(v []IUserNameContext)
- func (s *RevokeProxyContext) SetOnUser(v IUserNameContext)
- func (s *RevokeProxyContext) Set_userName(v IUserNameContext)
- func (s *RevokeProxyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RevokeProxyContext) UserName(i int) IUserNameContext
- type RevokeStatementContext
- func (s *RevokeStatementContext) CopyFrom(ctx *RevokeStatementContext)
- func (s *RevokeStatementContext) GetParser() antlr.Parser
- func (s *RevokeStatementContext) GetRuleContext() antlr.RuleContext
- func (*RevokeStatementContext) IsRevokeStatementContext()
- func (s *RevokeStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RewriteDbReplicationContext
- func (s *RewriteDbReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RewriteDbReplicationContext) AllCOMMA() []antlr.TerminalNode
- func (s *RewriteDbReplicationContext) AllTablePair() []ITablePairContext
- func (s *RewriteDbReplicationContext) COMMA(i int) antlr.TerminalNode
- func (s *RewriteDbReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *RewriteDbReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *RewriteDbReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *RewriteDbReplicationContext) REPLICATE_REWRITE_DB() antlr.TerminalNode
- func (s *RewriteDbReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *RewriteDbReplicationContext) TablePair(i int) ITablePairContext
- type RollbackStatementContext
- func (s *RollbackStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RollbackStatementContext) GetParser() antlr.Parser
- func (s *RollbackStatementContext) GetRuleContext() antlr.RuleContext
- func (*RollbackStatementContext) IsRollbackStatementContext()
- func (s *RollbackStatementContext) ROLLBACK() antlr.TerminalNode
- func (s *RollbackStatementContext) SAVEPOINT() antlr.TerminalNode
- func (s *RollbackStatementContext) TO() antlr.TerminalNode
- func (s *RollbackStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RollbackStatementContext) Uid() IUidContext
- func (s *RollbackStatementContext) WORK() antlr.TerminalNode
- type RollbackWorkContext
- func (s *RollbackWorkContext) AND() antlr.TerminalNode
- func (s *RollbackWorkContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RollbackWorkContext) AllNO() []antlr.TerminalNode
- func (s *RollbackWorkContext) CHAIN() antlr.TerminalNode
- func (s *RollbackWorkContext) GetNochain() antlr.Token
- func (s *RollbackWorkContext) GetNorelease() antlr.Token
- func (s *RollbackWorkContext) GetParser() antlr.Parser
- func (s *RollbackWorkContext) GetRuleContext() antlr.RuleContext
- func (*RollbackWorkContext) IsRollbackWorkContext()
- func (s *RollbackWorkContext) NO(i int) antlr.TerminalNode
- func (s *RollbackWorkContext) RELEASE() antlr.TerminalNode
- func (s *RollbackWorkContext) ROLLBACK() antlr.TerminalNode
- func (s *RollbackWorkContext) SetNochain(v antlr.Token)
- func (s *RollbackWorkContext) SetNorelease(v antlr.Token)
- func (s *RollbackWorkContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *RollbackWorkContext) WORK() antlr.TerminalNode
- type RootContext
- func (s *RootContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RootContext) EOF() antlr.TerminalNode
- func (s *RootContext) GetParser() antlr.Parser
- func (s *RootContext) GetRuleContext() antlr.RuleContext
- func (*RootContext) IsRootContext()
- func (s *RootContext) MINUSMINUS() antlr.TerminalNode
- func (s *RootContext) SqlStatements() ISqlStatementsContext
- func (s *RootContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RoutineBehaviorContext
- type RoutineBodyContext
- func (s *RoutineBodyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RoutineBodyContext) BlockStatement() IBlockStatementContext
- func (s *RoutineBodyContext) GetParser() antlr.Parser
- func (s *RoutineBodyContext) GetRuleContext() antlr.RuleContext
- func (*RoutineBodyContext) IsRoutineBodyContext()
- func (s *RoutineBodyContext) SqlStatement() ISqlStatementContext
- func (s *RoutineBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RoutineCommentContext
- type RoutineDataContext
- func (s *RoutineDataContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RoutineDataContext) CONTAINS() antlr.TerminalNode
- func (s *RoutineDataContext) DATA() antlr.TerminalNode
- func (s *RoutineDataContext) GetRuleContext() antlr.RuleContext
- func (s *RoutineDataContext) MODIFIES() antlr.TerminalNode
- func (s *RoutineDataContext) NO() antlr.TerminalNode
- func (s *RoutineDataContext) READS() antlr.TerminalNode
- func (s *RoutineDataContext) SQL() antlr.TerminalNode
- type RoutineLanguageContext
- type RoutineOptionContext
- func (s *RoutineOptionContext) CopyFrom(ctx *RoutineOptionContext)
- func (s *RoutineOptionContext) GetParser() antlr.Parser
- func (s *RoutineOptionContext) GetRuleContext() antlr.RuleContext
- func (*RoutineOptionContext) IsRoutineOptionContext()
- func (s *RoutineOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RoutineSecurityContext
- func (s *RoutineSecurityContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *RoutineSecurityContext) DEFINER() antlr.TerminalNode
- func (s *RoutineSecurityContext) GetContext() antlr.Token
- func (s *RoutineSecurityContext) GetRuleContext() antlr.RuleContext
- func (s *RoutineSecurityContext) INVOKER() antlr.TerminalNode
- func (s *RoutineSecurityContext) SECURITY() antlr.TerminalNode
- func (s *RoutineSecurityContext) SQL() antlr.TerminalNode
- func (s *RoutineSecurityContext) SetContext(v antlr.Token)
- type SavepointStatementContext
- func (s *SavepointStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SavepointStatementContext) GetParser() antlr.Parser
- func (s *SavepointStatementContext) GetRuleContext() antlr.RuleContext
- func (*SavepointStatementContext) IsSavepointStatementContext()
- func (s *SavepointStatementContext) SAVEPOINT() antlr.TerminalNode
- func (s *SavepointStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SavepointStatementContext) Uid() IUidContext
- type ScalarFunctionCallContext
- func (s *ScalarFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ScalarFunctionCallContext) FunctionArgs() IFunctionArgsContext
- func (s *ScalarFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *ScalarFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *ScalarFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *ScalarFunctionCallContext) ScalarFunctionName() IScalarFunctionNameContext
- type ScalarFunctionNameContext
- func (s *ScalarFunctionNameContext) ASCII() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ScalarFunctionNameContext) CURDATE() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) CURRENT_DATE() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) CURRENT_TIME() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) CURRENT_TIMESTAMP() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) CURTIME() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) DATE_ADD() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) DATE_SUB() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) FunctionNameBase() IFunctionNameBaseContext
- func (s *ScalarFunctionNameContext) GetParser() antlr.Parser
- func (s *ScalarFunctionNameContext) GetRuleContext() antlr.RuleContext
- func (s *ScalarFunctionNameContext) IF() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) INSERT() antlr.TerminalNode
- func (*ScalarFunctionNameContext) IsScalarFunctionNameContext()
- func (s *ScalarFunctionNameContext) LOCALTIME() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) LOCALTIMESTAMP() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) MID() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) NOW() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) REPLACE() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) SUBSTR() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) SUBSTRING() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) SYSDATE() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) TRIM() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ScalarFunctionNameContext) UTC_DATE() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) UTC_TIME() antlr.TerminalNode
- func (s *ScalarFunctionNameContext) UTC_TIMESTAMP() antlr.TerminalNode
- type ScheduleExpressionContext
- func (s *ScheduleExpressionContext) CopyFrom(ctx *ScheduleExpressionContext)
- func (s *ScheduleExpressionContext) GetParser() antlr.Parser
- func (s *ScheduleExpressionContext) GetRuleContext() antlr.RuleContext
- func (*ScheduleExpressionContext) IsScheduleExpressionContext()
- func (s *ScheduleExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectColumnElementContext
- func (s *SelectColumnElementContext) AS() antlr.TerminalNode
- func (s *SelectColumnElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectColumnElementContext) FullColumnName() IFullColumnNameContext
- func (s *SelectColumnElementContext) GetRuleContext() antlr.RuleContext
- func (s *SelectColumnElementContext) Uid() IUidContext
- type SelectElementContext
- func (s *SelectElementContext) CopyFrom(ctx *SelectElementContext)
- func (s *SelectElementContext) GetParser() antlr.Parser
- func (s *SelectElementContext) GetRuleContext() antlr.RuleContext
- func (*SelectElementContext) IsSelectElementContext()
- func (s *SelectElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectElementsContext
- func (s *SelectElementsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectElementsContext) AllCOMMA() []antlr.TerminalNode
- func (s *SelectElementsContext) AllSelectElement() []ISelectElementContext
- func (s *SelectElementsContext) COMMA(i int) antlr.TerminalNode
- func (s *SelectElementsContext) GetParser() antlr.Parser
- func (s *SelectElementsContext) GetRuleContext() antlr.RuleContext
- func (s *SelectElementsContext) GetStar() antlr.Token
- func (*SelectElementsContext) IsSelectElementsContext()
- func (s *SelectElementsContext) STAR() antlr.TerminalNode
- func (s *SelectElementsContext) SelectElement(i int) ISelectElementContext
- func (s *SelectElementsContext) SetStar(v antlr.Token)
- func (s *SelectElementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectExpressionElementContext
- func (s *SelectExpressionElementContext) AS() antlr.TerminalNode
- func (s *SelectExpressionElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectExpressionElementContext) Expression() IExpressionContext
- func (s *SelectExpressionElementContext) GetRuleContext() antlr.RuleContext
- func (s *SelectExpressionElementContext) LOCAL_ID() antlr.TerminalNode
- func (s *SelectExpressionElementContext) Uid() IUidContext
- func (s *SelectExpressionElementContext) VAR_ASSIGN() antlr.TerminalNode
- type SelectFieldsIntoContext
- func (s *SelectFieldsIntoContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectFieldsIntoContext) BY() antlr.TerminalNode
- func (s *SelectFieldsIntoContext) ENCLOSED() antlr.TerminalNode
- func (s *SelectFieldsIntoContext) ESCAPED() antlr.TerminalNode
- func (s *SelectFieldsIntoContext) GetEnclosion() antlr.Token
- func (s *SelectFieldsIntoContext) GetEscaping() antlr.Token
- func (s *SelectFieldsIntoContext) GetParser() antlr.Parser
- func (s *SelectFieldsIntoContext) GetRuleContext() antlr.RuleContext
- func (s *SelectFieldsIntoContext) GetTerminationField() antlr.Token
- func (*SelectFieldsIntoContext) IsSelectFieldsIntoContext()
- func (s *SelectFieldsIntoContext) OPTIONALLY() antlr.TerminalNode
- func (s *SelectFieldsIntoContext) STRING_LITERAL() antlr.TerminalNode
- func (s *SelectFieldsIntoContext) SetEnclosion(v antlr.Token)
- func (s *SelectFieldsIntoContext) SetEscaping(v antlr.Token)
- func (s *SelectFieldsIntoContext) SetTerminationField(v antlr.Token)
- func (s *SelectFieldsIntoContext) TERMINATED() antlr.TerminalNode
- func (s *SelectFieldsIntoContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectFunctionElementContext
- func (s *SelectFunctionElementContext) AS() antlr.TerminalNode
- func (s *SelectFunctionElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectFunctionElementContext) FunctionCall() IFunctionCallContext
- func (s *SelectFunctionElementContext) GetRuleContext() antlr.RuleContext
- func (s *SelectFunctionElementContext) Uid() IUidContext
- type SelectIntoDumpFileContext
- func (s *SelectIntoDumpFileContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectIntoDumpFileContext) DUMPFILE() antlr.TerminalNode
- func (s *SelectIntoDumpFileContext) GetRuleContext() antlr.RuleContext
- func (s *SelectIntoDumpFileContext) INTO() antlr.TerminalNode
- func (s *SelectIntoDumpFileContext) STRING_LITERAL() antlr.TerminalNode
- type SelectIntoExpressionContext
- func (s *SelectIntoExpressionContext) CopyFrom(ctx *SelectIntoExpressionContext)
- func (s *SelectIntoExpressionContext) GetParser() antlr.Parser
- func (s *SelectIntoExpressionContext) GetRuleContext() antlr.RuleContext
- func (*SelectIntoExpressionContext) IsSelectIntoExpressionContext()
- func (s *SelectIntoExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectIntoTextFileContext
- func (s *SelectIntoTextFileContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectIntoTextFileContext) AllSelectFieldsInto() []ISelectFieldsIntoContext
- func (s *SelectIntoTextFileContext) AllSelectLinesInto() []ISelectLinesIntoContext
- func (s *SelectIntoTextFileContext) CHARACTER() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) COLUMNS() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) CharsetName() ICharsetNameContext
- func (s *SelectIntoTextFileContext) FIELDS() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) GetCharset() ICharsetNameContext
- func (s *SelectIntoTextFileContext) GetFieldsFormat() antlr.Token
- func (s *SelectIntoTextFileContext) GetFilename() antlr.Token
- func (s *SelectIntoTextFileContext) GetRuleContext() antlr.RuleContext
- func (s *SelectIntoTextFileContext) INTO() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) LINES() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) OUTFILE() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) SET() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) STRING_LITERAL() antlr.TerminalNode
- func (s *SelectIntoTextFileContext) SelectFieldsInto(i int) ISelectFieldsIntoContext
- func (s *SelectIntoTextFileContext) SelectLinesInto(i int) ISelectLinesIntoContext
- func (s *SelectIntoTextFileContext) SetCharset(v ICharsetNameContext)
- func (s *SelectIntoTextFileContext) SetFieldsFormat(v antlr.Token)
- func (s *SelectIntoTextFileContext) SetFilename(v antlr.Token)
- type SelectIntoVariablesContext
- func (s *SelectIntoVariablesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectIntoVariablesContext) AllAssignmentField() []IAssignmentFieldContext
- func (s *SelectIntoVariablesContext) AllCOMMA() []antlr.TerminalNode
- func (s *SelectIntoVariablesContext) AssignmentField(i int) IAssignmentFieldContext
- func (s *SelectIntoVariablesContext) COMMA(i int) antlr.TerminalNode
- func (s *SelectIntoVariablesContext) GetRuleContext() antlr.RuleContext
- func (s *SelectIntoVariablesContext) INTO() antlr.TerminalNode
- type SelectLinesIntoContext
- func (s *SelectLinesIntoContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectLinesIntoContext) BY() antlr.TerminalNode
- func (s *SelectLinesIntoContext) GetParser() antlr.Parser
- func (s *SelectLinesIntoContext) GetRuleContext() antlr.RuleContext
- func (s *SelectLinesIntoContext) GetStarting() antlr.Token
- func (s *SelectLinesIntoContext) GetTerminationLine() antlr.Token
- func (*SelectLinesIntoContext) IsSelectLinesIntoContext()
- func (s *SelectLinesIntoContext) STARTING() antlr.TerminalNode
- func (s *SelectLinesIntoContext) STRING_LITERAL() antlr.TerminalNode
- func (s *SelectLinesIntoContext) SetStarting(v antlr.Token)
- func (s *SelectLinesIntoContext) SetTerminationLine(v antlr.Token)
- func (s *SelectLinesIntoContext) TERMINATED() antlr.TerminalNode
- func (s *SelectLinesIntoContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectSpecContext
- func (s *SelectSpecContext) ALL() antlr.TerminalNode
- func (s *SelectSpecContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectSpecContext) DISTINCT() antlr.TerminalNode
- func (s *SelectSpecContext) DISTINCTROW() antlr.TerminalNode
- func (s *SelectSpecContext) GetParser() antlr.Parser
- func (s *SelectSpecContext) GetRuleContext() antlr.RuleContext
- func (s *SelectSpecContext) HIGH_PRIORITY() antlr.TerminalNode
- func (*SelectSpecContext) IsSelectSpecContext()
- func (s *SelectSpecContext) SQL_BIG_RESULT() antlr.TerminalNode
- func (s *SelectSpecContext) SQL_BUFFER_RESULT() antlr.TerminalNode
- func (s *SelectSpecContext) SQL_CACHE() antlr.TerminalNode
- func (s *SelectSpecContext) SQL_CALC_FOUND_ROWS() antlr.TerminalNode
- func (s *SelectSpecContext) SQL_NO_CACHE() antlr.TerminalNode
- func (s *SelectSpecContext) SQL_SMALL_RESULT() antlr.TerminalNode
- func (s *SelectSpecContext) STRAIGHT_JOIN() antlr.TerminalNode
- func (s *SelectSpecContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SelectStarElementContext
- func (s *SelectStarElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SelectStarElementContext) DOT() antlr.TerminalNode
- func (s *SelectStarElementContext) FullId() IFullIdContext
- func (s *SelectStarElementContext) GetRuleContext() antlr.RuleContext
- func (s *SelectStarElementContext) STAR() antlr.TerminalNode
- type SelectStatementContext
- func (s *SelectStatementContext) CopyFrom(ctx *SelectStatementContext)
- func (s *SelectStatementContext) GetParser() antlr.Parser
- func (s *SelectStatementContext) GetRuleContext() antlr.RuleContext
- func (*SelectStatementContext) IsSelectStatementContext()
- func (s *SelectStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SerialDefaultColumnConstraintContext
- func (s *SerialDefaultColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SerialDefaultColumnConstraintContext) DEFAULT() antlr.TerminalNode
- func (s *SerialDefaultColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *SerialDefaultColumnConstraintContext) SERIAL() antlr.TerminalNode
- func (s *SerialDefaultColumnConstraintContext) VALUE() antlr.TerminalNode
- type ServerOptionContext
- func (s *ServerOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ServerOptionContext) DATABASE() antlr.TerminalNode
- func (s *ServerOptionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *ServerOptionContext) GetParser() antlr.Parser
- func (s *ServerOptionContext) GetRuleContext() antlr.RuleContext
- func (s *ServerOptionContext) HOST() antlr.TerminalNode
- func (*ServerOptionContext) IsServerOptionContext()
- func (s *ServerOptionContext) OWNER() antlr.TerminalNode
- func (s *ServerOptionContext) PASSWORD() antlr.TerminalNode
- func (s *ServerOptionContext) PORT() antlr.TerminalNode
- func (s *ServerOptionContext) SOCKET() antlr.TerminalNode
- func (s *ServerOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *ServerOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ServerOptionContext) USER() antlr.TerminalNode
- type SetAutocommitContext
- type SetAutocommitStatementContext
- func (s *SetAutocommitStatementContext) AUTOCOMMIT() antlr.TerminalNode
- func (s *SetAutocommitStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetAutocommitStatementContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *SetAutocommitStatementContext) GetAutocommitValue() antlr.Token
- func (s *SetAutocommitStatementContext) GetParser() antlr.Parser
- func (s *SetAutocommitStatementContext) GetRuleContext() antlr.RuleContext
- func (*SetAutocommitStatementContext) IsSetAutocommitStatementContext()
- func (s *SetAutocommitStatementContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *SetAutocommitStatementContext) SET() antlr.TerminalNode
- func (s *SetAutocommitStatementContext) SetAutocommitValue(v antlr.Token)
- func (s *SetAutocommitStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SetAutocommitStatementContext) ZERO_DECIMAL() antlr.TerminalNode
- type SetCharsetContext
- func (s *SetCharsetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetCharsetContext) AllSET() []antlr.TerminalNode
- func (s *SetCharsetContext) CHARACTER() antlr.TerminalNode
- func (s *SetCharsetContext) CHARSET() antlr.TerminalNode
- func (s *SetCharsetContext) CharsetName() ICharsetNameContext
- func (s *SetCharsetContext) DEFAULT() antlr.TerminalNode
- func (s *SetCharsetContext) GetRuleContext() antlr.RuleContext
- func (s *SetCharsetContext) SET(i int) antlr.TerminalNode
- type SetNamesContext
- func (s *SetNamesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetNamesContext) COLLATE() antlr.TerminalNode
- func (s *SetNamesContext) CharsetName() ICharsetNameContext
- func (s *SetNamesContext) CollationName() ICollationNameContext
- func (s *SetNamesContext) DEFAULT() antlr.TerminalNode
- func (s *SetNamesContext) GetRuleContext() antlr.RuleContext
- func (s *SetNamesContext) NAMES() antlr.TerminalNode
- func (s *SetNamesContext) SET() antlr.TerminalNode
- type SetNewValueInsideTriggerContext
- func (s *SetNewValueInsideTriggerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetNewValueInsideTriggerContext) AllCOMMA() []antlr.TerminalNode
- func (s *SetNewValueInsideTriggerContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *SetNewValueInsideTriggerContext) AllExpression() []IExpressionContext
- func (s *SetNewValueInsideTriggerContext) AllFullId() []IFullIdContext
- func (s *SetNewValueInsideTriggerContext) AllVAR_ASSIGN() []antlr.TerminalNode
- func (s *SetNewValueInsideTriggerContext) COMMA(i int) antlr.TerminalNode
- func (s *SetNewValueInsideTriggerContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *SetNewValueInsideTriggerContext) Expression(i int) IExpressionContext
- func (s *SetNewValueInsideTriggerContext) FullId(i int) IFullIdContext
- func (s *SetNewValueInsideTriggerContext) GetRuleContext() antlr.RuleContext
- func (s *SetNewValueInsideTriggerContext) SET() antlr.TerminalNode
- func (s *SetNewValueInsideTriggerContext) VAR_ASSIGN(i int) antlr.TerminalNode
- type SetPasswordContext
- type SetPasswordStatementContext
- func (s *SetPasswordStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetPasswordStatementContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *SetPasswordStatementContext) FOR() antlr.TerminalNode
- func (s *SetPasswordStatementContext) GetParser() antlr.Parser
- func (s *SetPasswordStatementContext) GetRuleContext() antlr.RuleContext
- func (*SetPasswordStatementContext) IsSetPasswordStatementContext()
- func (s *SetPasswordStatementContext) PASSWORD() antlr.TerminalNode
- func (s *SetPasswordStatementContext) PasswordFunctionClause() IPasswordFunctionClauseContext
- func (s *SetPasswordStatementContext) SET() antlr.TerminalNode
- func (s *SetPasswordStatementContext) STRING_LITERAL() antlr.TerminalNode
- func (s *SetPasswordStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SetPasswordStatementContext) UserName() IUserNameContext
- type SetStatementContext
- func (s *SetStatementContext) CopyFrom(ctx *SetStatementContext)
- func (s *SetStatementContext) GetParser() antlr.Parser
- func (s *SetStatementContext) GetRuleContext() antlr.RuleContext
- func (*SetStatementContext) IsSetStatementContext()
- func (s *SetStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SetTransactionContext
- type SetTransactionStatementContext
- func (s *SetTransactionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetTransactionStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *SetTransactionStatementContext) AllTransactionOption() []ITransactionOptionContext
- func (s *SetTransactionStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *SetTransactionStatementContext) GLOBAL() antlr.TerminalNode
- func (s *SetTransactionStatementContext) GetParser() antlr.Parser
- func (s *SetTransactionStatementContext) GetRuleContext() antlr.RuleContext
- func (s *SetTransactionStatementContext) GetTransactionContext() antlr.Token
- func (*SetTransactionStatementContext) IsSetTransactionStatementContext()
- func (s *SetTransactionStatementContext) SESSION() antlr.TerminalNode
- func (s *SetTransactionStatementContext) SET() antlr.TerminalNode
- func (s *SetTransactionStatementContext) SetTransactionContext(v antlr.Token)
- func (s *SetTransactionStatementContext) TRANSACTION() antlr.TerminalNode
- func (s *SetTransactionStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SetTransactionStatementContext) TransactionOption(i int) ITransactionOptionContext
- type SetVariableContext
- func (s *SetVariableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SetVariableContext) AllCOMMA() []antlr.TerminalNode
- func (s *SetVariableContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
- func (s *SetVariableContext) AllExpression() []IExpressionContext
- func (s *SetVariableContext) AllVAR_ASSIGN() []antlr.TerminalNode
- func (s *SetVariableContext) AllVariableClause() []IVariableClauseContext
- func (s *SetVariableContext) COMMA(i int) antlr.TerminalNode
- func (s *SetVariableContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
- func (s *SetVariableContext) Expression(i int) IExpressionContext
- func (s *SetVariableContext) GetRuleContext() antlr.RuleContext
- func (s *SetVariableContext) SET() antlr.TerminalNode
- func (s *SetVariableContext) VAR_ASSIGN(i int) antlr.TerminalNode
- func (s *SetVariableContext) VariableClause(i int) IVariableClauseContext
- type ShortRevokeContext
- func (s *ShortRevokeContext) ALL() antlr.TerminalNode
- func (s *ShortRevokeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShortRevokeContext) AllCOMMA() []antlr.TerminalNode
- func (s *ShortRevokeContext) AllUserName() []IUserNameContext
- func (s *ShortRevokeContext) COMMA(i int) antlr.TerminalNode
- func (s *ShortRevokeContext) FROM() antlr.TerminalNode
- func (s *ShortRevokeContext) GRANT() antlr.TerminalNode
- func (s *ShortRevokeContext) GetRuleContext() antlr.RuleContext
- func (s *ShortRevokeContext) OPTION() antlr.TerminalNode
- func (s *ShortRevokeContext) PRIVILEGES() antlr.TerminalNode
- func (s *ShortRevokeContext) REVOKE() antlr.TerminalNode
- func (s *ShortRevokeContext) UserName(i int) IUserNameContext
- type ShowColumnsContext
- func (s *ShowColumnsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowColumnsContext) AllFROM() []antlr.TerminalNode
- func (s *ShowColumnsContext) AllIN() []antlr.TerminalNode
- func (s *ShowColumnsContext) COLUMNS() antlr.TerminalNode
- func (s *ShowColumnsContext) FIELDS() antlr.TerminalNode
- func (s *ShowColumnsContext) FROM(i int) antlr.TerminalNode
- func (s *ShowColumnsContext) FULL() antlr.TerminalNode
- func (s *ShowColumnsContext) GetColumnsFormat() antlr.Token
- func (s *ShowColumnsContext) GetRuleContext() antlr.RuleContext
- func (s *ShowColumnsContext) GetSchemaFormat() antlr.Token
- func (s *ShowColumnsContext) GetTableFormat() antlr.Token
- func (s *ShowColumnsContext) IN(i int) antlr.TerminalNode
- func (s *ShowColumnsContext) SHOW() antlr.TerminalNode
- func (s *ShowColumnsContext) SetColumnsFormat(v antlr.Token)
- func (s *ShowColumnsContext) SetSchemaFormat(v antlr.Token)
- func (s *ShowColumnsContext) SetTableFormat(v antlr.Token)
- func (s *ShowColumnsContext) ShowFilter() IShowFilterContext
- func (s *ShowColumnsContext) TableName() ITableNameContext
- func (s *ShowColumnsContext) Uid() IUidContext
- type ShowCommonEntityContext
- func (s *ShowCommonEntityContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowCommonEntityContext) CHARACTER() antlr.TerminalNode
- func (s *ShowCommonEntityContext) COLLATION() antlr.TerminalNode
- func (s *ShowCommonEntityContext) DATABASES() antlr.TerminalNode
- func (s *ShowCommonEntityContext) FUNCTION() antlr.TerminalNode
- func (s *ShowCommonEntityContext) GLOBAL() antlr.TerminalNode
- func (s *ShowCommonEntityContext) GetParser() antlr.Parser
- func (s *ShowCommonEntityContext) GetRuleContext() antlr.RuleContext
- func (*ShowCommonEntityContext) IsShowCommonEntityContext()
- func (s *ShowCommonEntityContext) PROCEDURE() antlr.TerminalNode
- func (s *ShowCommonEntityContext) SCHEMAS() antlr.TerminalNode
- func (s *ShowCommonEntityContext) SESSION() antlr.TerminalNode
- func (s *ShowCommonEntityContext) SET() antlr.TerminalNode
- func (s *ShowCommonEntityContext) STATUS() antlr.TerminalNode
- func (s *ShowCommonEntityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ShowCommonEntityContext) VARIABLES() antlr.TerminalNode
- type ShowCountErrorsContext
- func (s *ShowCountErrorsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowCountErrorsContext) COUNT() antlr.TerminalNode
- func (s *ShowCountErrorsContext) ERRORS() antlr.TerminalNode
- func (s *ShowCountErrorsContext) GetErrorFormat() antlr.Token
- func (s *ShowCountErrorsContext) GetRuleContext() antlr.RuleContext
- func (s *ShowCountErrorsContext) LR_BRACKET() antlr.TerminalNode
- func (s *ShowCountErrorsContext) RR_BRACKET() antlr.TerminalNode
- func (s *ShowCountErrorsContext) SHOW() antlr.TerminalNode
- func (s *ShowCountErrorsContext) STAR() antlr.TerminalNode
- func (s *ShowCountErrorsContext) SetErrorFormat(v antlr.Token)
- func (s *ShowCountErrorsContext) WARNINGS() antlr.TerminalNode
- type ShowCreateDbContext
- func (s *ShowCreateDbContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowCreateDbContext) CREATE() antlr.TerminalNode
- func (s *ShowCreateDbContext) DATABASE() antlr.TerminalNode
- func (s *ShowCreateDbContext) GetRuleContext() antlr.RuleContext
- func (s *ShowCreateDbContext) GetSchemaFormat() antlr.Token
- func (s *ShowCreateDbContext) IfNotExists() IIfNotExistsContext
- func (s *ShowCreateDbContext) SCHEMA() antlr.TerminalNode
- func (s *ShowCreateDbContext) SHOW() antlr.TerminalNode
- func (s *ShowCreateDbContext) SetSchemaFormat(v antlr.Token)
- func (s *ShowCreateDbContext) Uid() IUidContext
- type ShowCreateFullIdObjectContext
- func (s *ShowCreateFullIdObjectContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowCreateFullIdObjectContext) CREATE() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) EVENT() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) FUNCTION() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) FullId() IFullIdContext
- func (s *ShowCreateFullIdObjectContext) GetNamedEntity() antlr.Token
- func (s *ShowCreateFullIdObjectContext) GetRuleContext() antlr.RuleContext
- func (s *ShowCreateFullIdObjectContext) PROCEDURE() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) SHOW() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) SetNamedEntity(v antlr.Token)
- func (s *ShowCreateFullIdObjectContext) TABLE() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) TRIGGER() antlr.TerminalNode
- func (s *ShowCreateFullIdObjectContext) VIEW() antlr.TerminalNode
- type ShowCreateUserContext
- func (s *ShowCreateUserContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowCreateUserContext) CREATE() antlr.TerminalNode
- func (s *ShowCreateUserContext) GetRuleContext() antlr.RuleContext
- func (s *ShowCreateUserContext) SHOW() antlr.TerminalNode
- func (s *ShowCreateUserContext) USER() antlr.TerminalNode
- func (s *ShowCreateUserContext) UserName() IUserNameContext
- type ShowEngineContext
- func (s *ShowEngineContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowEngineContext) ENGINE() antlr.TerminalNode
- func (s *ShowEngineContext) EngineName() IEngineNameContext
- func (s *ShowEngineContext) GetEngineOption() antlr.Token
- func (s *ShowEngineContext) GetRuleContext() antlr.RuleContext
- func (s *ShowEngineContext) MUTEX() antlr.TerminalNode
- func (s *ShowEngineContext) SHOW() antlr.TerminalNode
- func (s *ShowEngineContext) STATUS() antlr.TerminalNode
- func (s *ShowEngineContext) SetEngineOption(v antlr.Token)
- type ShowErrorsContext
- func (s *ShowErrorsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowErrorsContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *ShowErrorsContext) COMMA() antlr.TerminalNode
- func (s *ShowErrorsContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *ShowErrorsContext) ERRORS() antlr.TerminalNode
- func (s *ShowErrorsContext) GetErrorFormat() antlr.Token
- func (s *ShowErrorsContext) GetOffset() IDecimalLiteralContext
- func (s *ShowErrorsContext) GetRowCount() IDecimalLiteralContext
- func (s *ShowErrorsContext) GetRuleContext() antlr.RuleContext
- func (s *ShowErrorsContext) LIMIT() antlr.TerminalNode
- func (s *ShowErrorsContext) SHOW() antlr.TerminalNode
- func (s *ShowErrorsContext) SetErrorFormat(v antlr.Token)
- func (s *ShowErrorsContext) SetOffset(v IDecimalLiteralContext)
- func (s *ShowErrorsContext) SetRowCount(v IDecimalLiteralContext)
- func (s *ShowErrorsContext) WARNINGS() antlr.TerminalNode
- type ShowFilterContext
- func (s *ShowFilterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowFilterContext) Expression() IExpressionContext
- func (s *ShowFilterContext) GetParser() antlr.Parser
- func (s *ShowFilterContext) GetRuleContext() antlr.RuleContext
- func (*ShowFilterContext) IsShowFilterContext()
- func (s *ShowFilterContext) LIKE() antlr.TerminalNode
- func (s *ShowFilterContext) STRING_LITERAL() antlr.TerminalNode
- func (s *ShowFilterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ShowFilterContext) WHERE() antlr.TerminalNode
- type ShowGlobalInfoClauseContext
- func (s *ShowGlobalInfoClauseContext) AUTHORS() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowGlobalInfoClauseContext) CONTRIBUTORS() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) ENGINES() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) FULL() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) GetParser() antlr.Parser
- func (s *ShowGlobalInfoClauseContext) GetRuleContext() antlr.RuleContext
- func (s *ShowGlobalInfoClauseContext) HOSTS() antlr.TerminalNode
- func (*ShowGlobalInfoClauseContext) IsShowGlobalInfoClauseContext()
- func (s *ShowGlobalInfoClauseContext) MASTER() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) PLUGINS() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) PRIVILEGES() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) PROCESSLIST() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) PROFILES() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) SLAVE() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) STATUS() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) STORAGE() antlr.TerminalNode
- func (s *ShowGlobalInfoClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ShowGlobalInfoContext
- type ShowGrantsContext
- func (s *ShowGrantsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowGrantsContext) FOR() antlr.TerminalNode
- func (s *ShowGrantsContext) GRANTS() antlr.TerminalNode
- func (s *ShowGrantsContext) GetRuleContext() antlr.RuleContext
- func (s *ShowGrantsContext) SHOW() antlr.TerminalNode
- func (s *ShowGrantsContext) UserName() IUserNameContext
- type ShowIndexesContext
- func (s *ShowIndexesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowIndexesContext) AllFROM() []antlr.TerminalNode
- func (s *ShowIndexesContext) AllIN() []antlr.TerminalNode
- func (s *ShowIndexesContext) Expression() IExpressionContext
- func (s *ShowIndexesContext) FROM(i int) antlr.TerminalNode
- func (s *ShowIndexesContext) GetIndexFormat() antlr.Token
- func (s *ShowIndexesContext) GetRuleContext() antlr.RuleContext
- func (s *ShowIndexesContext) GetSchemaFormat() antlr.Token
- func (s *ShowIndexesContext) GetTableFormat() antlr.Token
- func (s *ShowIndexesContext) IN(i int) antlr.TerminalNode
- func (s *ShowIndexesContext) INDEX() antlr.TerminalNode
- func (s *ShowIndexesContext) INDEXES() antlr.TerminalNode
- func (s *ShowIndexesContext) KEYS() antlr.TerminalNode
- func (s *ShowIndexesContext) SHOW() antlr.TerminalNode
- func (s *ShowIndexesContext) SetIndexFormat(v antlr.Token)
- func (s *ShowIndexesContext) SetSchemaFormat(v antlr.Token)
- func (s *ShowIndexesContext) SetTableFormat(v antlr.Token)
- func (s *ShowIndexesContext) TableName() ITableNameContext
- func (s *ShowIndexesContext) Uid() IUidContext
- func (s *ShowIndexesContext) WHERE() antlr.TerminalNode
- type ShowLogEventsContext
- func (s *ShowLogEventsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowLogEventsContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *ShowLogEventsContext) BINLOG() antlr.TerminalNode
- func (s *ShowLogEventsContext) COMMA() antlr.TerminalNode
- func (s *ShowLogEventsContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *ShowLogEventsContext) EVENTS() antlr.TerminalNode
- func (s *ShowLogEventsContext) FROM() antlr.TerminalNode
- func (s *ShowLogEventsContext) GetFilename() antlr.Token
- func (s *ShowLogEventsContext) GetFromPosition() IDecimalLiteralContext
- func (s *ShowLogEventsContext) GetLogFormat() antlr.Token
- func (s *ShowLogEventsContext) GetOffset() IDecimalLiteralContext
- func (s *ShowLogEventsContext) GetRowCount() IDecimalLiteralContext
- func (s *ShowLogEventsContext) GetRuleContext() antlr.RuleContext
- func (s *ShowLogEventsContext) IN() antlr.TerminalNode
- func (s *ShowLogEventsContext) LIMIT() antlr.TerminalNode
- func (s *ShowLogEventsContext) RELAYLOG() antlr.TerminalNode
- func (s *ShowLogEventsContext) SHOW() antlr.TerminalNode
- func (s *ShowLogEventsContext) STRING_LITERAL() antlr.TerminalNode
- func (s *ShowLogEventsContext) SetFilename(v antlr.Token)
- func (s *ShowLogEventsContext) SetFromPosition(v IDecimalLiteralContext)
- func (s *ShowLogEventsContext) SetLogFormat(v antlr.Token)
- func (s *ShowLogEventsContext) SetOffset(v IDecimalLiteralContext)
- func (s *ShowLogEventsContext) SetRowCount(v IDecimalLiteralContext)
- type ShowMasterLogsContext
- func (s *ShowMasterLogsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowMasterLogsContext) BINARY() antlr.TerminalNode
- func (s *ShowMasterLogsContext) GetLogFormat() antlr.Token
- func (s *ShowMasterLogsContext) GetRuleContext() antlr.RuleContext
- func (s *ShowMasterLogsContext) LOGS() antlr.TerminalNode
- func (s *ShowMasterLogsContext) MASTER() antlr.TerminalNode
- func (s *ShowMasterLogsContext) SHOW() antlr.TerminalNode
- func (s *ShowMasterLogsContext) SetLogFormat(v antlr.Token)
- type ShowObjectFilterContext
- func (s *ShowObjectFilterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowObjectFilterContext) GetRuleContext() antlr.RuleContext
- func (s *ShowObjectFilterContext) SHOW() antlr.TerminalNode
- func (s *ShowObjectFilterContext) ShowCommonEntity() IShowCommonEntityContext
- func (s *ShowObjectFilterContext) ShowFilter() IShowFilterContext
- type ShowOpenTablesContext
- func (s *ShowOpenTablesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowOpenTablesContext) FROM() antlr.TerminalNode
- func (s *ShowOpenTablesContext) GetRuleContext() antlr.RuleContext
- func (s *ShowOpenTablesContext) GetSchemaFormat() antlr.Token
- func (s *ShowOpenTablesContext) IN() antlr.TerminalNode
- func (s *ShowOpenTablesContext) OPEN() antlr.TerminalNode
- func (s *ShowOpenTablesContext) SHOW() antlr.TerminalNode
- func (s *ShowOpenTablesContext) SetSchemaFormat(v antlr.Token)
- func (s *ShowOpenTablesContext) ShowFilter() IShowFilterContext
- func (s *ShowOpenTablesContext) TABLES() antlr.TerminalNode
- func (s *ShowOpenTablesContext) Uid() IUidContext
- type ShowProfileContext
- func (s *ShowProfileContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowProfileContext) AllCOMMA() []antlr.TerminalNode
- func (s *ShowProfileContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *ShowProfileContext) AllShowProfileType() []IShowProfileTypeContext
- func (s *ShowProfileContext) COMMA(i int) antlr.TerminalNode
- func (s *ShowProfileContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *ShowProfileContext) FOR() antlr.TerminalNode
- func (s *ShowProfileContext) GetOffset() IDecimalLiteralContext
- func (s *ShowProfileContext) GetQueryCount() IDecimalLiteralContext
- func (s *ShowProfileContext) GetRowCount() IDecimalLiteralContext
- func (s *ShowProfileContext) GetRuleContext() antlr.RuleContext
- func (s *ShowProfileContext) LIMIT() antlr.TerminalNode
- func (s *ShowProfileContext) PROFILE() antlr.TerminalNode
- func (s *ShowProfileContext) QUERY() antlr.TerminalNode
- func (s *ShowProfileContext) SHOW() antlr.TerminalNode
- func (s *ShowProfileContext) SetOffset(v IDecimalLiteralContext)
- func (s *ShowProfileContext) SetQueryCount(v IDecimalLiteralContext)
- func (s *ShowProfileContext) SetRowCount(v IDecimalLiteralContext)
- func (s *ShowProfileContext) ShowProfileType(i int) IShowProfileTypeContext
- type ShowProfileTypeContext
- func (s *ShowProfileTypeContext) ALL() antlr.TerminalNode
- func (s *ShowProfileTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowProfileTypeContext) BLOCK() antlr.TerminalNode
- func (s *ShowProfileTypeContext) CONTEXT() antlr.TerminalNode
- func (s *ShowProfileTypeContext) CPU() antlr.TerminalNode
- func (s *ShowProfileTypeContext) FAULTS() antlr.TerminalNode
- func (s *ShowProfileTypeContext) GetParser() antlr.Parser
- func (s *ShowProfileTypeContext) GetRuleContext() antlr.RuleContext
- func (s *ShowProfileTypeContext) IO() antlr.TerminalNode
- func (s *ShowProfileTypeContext) IPC() antlr.TerminalNode
- func (*ShowProfileTypeContext) IsShowProfileTypeContext()
- func (s *ShowProfileTypeContext) MEMORY() antlr.TerminalNode
- func (s *ShowProfileTypeContext) PAGE() antlr.TerminalNode
- func (s *ShowProfileTypeContext) SOURCE() antlr.TerminalNode
- func (s *ShowProfileTypeContext) SWAPS() antlr.TerminalNode
- func (s *ShowProfileTypeContext) SWITCHES() antlr.TerminalNode
- func (s *ShowProfileTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ShowRoutineContext
- func (s *ShowRoutineContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowRoutineContext) CODE() antlr.TerminalNode
- func (s *ShowRoutineContext) FUNCTION() antlr.TerminalNode
- func (s *ShowRoutineContext) FullId() IFullIdContext
- func (s *ShowRoutineContext) GetRoutine() antlr.Token
- func (s *ShowRoutineContext) GetRuleContext() antlr.RuleContext
- func (s *ShowRoutineContext) PROCEDURE() antlr.TerminalNode
- func (s *ShowRoutineContext) SHOW() antlr.TerminalNode
- func (s *ShowRoutineContext) SetRoutine(v antlr.Token)
- type ShowSchemaEntityContext
- func (s *ShowSchemaEntityContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowSchemaEntityContext) EVENTS() antlr.TerminalNode
- func (s *ShowSchemaEntityContext) FULL() antlr.TerminalNode
- func (s *ShowSchemaEntityContext) GetParser() antlr.Parser
- func (s *ShowSchemaEntityContext) GetRuleContext() antlr.RuleContext
- func (*ShowSchemaEntityContext) IsShowSchemaEntityContext()
- func (s *ShowSchemaEntityContext) STATUS() antlr.TerminalNode
- func (s *ShowSchemaEntityContext) TABLE() antlr.TerminalNode
- func (s *ShowSchemaEntityContext) TABLES() antlr.TerminalNode
- func (s *ShowSchemaEntityContext) TRIGGERS() antlr.TerminalNode
- func (s *ShowSchemaEntityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ShowSchemaFilterContext
- func (s *ShowSchemaFilterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowSchemaFilterContext) FROM() antlr.TerminalNode
- func (s *ShowSchemaFilterContext) GetRuleContext() antlr.RuleContext
- func (s *ShowSchemaFilterContext) GetSchemaFormat() antlr.Token
- func (s *ShowSchemaFilterContext) IN() antlr.TerminalNode
- func (s *ShowSchemaFilterContext) SHOW() antlr.TerminalNode
- func (s *ShowSchemaFilterContext) SetSchemaFormat(v antlr.Token)
- func (s *ShowSchemaFilterContext) ShowFilter() IShowFilterContext
- func (s *ShowSchemaFilterContext) ShowSchemaEntity() IShowSchemaEntityContext
- func (s *ShowSchemaFilterContext) Uid() IUidContext
- type ShowSlaveStatusContext
- func (s *ShowSlaveStatusContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShowSlaveStatusContext) CHANNEL() antlr.TerminalNode
- func (s *ShowSlaveStatusContext) FOR() antlr.TerminalNode
- func (s *ShowSlaveStatusContext) GetRuleContext() antlr.RuleContext
- func (s *ShowSlaveStatusContext) SHOW() antlr.TerminalNode
- func (s *ShowSlaveStatusContext) SLAVE() antlr.TerminalNode
- func (s *ShowSlaveStatusContext) STATUS() antlr.TerminalNode
- func (s *ShowSlaveStatusContext) STRING_LITERAL() antlr.TerminalNode
- type ShowStatementContext
- func (s *ShowStatementContext) CopyFrom(ctx *ShowStatementContext)
- func (s *ShowStatementContext) GetParser() antlr.Parser
- func (s *ShowStatementContext) GetRuleContext() antlr.RuleContext
- func (*ShowStatementContext) IsShowStatementContext()
- func (s *ShowStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ShutdownStatementContext
- func (s *ShutdownStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ShutdownStatementContext) GetParser() antlr.Parser
- func (s *ShutdownStatementContext) GetRuleContext() antlr.RuleContext
- func (*ShutdownStatementContext) IsShutdownStatementContext()
- func (s *ShutdownStatementContext) SHUTDOWN() antlr.TerminalNode
- func (s *ShutdownStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SignalConditionInformationContext
- func (s *SignalConditionInformationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SignalConditionInformationContext) CATALOG_NAME() antlr.TerminalNode
- func (s *SignalConditionInformationContext) CLASS_ORIGIN() antlr.TerminalNode
- func (s *SignalConditionInformationContext) COLUMN_NAME() antlr.TerminalNode
- func (s *SignalConditionInformationContext) CONSTRAINT_CATALOG() antlr.TerminalNode
- func (s *SignalConditionInformationContext) CONSTRAINT_NAME() antlr.TerminalNode
- func (s *SignalConditionInformationContext) CONSTRAINT_SCHEMA() antlr.TerminalNode
- func (s *SignalConditionInformationContext) CURSOR_NAME() antlr.TerminalNode
- func (s *SignalConditionInformationContext) DECIMAL_LITERAL() antlr.TerminalNode
- func (s *SignalConditionInformationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *SignalConditionInformationContext) GetParser() antlr.Parser
- func (s *SignalConditionInformationContext) GetRuleContext() antlr.RuleContext
- func (*SignalConditionInformationContext) IsSignalConditionInformationContext()
- func (s *SignalConditionInformationContext) MESSAGE_TEXT() antlr.TerminalNode
- func (s *SignalConditionInformationContext) MYSQL_ERRNO() antlr.TerminalNode
- func (s *SignalConditionInformationContext) MysqlVariable() IMysqlVariableContext
- func (s *SignalConditionInformationContext) SCHEMA_NAME() antlr.TerminalNode
- func (s *SignalConditionInformationContext) SUBCLASS_ORIGIN() antlr.TerminalNode
- func (s *SignalConditionInformationContext) SimpleId() ISimpleIdContext
- func (s *SignalConditionInformationContext) StringLiteral() IStringLiteralContext
- func (s *SignalConditionInformationContext) TABLE_NAME() antlr.TerminalNode
- func (s *SignalConditionInformationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SignalStatementContext
- func (s *SignalStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SignalStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *SignalStatementContext) AllSignalConditionInformation() []ISignalConditionInformationContext
- func (s *SignalStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *SignalStatementContext) GetParser() antlr.Parser
- func (s *SignalStatementContext) GetRuleContext() antlr.RuleContext
- func (s *SignalStatementContext) ID() antlr.TerminalNode
- func (*SignalStatementContext) IsSignalStatementContext()
- func (s *SignalStatementContext) REVERSE_QUOTE_ID() antlr.TerminalNode
- func (s *SignalStatementContext) SET() antlr.TerminalNode
- func (s *SignalStatementContext) SIGNAL() antlr.TerminalNode
- func (s *SignalStatementContext) SQLSTATE() antlr.TerminalNode
- func (s *SignalStatementContext) SignalConditionInformation(i int) ISignalConditionInformationContext
- func (s *SignalStatementContext) StringLiteral() IStringLiteralContext
- func (s *SignalStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SignalStatementContext) VALUE() antlr.TerminalNode
- type SimpleAuthOptionContext
- type SimpleDataTypeContext
- func (s *SimpleDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleDataTypeContext) BOOL() antlr.TerminalNode
- func (s *SimpleDataTypeContext) BOOLEAN() antlr.TerminalNode
- func (s *SimpleDataTypeContext) DATE() antlr.TerminalNode
- func (s *SimpleDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *SimpleDataTypeContext) GetTypeName() antlr.Token
- func (s *SimpleDataTypeContext) LONGBLOB() antlr.TerminalNode
- func (s *SimpleDataTypeContext) MEDIUMBLOB() antlr.TerminalNode
- func (s *SimpleDataTypeContext) SERIAL() antlr.TerminalNode
- func (s *SimpleDataTypeContext) SetTypeName(v antlr.Token)
- func (s *SimpleDataTypeContext) TINYBLOB() antlr.TerminalNode
- type SimpleDescribeStatementContext
- func (s *SimpleDescribeStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleDescribeStatementContext) DESC() antlr.TerminalNode
- func (s *SimpleDescribeStatementContext) DESCRIBE() antlr.TerminalNode
- func (s *SimpleDescribeStatementContext) EXPLAIN() antlr.TerminalNode
- func (s *SimpleDescribeStatementContext) GetColumn() IUidContext
- func (s *SimpleDescribeStatementContext) GetCommand() antlr.Token
- func (s *SimpleDescribeStatementContext) GetParser() antlr.Parser
- func (s *SimpleDescribeStatementContext) GetPattern() antlr.Token
- func (s *SimpleDescribeStatementContext) GetRuleContext() antlr.RuleContext
- func (*SimpleDescribeStatementContext) IsSimpleDescribeStatementContext()
- func (s *SimpleDescribeStatementContext) STRING_LITERAL() antlr.TerminalNode
- func (s *SimpleDescribeStatementContext) SetColumn(v IUidContext)
- func (s *SimpleDescribeStatementContext) SetCommand(v antlr.Token)
- func (s *SimpleDescribeStatementContext) SetPattern(v antlr.Token)
- func (s *SimpleDescribeStatementContext) TableName() ITableNameContext
- func (s *SimpleDescribeStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SimpleDescribeStatementContext) Uid() IUidContext
- type SimpleFlushOptionContext
- func (s *SimpleFlushOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleFlushOptionContext) BINARY() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) CACHE() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) DES_KEY_FILE() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) ENGINE() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) ERROR() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) GENERAL() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) GetRuleContext() antlr.RuleContext
- func (s *SimpleFlushOptionContext) HOSTS() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) LOCK() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) LOGS() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) OPTIMIZER_COSTS() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) PRIVILEGES() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) QUERY() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) READ() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) RELAY() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) SLOW() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) STATUS() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) TABLES() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) USER_RESOURCES() antlr.TerminalNode
- func (s *SimpleFlushOptionContext) WITH() antlr.TerminalNode
- type SimpleFunctionCallContext
- func (s *SimpleFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleFunctionCallContext) CURRENT_DATE() antlr.TerminalNode
- func (s *SimpleFunctionCallContext) CURRENT_TIME() antlr.TerminalNode
- func (s *SimpleFunctionCallContext) CURRENT_TIMESTAMP() antlr.TerminalNode
- func (s *SimpleFunctionCallContext) CURRENT_USER() antlr.TerminalNode
- func (s *SimpleFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *SimpleFunctionCallContext) LOCALTIME() antlr.TerminalNode
- func (s *SimpleFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *SimpleFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- type SimpleIdContext
- func (s *SimpleIdContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleIdContext) CharsetNameBase() ICharsetNameBaseContext
- func (s *SimpleIdContext) DataTypeBase() IDataTypeBaseContext
- func (s *SimpleIdContext) EngineName() IEngineNameContext
- func (s *SimpleIdContext) FunctionNameBase() IFunctionNameBaseContext
- func (s *SimpleIdContext) GetParser() antlr.Parser
- func (s *SimpleIdContext) GetRuleContext() antlr.RuleContext
- func (s *SimpleIdContext) ID() antlr.TerminalNode
- func (s *SimpleIdContext) IntervalTypeBase() IIntervalTypeBaseContext
- func (*SimpleIdContext) IsSimpleIdContext()
- func (s *SimpleIdContext) KeywordsCanBeId() IKeywordsCanBeIdContext
- func (s *SimpleIdContext) PrivilegesBase() IPrivilegesBaseContext
- func (s *SimpleIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SimpleIdContext) TransactionLevelBase() ITransactionLevelBaseContext
- type SimpleIndexDeclarationContext
- func (s *SimpleIndexDeclarationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleIndexDeclarationContext) AllIndexOption() []IIndexOptionContext
- func (s *SimpleIndexDeclarationContext) GetIndexFormat() antlr.Token
- func (s *SimpleIndexDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *SimpleIndexDeclarationContext) INDEX() antlr.TerminalNode
- func (s *SimpleIndexDeclarationContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *SimpleIndexDeclarationContext) IndexOption(i int) IIndexOptionContext
- func (s *SimpleIndexDeclarationContext) IndexType() IIndexTypeContext
- func (s *SimpleIndexDeclarationContext) KEY() antlr.TerminalNode
- func (s *SimpleIndexDeclarationContext) SetIndexFormat(v antlr.Token)
- func (s *SimpleIndexDeclarationContext) Uid() IUidContext
- type SimpleSelectContext
- type SimpleStringsContext
- func (s *SimpleStringsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SimpleStringsContext) AllCOMMA() []antlr.TerminalNode
- func (s *SimpleStringsContext) AllSTRING_LITERAL() []antlr.TerminalNode
- func (s *SimpleStringsContext) COMMA(i int) antlr.TerminalNode
- func (s *SimpleStringsContext) GetParser() antlr.Parser
- func (s *SimpleStringsContext) GetRuleContext() antlr.RuleContext
- func (*SimpleStringsContext) IsSimpleStringsContext()
- func (s *SimpleStringsContext) STRING_LITERAL(i int) antlr.TerminalNode
- func (s *SimpleStringsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SingleDeleteStatementContext
- func (s *SingleDeleteStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SingleDeleteStatementContext) DELETE() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) Expression() IExpressionContext
- func (s *SingleDeleteStatementContext) FROM() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) GetParser() antlr.Parser
- func (s *SingleDeleteStatementContext) GetPriority() antlr.Token
- func (s *SingleDeleteStatementContext) GetRuleContext() antlr.RuleContext
- func (s *SingleDeleteStatementContext) IGNORE() antlr.TerminalNode
- func (*SingleDeleteStatementContext) IsSingleDeleteStatementContext()
- func (s *SingleDeleteStatementContext) LIMIT() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) LR_BRACKET() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) LimitClauseAtom() ILimitClauseAtomContext
- func (s *SingleDeleteStatementContext) OrderByClause() IOrderByClauseContext
- func (s *SingleDeleteStatementContext) PARTITION() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) QUICK() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) RR_BRACKET() antlr.TerminalNode
- func (s *SingleDeleteStatementContext) SetPriority(v antlr.Token)
- func (s *SingleDeleteStatementContext) TableName() ITableNameContext
- func (s *SingleDeleteStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SingleDeleteStatementContext) UidList() IUidListContext
- func (s *SingleDeleteStatementContext) WHERE() antlr.TerminalNode
- type SingleUpdateStatementContext
- func (s *SingleUpdateStatementContext) AS() antlr.TerminalNode
- func (s *SingleUpdateStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SingleUpdateStatementContext) AllCOMMA() []antlr.TerminalNode
- func (s *SingleUpdateStatementContext) AllUpdatedElement() []IUpdatedElementContext
- func (s *SingleUpdateStatementContext) COMMA(i int) antlr.TerminalNode
- func (s *SingleUpdateStatementContext) Expression() IExpressionContext
- func (s *SingleUpdateStatementContext) GetParser() antlr.Parser
- func (s *SingleUpdateStatementContext) GetPriority() antlr.Token
- func (s *SingleUpdateStatementContext) GetRuleContext() antlr.RuleContext
- func (s *SingleUpdateStatementContext) IGNORE() antlr.TerminalNode
- func (*SingleUpdateStatementContext) IsSingleUpdateStatementContext()
- func (s *SingleUpdateStatementContext) LOW_PRIORITY() antlr.TerminalNode
- func (s *SingleUpdateStatementContext) LimitClause() ILimitClauseContext
- func (s *SingleUpdateStatementContext) OrderByClause() IOrderByClauseContext
- func (s *SingleUpdateStatementContext) SET() antlr.TerminalNode
- func (s *SingleUpdateStatementContext) SetPriority(v antlr.Token)
- func (s *SingleUpdateStatementContext) TableName() ITableNameContext
- func (s *SingleUpdateStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SingleUpdateStatementContext) UPDATE() antlr.TerminalNode
- func (s *SingleUpdateStatementContext) Uid() IUidContext
- func (s *SingleUpdateStatementContext) UpdatedElement(i int) IUpdatedElementContext
- func (s *SingleUpdateStatementContext) WHERE() antlr.TerminalNode
- type SoundsLikePredicateContext
- func (s *SoundsLikePredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SoundsLikePredicateContext) AllPredicate() []IPredicateContext
- func (s *SoundsLikePredicateContext) GetRuleContext() antlr.RuleContext
- func (s *SoundsLikePredicateContext) LIKE() antlr.TerminalNode
- func (s *SoundsLikePredicateContext) Predicate(i int) IPredicateContext
- func (s *SoundsLikePredicateContext) SOUNDS() antlr.TerminalNode
- type SpatialDataTypeContext
- func (s *SpatialDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SpatialDataTypeContext) GEOMCOLLECTION() antlr.TerminalNode
- func (s *SpatialDataTypeContext) GEOMETRY() antlr.TerminalNode
- func (s *SpatialDataTypeContext) GEOMETRYCOLLECTION() antlr.TerminalNode
- func (s *SpatialDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *SpatialDataTypeContext) GetTypeName() antlr.Token
- func (s *SpatialDataTypeContext) JSON() antlr.TerminalNode
- func (s *SpatialDataTypeContext) LINESTRING() antlr.TerminalNode
- func (s *SpatialDataTypeContext) MULTILINESTRING() antlr.TerminalNode
- func (s *SpatialDataTypeContext) MULTIPOINT() antlr.TerminalNode
- func (s *SpatialDataTypeContext) MULTIPOLYGON() antlr.TerminalNode
- func (s *SpatialDataTypeContext) POINT() antlr.TerminalNode
- func (s *SpatialDataTypeContext) POLYGON() antlr.TerminalNode
- func (s *SpatialDataTypeContext) SetTypeName(v antlr.Token)
- type SpecialIndexDeclarationContext
- func (s *SpecialIndexDeclarationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SpecialIndexDeclarationContext) AllIndexOption() []IIndexOptionContext
- func (s *SpecialIndexDeclarationContext) FULLTEXT() antlr.TerminalNode
- func (s *SpecialIndexDeclarationContext) GetIndexFormat() antlr.Token
- func (s *SpecialIndexDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *SpecialIndexDeclarationContext) INDEX() antlr.TerminalNode
- func (s *SpecialIndexDeclarationContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *SpecialIndexDeclarationContext) IndexOption(i int) IIndexOptionContext
- func (s *SpecialIndexDeclarationContext) KEY() antlr.TerminalNode
- func (s *SpecialIndexDeclarationContext) SPATIAL() antlr.TerminalNode
- func (s *SpecialIndexDeclarationContext) SetIndexFormat(v antlr.Token)
- func (s *SpecialIndexDeclarationContext) Uid() IUidContext
- type SpecificFunctionCallContext
- type SpecificFunctionContext
- func (s *SpecificFunctionContext) CopyFrom(ctx *SpecificFunctionContext)
- func (s *SpecificFunctionContext) GetParser() antlr.Parser
- func (s *SpecificFunctionContext) GetRuleContext() antlr.RuleContext
- func (*SpecificFunctionContext) IsSpecificFunctionContext()
- func (s *SpecificFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SqlGapsUntilOptionContext
- type SqlStatementContext
- func (s *SqlStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SqlStatementContext) AdministrationStatement() IAdministrationStatementContext
- func (s *SqlStatementContext) DdlStatement() IDdlStatementContext
- func (s *SqlStatementContext) DmlStatement() IDmlStatementContext
- func (s *SqlStatementContext) GetParser() antlr.Parser
- func (s *SqlStatementContext) GetRuleContext() antlr.RuleContext
- func (*SqlStatementContext) IsSqlStatementContext()
- func (s *SqlStatementContext) PreparedStatement() IPreparedStatementContext
- func (s *SqlStatementContext) ReplicationStatement() IReplicationStatementContext
- func (s *SqlStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SqlStatementContext) TransactionStatement() ITransactionStatementContext
- func (s *SqlStatementContext) UtilityStatement() IUtilityStatementContext
- type SqlStatementsContext
- func (s *SqlStatementsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SqlStatementsContext) AllEmptyStatement() []IEmptyStatementContext
- func (s *SqlStatementsContext) AllMINUSMINUS() []antlr.TerminalNode
- func (s *SqlStatementsContext) AllSEMI() []antlr.TerminalNode
- func (s *SqlStatementsContext) AllSqlStatement() []ISqlStatementContext
- func (s *SqlStatementsContext) EmptyStatement(i int) IEmptyStatementContext
- func (s *SqlStatementsContext) GetParser() antlr.Parser
- func (s *SqlStatementsContext) GetRuleContext() antlr.RuleContext
- func (*SqlStatementsContext) IsSqlStatementsContext()
- func (s *SqlStatementsContext) MINUSMINUS(i int) antlr.TerminalNode
- func (s *SqlStatementsContext) SEMI(i int) antlr.TerminalNode
- func (s *SqlStatementsContext) SqlStatement(i int) ISqlStatementContext
- func (s *SqlStatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StartGroupReplicationContext
- func (s *StartGroupReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StartGroupReplicationContext) GROUP_REPLICATION() antlr.TerminalNode
- func (s *StartGroupReplicationContext) GetParser() antlr.Parser
- func (s *StartGroupReplicationContext) GetRuleContext() antlr.RuleContext
- func (*StartGroupReplicationContext) IsStartGroupReplicationContext()
- func (s *StartGroupReplicationContext) START() antlr.TerminalNode
- func (s *StartGroupReplicationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StartSlaveContext
- func (s *StartSlaveContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StartSlaveContext) AllCOMMA() []antlr.TerminalNode
- func (s *StartSlaveContext) AllConnectionOption() []IConnectionOptionContext
- func (s *StartSlaveContext) AllThreadType() []IThreadTypeContext
- func (s *StartSlaveContext) COMMA(i int) antlr.TerminalNode
- func (s *StartSlaveContext) ChannelOption() IChannelOptionContext
- func (s *StartSlaveContext) ConnectionOption(i int) IConnectionOptionContext
- func (s *StartSlaveContext) GetParser() antlr.Parser
- func (s *StartSlaveContext) GetRuleContext() antlr.RuleContext
- func (*StartSlaveContext) IsStartSlaveContext()
- func (s *StartSlaveContext) SLAVE() antlr.TerminalNode
- func (s *StartSlaveContext) START() antlr.TerminalNode
- func (s *StartSlaveContext) ThreadType(i int) IThreadTypeContext
- func (s *StartSlaveContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *StartSlaveContext) UNTIL() antlr.TerminalNode
- func (s *StartSlaveContext) UntilOption() IUntilOptionContext
- type StartTransactionContext
- func (s *StartTransactionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StartTransactionContext) AllCOMMA() []antlr.TerminalNode
- func (s *StartTransactionContext) AllTransactionMode() []ITransactionModeContext
- func (s *StartTransactionContext) COMMA(i int) antlr.TerminalNode
- func (s *StartTransactionContext) GetParser() antlr.Parser
- func (s *StartTransactionContext) GetRuleContext() antlr.RuleContext
- func (*StartTransactionContext) IsStartTransactionContext()
- func (s *StartTransactionContext) START() antlr.TerminalNode
- func (s *StartTransactionContext) TRANSACTION() antlr.TerminalNode
- func (s *StartTransactionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *StartTransactionContext) TransactionMode(i int) ITransactionModeContext
- type StopGroupReplicationContext
- func (s *StopGroupReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StopGroupReplicationContext) GROUP_REPLICATION() antlr.TerminalNode
- func (s *StopGroupReplicationContext) GetParser() antlr.Parser
- func (s *StopGroupReplicationContext) GetRuleContext() antlr.RuleContext
- func (*StopGroupReplicationContext) IsStopGroupReplicationContext()
- func (s *StopGroupReplicationContext) STOP() antlr.TerminalNode
- func (s *StopGroupReplicationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StopSlaveContext
- func (s *StopSlaveContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StopSlaveContext) AllCOMMA() []antlr.TerminalNode
- func (s *StopSlaveContext) AllThreadType() []IThreadTypeContext
- func (s *StopSlaveContext) COMMA(i int) antlr.TerminalNode
- func (s *StopSlaveContext) GetParser() antlr.Parser
- func (s *StopSlaveContext) GetRuleContext() antlr.RuleContext
- func (*StopSlaveContext) IsStopSlaveContext()
- func (s *StopSlaveContext) SLAVE() antlr.TerminalNode
- func (s *StopSlaveContext) STOP() antlr.TerminalNode
- func (s *StopSlaveContext) ThreadType(i int) IThreadTypeContext
- func (s *StopSlaveContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StorageColumnConstraintContext
- func (s *StorageColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StorageColumnConstraintContext) DEFAULT() antlr.TerminalNode
- func (s *StorageColumnConstraintContext) DISK() antlr.TerminalNode
- func (s *StorageColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *StorageColumnConstraintContext) GetStorageval() antlr.Token
- func (s *StorageColumnConstraintContext) MEMORY() antlr.TerminalNode
- func (s *StorageColumnConstraintContext) STORAGE() antlr.TerminalNode
- func (s *StorageColumnConstraintContext) SetStorageval(v antlr.Token)
- type StraightJoinContext
- func (s *StraightJoinContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StraightJoinContext) Expression() IExpressionContext
- func (s *StraightJoinContext) GetRuleContext() antlr.RuleContext
- func (s *StraightJoinContext) ON() antlr.TerminalNode
- func (s *StraightJoinContext) STRAIGHT_JOIN() antlr.TerminalNode
- func (s *StraightJoinContext) TableSourceItem() ITableSourceItemContext
- type StringAuthOptionContext
- func (s *StringAuthOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StringAuthOptionContext) AuthPlugin() IAuthPluginContext
- func (s *StringAuthOptionContext) BY() antlr.TerminalNode
- func (s *StringAuthOptionContext) GetRuleContext() antlr.RuleContext
- func (s *StringAuthOptionContext) IDENTIFIED() antlr.TerminalNode
- func (s *StringAuthOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *StringAuthOptionContext) UserName() IUserNameContext
- func (s *StringAuthOptionContext) WITH() antlr.TerminalNode
- type StringDataTypeContext
- func (s *StringDataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StringDataTypeContext) AllBINARY() []antlr.TerminalNode
- func (s *StringDataTypeContext) AllCHARACTER() []antlr.TerminalNode
- func (s *StringDataTypeContext) BINARY(i int) antlr.TerminalNode
- func (s *StringDataTypeContext) CHAR() antlr.TerminalNode
- func (s *StringDataTypeContext) CHARACTER(i int) antlr.TerminalNode
- func (s *StringDataTypeContext) CHARSET() antlr.TerminalNode
- func (s *StringDataTypeContext) COLLATE() antlr.TerminalNode
- func (s *StringDataTypeContext) CharsetName() ICharsetNameContext
- func (s *StringDataTypeContext) CollationName() ICollationNameContext
- func (s *StringDataTypeContext) GetBinaryType() antlr.Token
- func (s *StringDataTypeContext) GetCollateBinary() antlr.Token
- func (s *StringDataTypeContext) GetRuleContext() antlr.RuleContext
- func (s *StringDataTypeContext) GetTypeName() antlr.Token
- func (s *StringDataTypeContext) LONG() antlr.TerminalNode
- func (s *StringDataTypeContext) LONGTEXT() antlr.TerminalNode
- func (s *StringDataTypeContext) LengthOneDimension() ILengthOneDimensionContext
- func (s *StringDataTypeContext) MEDIUMTEXT() antlr.TerminalNode
- func (s *StringDataTypeContext) NCHAR() antlr.TerminalNode
- func (s *StringDataTypeContext) NVARCHAR() antlr.TerminalNode
- func (s *StringDataTypeContext) SET() antlr.TerminalNode
- func (s *StringDataTypeContext) SetBinaryType(v antlr.Token)
- func (s *StringDataTypeContext) SetCollateBinary(v antlr.Token)
- func (s *StringDataTypeContext) SetTypeName(v antlr.Token)
- func (s *StringDataTypeContext) TEXT() antlr.TerminalNode
- func (s *StringDataTypeContext) TINYTEXT() antlr.TerminalNode
- func (s *StringDataTypeContext) VARCHAR() antlr.TerminalNode
- func (s *StringDataTypeContext) VARYING() antlr.TerminalNode
- type StringLiteralContext
- func (s *StringLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StringLiteralContext) AllSTRING_LITERAL() []antlr.TerminalNode
- func (s *StringLiteralContext) COLLATE() antlr.TerminalNode
- func (s *StringLiteralContext) CollationName() ICollationNameContext
- func (s *StringLiteralContext) GetParser() antlr.Parser
- func (s *StringLiteralContext) GetRuleContext() antlr.RuleContext
- func (*StringLiteralContext) IsStringLiteralContext()
- func (s *StringLiteralContext) START_NATIONAL_STRING_LITERAL() antlr.TerminalNode
- func (s *StringLiteralContext) STRING_CHARSET_NAME() antlr.TerminalNode
- func (s *StringLiteralContext) STRING_LITERAL(i int) antlr.TerminalNode
- func (s *StringLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StringMasterOptionContext
- func (s *StringMasterOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StringMasterOptionContext) GetParser() antlr.Parser
- func (s *StringMasterOptionContext) GetRuleContext() antlr.RuleContext
- func (*StringMasterOptionContext) IsStringMasterOptionContext()
- func (s *StringMasterOptionContext) MASTER_BIND() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_HOST() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_LOG_FILE() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_PASSWORD() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_CA() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_CAPATH() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_CERT() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_CIPHER() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_CRL() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_CRLPATH() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_SSL_KEY() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_TLS_VERSION() antlr.TerminalNode
- func (s *StringMasterOptionContext) MASTER_USER() antlr.TerminalNode
- func (s *StringMasterOptionContext) RELAY_LOG_FILE() antlr.TerminalNode
- func (s *StringMasterOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SubPartitionFunctionHashContext
- func (s *SubPartitionFunctionHashContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubPartitionFunctionHashContext) Expression() IExpressionContext
- func (s *SubPartitionFunctionHashContext) GetRuleContext() antlr.RuleContext
- func (s *SubPartitionFunctionHashContext) HASH() antlr.TerminalNode
- func (s *SubPartitionFunctionHashContext) LINEAR() antlr.TerminalNode
- func (s *SubPartitionFunctionHashContext) LR_BRACKET() antlr.TerminalNode
- func (s *SubPartitionFunctionHashContext) RR_BRACKET() antlr.TerminalNode
- type SubPartitionFunctionKeyContext
- func (s *SubPartitionFunctionKeyContext) ALGORITHM() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubPartitionFunctionKeyContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) GetAlgType() antlr.Token
- func (s *SubPartitionFunctionKeyContext) GetRuleContext() antlr.RuleContext
- func (s *SubPartitionFunctionKeyContext) KEY() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) LINEAR() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) LR_BRACKET() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) RR_BRACKET() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) SetAlgType(v antlr.Token)
- func (s *SubPartitionFunctionKeyContext) TWO_DECIMAL() antlr.TerminalNode
- func (s *SubPartitionFunctionKeyContext) UidList() IUidListContext
- type SubpartitionDefinitionContext
- func (s *SubpartitionDefinitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubpartitionDefinitionContext) AllPartitionOption() []IPartitionOptionContext
- func (s *SubpartitionDefinitionContext) GetParser() antlr.Parser
- func (s *SubpartitionDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*SubpartitionDefinitionContext) IsSubpartitionDefinitionContext()
- func (s *SubpartitionDefinitionContext) PartitionOption(i int) IPartitionOptionContext
- func (s *SubpartitionDefinitionContext) SUBPARTITION() antlr.TerminalNode
- func (s *SubpartitionDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SubpartitionDefinitionContext) Uid() IUidContext
- type SubpartitionFunctionDefinitionContext
- func (s *SubpartitionFunctionDefinitionContext) CopyFrom(ctx *SubpartitionFunctionDefinitionContext)
- func (s *SubpartitionFunctionDefinitionContext) GetParser() antlr.Parser
- func (s *SubpartitionFunctionDefinitionContext) GetRuleContext() antlr.RuleContext
- func (*SubpartitionFunctionDefinitionContext) IsSubpartitionFunctionDefinitionContext()
- func (s *SubpartitionFunctionDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SubqueryComparisonPredicateContext
- func (s *SubqueryComparisonPredicateContext) ALL() antlr.TerminalNode
- func (s *SubqueryComparisonPredicateContext) ANY() antlr.TerminalNode
- func (s *SubqueryComparisonPredicateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubqueryComparisonPredicateContext) ComparisonOperator() IComparisonOperatorContext
- func (s *SubqueryComparisonPredicateContext) GetQuantifier() antlr.Token
- func (s *SubqueryComparisonPredicateContext) GetRuleContext() antlr.RuleContext
- func (s *SubqueryComparisonPredicateContext) LR_BRACKET() antlr.TerminalNode
- func (s *SubqueryComparisonPredicateContext) Predicate() IPredicateContext
- func (s *SubqueryComparisonPredicateContext) RR_BRACKET() antlr.TerminalNode
- func (s *SubqueryComparisonPredicateContext) SOME() antlr.TerminalNode
- func (s *SubqueryComparisonPredicateContext) SelectStatement() ISelectStatementContext
- func (s *SubqueryComparisonPredicateContext) SetQuantifier(v antlr.Token)
- type SubqueryExpressionAtomContext
- func (s *SubqueryExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubqueryExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *SubqueryExpressionAtomContext) LR_BRACKET() antlr.TerminalNode
- func (s *SubqueryExpressionAtomContext) RR_BRACKET() antlr.TerminalNode
- func (s *SubqueryExpressionAtomContext) SelectStatement() ISelectStatementContext
- type SubqueryTableItemContext
- func (s *SubqueryTableItemContext) AS() antlr.TerminalNode
- func (s *SubqueryTableItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubqueryTableItemContext) GetAlias() IUidContext
- func (s *SubqueryTableItemContext) GetParenthesisSubquery() ISelectStatementContext
- func (s *SubqueryTableItemContext) GetRuleContext() antlr.RuleContext
- func (s *SubqueryTableItemContext) LR_BRACKET() antlr.TerminalNode
- func (s *SubqueryTableItemContext) RR_BRACKET() antlr.TerminalNode
- func (s *SubqueryTableItemContext) SelectStatement() ISelectStatementContext
- func (s *SubqueryTableItemContext) SetAlias(v IUidContext)
- func (s *SubqueryTableItemContext) SetParenthesisSubquery(v ISelectStatementContext)
- func (s *SubqueryTableItemContext) Uid() IUidContext
- type SubstrFunctionCallContext
- func (s *SubstrFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubstrFunctionCallContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *SubstrFunctionCallContext) AllExpression() []IExpressionContext
- func (s *SubstrFunctionCallContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *SubstrFunctionCallContext) Expression(i int) IExpressionContext
- func (s *SubstrFunctionCallContext) FOR() antlr.TerminalNode
- func (s *SubstrFunctionCallContext) FROM() antlr.TerminalNode
- func (s *SubstrFunctionCallContext) GetForDecimal() IDecimalLiteralContext
- func (s *SubstrFunctionCallContext) GetForExpression() IExpressionContext
- func (s *SubstrFunctionCallContext) GetFromDecimal() IDecimalLiteralContext
- func (s *SubstrFunctionCallContext) GetFromExpression() IExpressionContext
- func (s *SubstrFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *SubstrFunctionCallContext) GetSourceExpression() IExpressionContext
- func (s *SubstrFunctionCallContext) GetSourceString() IStringLiteralContext
- func (s *SubstrFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *SubstrFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *SubstrFunctionCallContext) SUBSTR() antlr.TerminalNode
- func (s *SubstrFunctionCallContext) SUBSTRING() antlr.TerminalNode
- func (s *SubstrFunctionCallContext) SetForDecimal(v IDecimalLiteralContext)
- func (s *SubstrFunctionCallContext) SetForExpression(v IExpressionContext)
- func (s *SubstrFunctionCallContext) SetFromDecimal(v IDecimalLiteralContext)
- func (s *SubstrFunctionCallContext) SetFromExpression(v IExpressionContext)
- func (s *SubstrFunctionCallContext) SetSourceExpression(v IExpressionContext)
- func (s *SubstrFunctionCallContext) SetSourceString(v IStringLiteralContext)
- func (s *SubstrFunctionCallContext) StringLiteral() IStringLiteralContext
- type TableConstraintContext
- func (s *TableConstraintContext) CopyFrom(ctx *TableConstraintContext)
- func (s *TableConstraintContext) GetParser() antlr.Parser
- func (s *TableConstraintContext) GetRuleContext() antlr.RuleContext
- func (*TableConstraintContext) IsTableConstraintContext()
- func (s *TableConstraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableFlushOptionContext
- func (s *TableFlushOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableFlushOptionContext) FlushTableOption() IFlushTableOptionContext
- func (s *TableFlushOptionContext) GetRuleContext() antlr.RuleContext
- func (s *TableFlushOptionContext) TABLES() antlr.TerminalNode
- func (s *TableFlushOptionContext) Tables() ITablesContext
- type TableIndexesContext
- func (s *TableIndexesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableIndexesContext) GetIndexFormat() antlr.Token
- func (s *TableIndexesContext) GetParser() antlr.Parser
- func (s *TableIndexesContext) GetRuleContext() antlr.RuleContext
- func (s *TableIndexesContext) INDEX() antlr.TerminalNode
- func (*TableIndexesContext) IsTableIndexesContext()
- func (s *TableIndexesContext) KEY() antlr.TerminalNode
- func (s *TableIndexesContext) LR_BRACKET() antlr.TerminalNode
- func (s *TableIndexesContext) RR_BRACKET() antlr.TerminalNode
- func (s *TableIndexesContext) SetIndexFormat(v antlr.Token)
- func (s *TableIndexesContext) TableName() ITableNameContext
- func (s *TableIndexesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TableIndexesContext) UidList() IUidListContext
- type TableNameContext
- func (s *TableNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableNameContext) FullId() IFullIdContext
- func (s *TableNameContext) GetParser() antlr.Parser
- func (s *TableNameContext) GetRuleContext() antlr.RuleContext
- func (*TableNameContext) IsTableNameContext()
- func (s *TableNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableOptionAutoIncrementContext
- func (s *TableOptionAutoIncrementContext) AUTO_INCREMENT() antlr.TerminalNode
- func (s *TableOptionAutoIncrementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionAutoIncrementContext) DecimalLiteral() IDecimalLiteralContext
- func (s *TableOptionAutoIncrementContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionAutoIncrementContext) GetRuleContext() antlr.RuleContext
- type TableOptionAverageContext
- func (s *TableOptionAverageContext) AVG_ROW_LENGTH() antlr.TerminalNode
- func (s *TableOptionAverageContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionAverageContext) DecimalLiteral() IDecimalLiteralContext
- func (s *TableOptionAverageContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionAverageContext) GetRuleContext() antlr.RuleContext
- type TableOptionCharsetContext
- func (s *TableOptionCharsetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionCharsetContext) AllDEFAULT() []antlr.TerminalNode
- func (s *TableOptionCharsetContext) CHARACTER() antlr.TerminalNode
- func (s *TableOptionCharsetContext) CHARSET() antlr.TerminalNode
- func (s *TableOptionCharsetContext) CharsetName() ICharsetNameContext
- func (s *TableOptionCharsetContext) DEFAULT(i int) antlr.TerminalNode
- func (s *TableOptionCharsetContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionCharsetContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionCharsetContext) SET() antlr.TerminalNode
- type TableOptionChecksumContext
- func (s *TableOptionChecksumContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionChecksumContext) CHECKSUM() antlr.TerminalNode
- func (s *TableOptionChecksumContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionChecksumContext) GetBoolValue() antlr.Token
- func (s *TableOptionChecksumContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionChecksumContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *TableOptionChecksumContext) PAGE_CHECKSUM() antlr.TerminalNode
- func (s *TableOptionChecksumContext) SetBoolValue(v antlr.Token)
- func (s *TableOptionChecksumContext) ZERO_DECIMAL() antlr.TerminalNode
- type TableOptionCollateContext
- func (s *TableOptionCollateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionCollateContext) COLLATE() antlr.TerminalNode
- func (s *TableOptionCollateContext) CollationName() ICollationNameContext
- func (s *TableOptionCollateContext) DEFAULT() antlr.TerminalNode
- func (s *TableOptionCollateContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionCollateContext) GetRuleContext() antlr.RuleContext
- type TableOptionCommentContext
- func (s *TableOptionCommentContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionCommentContext) COMMENT() antlr.TerminalNode
- func (s *TableOptionCommentContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionCommentContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionCommentContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionCompressionContext
- func (s *TableOptionCompressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionCompressionContext) COMPRESSION() antlr.TerminalNode
- func (s *TableOptionCompressionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionCompressionContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionCompressionContext) ID() antlr.TerminalNode
- func (s *TableOptionCompressionContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionConnectionContext
- func (s *TableOptionConnectionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionConnectionContext) CONNECTION() antlr.TerminalNode
- func (s *TableOptionConnectionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionConnectionContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionConnectionContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionContext
- func (s *TableOptionContext) CopyFrom(ctx *TableOptionContext)
- func (s *TableOptionContext) GetParser() antlr.Parser
- func (s *TableOptionContext) GetRuleContext() antlr.RuleContext
- func (*TableOptionContext) IsTableOptionContext()
- func (s *TableOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableOptionDataDirectoryContext
- func (s *TableOptionDataDirectoryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionDataDirectoryContext) DATA() antlr.TerminalNode
- func (s *TableOptionDataDirectoryContext) DIRECTORY() antlr.TerminalNode
- func (s *TableOptionDataDirectoryContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionDataDirectoryContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionDataDirectoryContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionDelayContext
- func (s *TableOptionDelayContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionDelayContext) DELAY_KEY_WRITE() antlr.TerminalNode
- func (s *TableOptionDelayContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionDelayContext) GetBoolValue() antlr.Token
- func (s *TableOptionDelayContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionDelayContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *TableOptionDelayContext) SetBoolValue(v antlr.Token)
- func (s *TableOptionDelayContext) ZERO_DECIMAL() antlr.TerminalNode
- type TableOptionEncryptionContext
- func (s *TableOptionEncryptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionEncryptionContext) ENCRYPTION() antlr.TerminalNode
- func (s *TableOptionEncryptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionEncryptionContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionEncryptionContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionEngineContext
- func (s *TableOptionEngineContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionEngineContext) ENGINE() antlr.TerminalNode
- func (s *TableOptionEngineContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionEngineContext) EngineName() IEngineNameContext
- func (s *TableOptionEngineContext) GetRuleContext() antlr.RuleContext
- type TableOptionIndexDirectoryContext
- func (s *TableOptionIndexDirectoryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionIndexDirectoryContext) DIRECTORY() antlr.TerminalNode
- func (s *TableOptionIndexDirectoryContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionIndexDirectoryContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionIndexDirectoryContext) INDEX() antlr.TerminalNode
- func (s *TableOptionIndexDirectoryContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionInsertMethodContext
- func (s *TableOptionInsertMethodContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionInsertMethodContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionInsertMethodContext) FIRST() antlr.TerminalNode
- func (s *TableOptionInsertMethodContext) GetInsertMethod() antlr.Token
- func (s *TableOptionInsertMethodContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionInsertMethodContext) INSERT_METHOD() antlr.TerminalNode
- func (s *TableOptionInsertMethodContext) LAST() antlr.TerminalNode
- func (s *TableOptionInsertMethodContext) NO() antlr.TerminalNode
- func (s *TableOptionInsertMethodContext) SetInsertMethod(v antlr.Token)
- type TableOptionKeyBlockSizeContext
- func (s *TableOptionKeyBlockSizeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionKeyBlockSizeContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionKeyBlockSizeContext) FileSizeLiteral() IFileSizeLiteralContext
- func (s *TableOptionKeyBlockSizeContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionKeyBlockSizeContext) KEY_BLOCK_SIZE() antlr.TerminalNode
- type TableOptionMaxRowsContext
- func (s *TableOptionMaxRowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionMaxRowsContext) DecimalLiteral() IDecimalLiteralContext
- func (s *TableOptionMaxRowsContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionMaxRowsContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionMaxRowsContext) MAX_ROWS() antlr.TerminalNode
- type TableOptionMinRowsContext
- func (s *TableOptionMinRowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionMinRowsContext) DecimalLiteral() IDecimalLiteralContext
- func (s *TableOptionMinRowsContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionMinRowsContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionMinRowsContext) MIN_ROWS() antlr.TerminalNode
- type TableOptionPackKeysContext
- func (s *TableOptionPackKeysContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionPackKeysContext) DEFAULT() antlr.TerminalNode
- func (s *TableOptionPackKeysContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionPackKeysContext) GetExtBoolValue() antlr.Token
- func (s *TableOptionPackKeysContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionPackKeysContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *TableOptionPackKeysContext) PACK_KEYS() antlr.TerminalNode
- func (s *TableOptionPackKeysContext) SetExtBoolValue(v antlr.Token)
- func (s *TableOptionPackKeysContext) ZERO_DECIMAL() antlr.TerminalNode
- type TableOptionPasswordContext
- func (s *TableOptionPasswordContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionPasswordContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionPasswordContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionPasswordContext) PASSWORD() antlr.TerminalNode
- func (s *TableOptionPasswordContext) STRING_LITERAL() antlr.TerminalNode
- type TableOptionPersistentContext
- func (s *TableOptionPersistentContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionPersistentContext) DEFAULT() antlr.TerminalNode
- func (s *TableOptionPersistentContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionPersistentContext) GetExtBoolValue() antlr.Token
- func (s *TableOptionPersistentContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionPersistentContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *TableOptionPersistentContext) STATS_PERSISTENT() antlr.TerminalNode
- func (s *TableOptionPersistentContext) SetExtBoolValue(v antlr.Token)
- func (s *TableOptionPersistentContext) ZERO_DECIMAL() antlr.TerminalNode
- type TableOptionRecalculationContext
- func (s *TableOptionRecalculationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionRecalculationContext) DEFAULT() antlr.TerminalNode
- func (s *TableOptionRecalculationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionRecalculationContext) GetExtBoolValue() antlr.Token
- func (s *TableOptionRecalculationContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionRecalculationContext) ONE_DECIMAL() antlr.TerminalNode
- func (s *TableOptionRecalculationContext) STATS_AUTO_RECALC() antlr.TerminalNode
- func (s *TableOptionRecalculationContext) SetExtBoolValue(v antlr.Token)
- func (s *TableOptionRecalculationContext) ZERO_DECIMAL() antlr.TerminalNode
- type TableOptionRowFormatContext
- func (s *TableOptionRowFormatContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionRowFormatContext) COMPACT() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) COMPRESSED() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) DEFAULT() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) DYNAMIC() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) FIXED() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) GetRowFormat() antlr.Token
- func (s *TableOptionRowFormatContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionRowFormatContext) ID() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) REDUNDANT() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) ROW_FORMAT() antlr.TerminalNode
- func (s *TableOptionRowFormatContext) SetRowFormat(v antlr.Token)
- type TableOptionSamplePageContext
- func (s *TableOptionSamplePageContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionSamplePageContext) DecimalLiteral() IDecimalLiteralContext
- func (s *TableOptionSamplePageContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionSamplePageContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionSamplePageContext) STATS_SAMPLE_PAGES() antlr.TerminalNode
- type TableOptionTablespaceContext
- func (s *TableOptionTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionTablespaceContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionTablespaceContext) TABLESPACE() antlr.TerminalNode
- func (s *TableOptionTablespaceContext) TablespaceStorage() ITablespaceStorageContext
- func (s *TableOptionTablespaceContext) Uid() IUidContext
- type TableOptionUnionContext
- func (s *TableOptionUnionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableOptionUnionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *TableOptionUnionContext) GetRuleContext() antlr.RuleContext
- func (s *TableOptionUnionContext) LR_BRACKET() antlr.TerminalNode
- func (s *TableOptionUnionContext) RR_BRACKET() antlr.TerminalNode
- func (s *TableOptionUnionContext) Tables() ITablesContext
- func (s *TableOptionUnionContext) UNION() antlr.TerminalNode
- type TablePairContext
- func (s *TablePairContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TablePairContext) AllTableName() []ITableNameContext
- func (s *TablePairContext) COMMA() antlr.TerminalNode
- func (s *TablePairContext) GetFirstTable() ITableNameContext
- func (s *TablePairContext) GetParser() antlr.Parser
- func (s *TablePairContext) GetRuleContext() antlr.RuleContext
- func (s *TablePairContext) GetSecondTable() ITableNameContext
- func (*TablePairContext) IsTablePairContext()
- func (s *TablePairContext) LR_BRACKET() antlr.TerminalNode
- func (s *TablePairContext) RR_BRACKET() antlr.TerminalNode
- func (s *TablePairContext) SetFirstTable(v ITableNameContext)
- func (s *TablePairContext) SetSecondTable(v ITableNameContext)
- func (s *TablePairContext) TableName(i int) ITableNameContext
- func (s *TablePairContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableSourceBaseContext
- func (s *TableSourceBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableSourceBaseContext) AllJoinPart() []IJoinPartContext
- func (s *TableSourceBaseContext) GetRuleContext() antlr.RuleContext
- func (s *TableSourceBaseContext) JoinPart(i int) IJoinPartContext
- func (s *TableSourceBaseContext) TableSourceItem() ITableSourceItemContext
- type TableSourceContext
- func (s *TableSourceContext) CopyFrom(ctx *TableSourceContext)
- func (s *TableSourceContext) GetParser() antlr.Parser
- func (s *TableSourceContext) GetRuleContext() antlr.RuleContext
- func (*TableSourceContext) IsTableSourceContext()
- func (s *TableSourceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableSourceItemContext
- func (s *TableSourceItemContext) CopyFrom(ctx *TableSourceItemContext)
- func (s *TableSourceItemContext) GetParser() antlr.Parser
- func (s *TableSourceItemContext) GetRuleContext() antlr.RuleContext
- func (*TableSourceItemContext) IsTableSourceItemContext()
- func (s *TableSourceItemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableSourceNestedContext
- func (s *TableSourceNestedContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableSourceNestedContext) AllJoinPart() []IJoinPartContext
- func (s *TableSourceNestedContext) GetRuleContext() antlr.RuleContext
- func (s *TableSourceNestedContext) JoinPart(i int) IJoinPartContext
- func (s *TableSourceNestedContext) LR_BRACKET() antlr.TerminalNode
- func (s *TableSourceNestedContext) RR_BRACKET() antlr.TerminalNode
- func (s *TableSourceNestedContext) TableSourceItem() ITableSourceItemContext
- type TableSourcesContext
- func (s *TableSourcesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableSourcesContext) AllCOMMA() []antlr.TerminalNode
- func (s *TableSourcesContext) AllTableSource() []ITableSourceContext
- func (s *TableSourcesContext) COMMA(i int) antlr.TerminalNode
- func (s *TableSourcesContext) GetParser() antlr.Parser
- func (s *TableSourcesContext) GetRuleContext() antlr.RuleContext
- func (*TableSourcesContext) IsTableSourcesContext()
- func (s *TableSourcesContext) TableSource(i int) ITableSourceContext
- func (s *TableSourcesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableSourcesItemContext
- func (s *TableSourcesItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableSourcesItemContext) GetRuleContext() antlr.RuleContext
- func (s *TableSourcesItemContext) LR_BRACKET() antlr.TerminalNode
- func (s *TableSourcesItemContext) RR_BRACKET() antlr.TerminalNode
- func (s *TableSourcesItemContext) TableSources() ITableSourcesContext
- type TablesContext
- func (s *TablesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TablesContext) AllCOMMA() []antlr.TerminalNode
- func (s *TablesContext) AllTableName() []ITableNameContext
- func (s *TablesContext) COMMA(i int) antlr.TerminalNode
- func (s *TablesContext) GetParser() antlr.Parser
- func (s *TablesContext) GetRuleContext() antlr.RuleContext
- func (*TablesContext) IsTablesContext()
- func (s *TablesContext) TableName(i int) ITableNameContext
- func (s *TablesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TablespaceStorageContext
- func (s *TablespaceStorageContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TablespaceStorageContext) DEFAULT() antlr.TerminalNode
- func (s *TablespaceStorageContext) DISK() antlr.TerminalNode
- func (s *TablespaceStorageContext) GetParser() antlr.Parser
- func (s *TablespaceStorageContext) GetRuleContext() antlr.RuleContext
- func (*TablespaceStorageContext) IsTablespaceStorageContext()
- func (s *TablespaceStorageContext) MEMORY() antlr.TerminalNode
- func (s *TablespaceStorageContext) STORAGE() antlr.TerminalNode
- func (s *TablespaceStorageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ThreadTypeContext
- func (s *ThreadTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ThreadTypeContext) GetParser() antlr.Parser
- func (s *ThreadTypeContext) GetRuleContext() antlr.RuleContext
- func (s *ThreadTypeContext) IO_THREAD() antlr.TerminalNode
- func (*ThreadTypeContext) IsThreadTypeContext()
- func (s *ThreadTypeContext) SQL_THREAD() antlr.TerminalNode
- func (s *ThreadTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimestampValueContext
- func (s *TimestampValueContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimestampValueContext) CURRENT_TIMESTAMP() antlr.TerminalNode
- func (s *TimestampValueContext) DecimalLiteral() IDecimalLiteralContext
- func (s *TimestampValueContext) Expression() IExpressionContext
- func (s *TimestampValueContext) GetParser() antlr.Parser
- func (s *TimestampValueContext) GetRuleContext() antlr.RuleContext
- func (*TimestampValueContext) IsTimestampValueContext()
- func (s *TimestampValueContext) StringLiteral() IStringLiteralContext
- func (s *TimestampValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TlsOptionContext
- func (s *TlsOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TlsOptionContext) CIPHER() antlr.TerminalNode
- func (s *TlsOptionContext) GetParser() antlr.Parser
- func (s *TlsOptionContext) GetRuleContext() antlr.RuleContext
- func (s *TlsOptionContext) ISSUER() antlr.TerminalNode
- func (*TlsOptionContext) IsTlsOptionContext()
- func (s *TlsOptionContext) SSL() antlr.TerminalNode
- func (s *TlsOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *TlsOptionContext) SUBJECT() antlr.TerminalNode
- func (s *TlsOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TlsOptionContext) X509() antlr.TerminalNode
- type TransactionLevelBaseContext
- func (s *TransactionLevelBaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TransactionLevelBaseContext) COMMITTED() antlr.TerminalNode
- func (s *TransactionLevelBaseContext) GetParser() antlr.Parser
- func (s *TransactionLevelBaseContext) GetRuleContext() antlr.RuleContext
- func (*TransactionLevelBaseContext) IsTransactionLevelBaseContext()
- func (s *TransactionLevelBaseContext) REPEATABLE() antlr.TerminalNode
- func (s *TransactionLevelBaseContext) SERIALIZABLE() antlr.TerminalNode
- func (s *TransactionLevelBaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TransactionLevelBaseContext) UNCOMMITTED() antlr.TerminalNode
- type TransactionLevelContext
- func (s *TransactionLevelContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TransactionLevelContext) COMMITTED() antlr.TerminalNode
- func (s *TransactionLevelContext) GetParser() antlr.Parser
- func (s *TransactionLevelContext) GetRuleContext() antlr.RuleContext
- func (*TransactionLevelContext) IsTransactionLevelContext()
- func (s *TransactionLevelContext) READ() antlr.TerminalNode
- func (s *TransactionLevelContext) REPEATABLE() antlr.TerminalNode
- func (s *TransactionLevelContext) SERIALIZABLE() antlr.TerminalNode
- func (s *TransactionLevelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TransactionLevelContext) UNCOMMITTED() antlr.TerminalNode
- type TransactionModeContext
- func (s *TransactionModeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TransactionModeContext) CONSISTENT() antlr.TerminalNode
- func (s *TransactionModeContext) GetParser() antlr.Parser
- func (s *TransactionModeContext) GetRuleContext() antlr.RuleContext
- func (*TransactionModeContext) IsTransactionModeContext()
- func (s *TransactionModeContext) ONLY() antlr.TerminalNode
- func (s *TransactionModeContext) READ() antlr.TerminalNode
- func (s *TransactionModeContext) SNAPSHOT() antlr.TerminalNode
- func (s *TransactionModeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TransactionModeContext) WITH() antlr.TerminalNode
- func (s *TransactionModeContext) WRITE() antlr.TerminalNode
- type TransactionOptionContext
- func (s *TransactionOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TransactionOptionContext) GetParser() antlr.Parser
- func (s *TransactionOptionContext) GetRuleContext() antlr.RuleContext
- func (s *TransactionOptionContext) ISOLATION() antlr.TerminalNode
- func (*TransactionOptionContext) IsTransactionOptionContext()
- func (s *TransactionOptionContext) LEVEL() antlr.TerminalNode
- func (s *TransactionOptionContext) ONLY() antlr.TerminalNode
- func (s *TransactionOptionContext) READ() antlr.TerminalNode
- func (s *TransactionOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TransactionOptionContext) TransactionLevel() ITransactionLevelContext
- func (s *TransactionOptionContext) WRITE() antlr.TerminalNode
- type TransactionStatementContext
- func (s *TransactionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TransactionStatementContext) BeginWork() IBeginWorkContext
- func (s *TransactionStatementContext) CommitWork() ICommitWorkContext
- func (s *TransactionStatementContext) GetParser() antlr.Parser
- func (s *TransactionStatementContext) GetRuleContext() antlr.RuleContext
- func (*TransactionStatementContext) IsTransactionStatementContext()
- func (s *TransactionStatementContext) LockTables() ILockTablesContext
- func (s *TransactionStatementContext) ReleaseStatement() IReleaseStatementContext
- func (s *TransactionStatementContext) RollbackStatement() IRollbackStatementContext
- func (s *TransactionStatementContext) RollbackWork() IRollbackWorkContext
- func (s *TransactionStatementContext) SavepointStatement() ISavepointStatementContext
- func (s *TransactionStatementContext) StartTransaction() IStartTransactionContext
- func (s *TransactionStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TransactionStatementContext) UnlockTables() IUnlockTablesContext
- type TrimFunctionCallContext
- func (s *TrimFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TrimFunctionCallContext) AllExpression() []IExpressionContext
- func (s *TrimFunctionCallContext) AllStringLiteral() []IStringLiteralContext
- func (s *TrimFunctionCallContext) BOTH() antlr.TerminalNode
- func (s *TrimFunctionCallContext) Expression(i int) IExpressionContext
- func (s *TrimFunctionCallContext) FROM() antlr.TerminalNode
- func (s *TrimFunctionCallContext) GetFromExpression() IExpressionContext
- func (s *TrimFunctionCallContext) GetFromString() IStringLiteralContext
- func (s *TrimFunctionCallContext) GetPositioinForm() antlr.Token
- func (s *TrimFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *TrimFunctionCallContext) GetSourceExpression() IExpressionContext
- func (s *TrimFunctionCallContext) GetSourceString() IStringLiteralContext
- func (s *TrimFunctionCallContext) LEADING() antlr.TerminalNode
- func (s *TrimFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *TrimFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *TrimFunctionCallContext) SetFromExpression(v IExpressionContext)
- func (s *TrimFunctionCallContext) SetFromString(v IStringLiteralContext)
- func (s *TrimFunctionCallContext) SetPositioinForm(v antlr.Token)
- func (s *TrimFunctionCallContext) SetSourceExpression(v IExpressionContext)
- func (s *TrimFunctionCallContext) SetSourceString(v IStringLiteralContext)
- func (s *TrimFunctionCallContext) StringLiteral(i int) IStringLiteralContext
- func (s *TrimFunctionCallContext) TRAILING() antlr.TerminalNode
- func (s *TrimFunctionCallContext) TRIM() antlr.TerminalNode
- type TruncateTableContext
- func (s *TruncateTableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TruncateTableContext) GetParser() antlr.Parser
- func (s *TruncateTableContext) GetRuleContext() antlr.RuleContext
- func (*TruncateTableContext) IsTruncateTableContext()
- func (s *TruncateTableContext) TABLE() antlr.TerminalNode
- func (s *TruncateTableContext) TRUNCATE() antlr.TerminalNode
- func (s *TruncateTableContext) TableName() ITableNameContext
- func (s *TruncateTableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UdfFunctionCallContext
- func (s *UdfFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UdfFunctionCallContext) FullId() IFullIdContext
- func (s *UdfFunctionCallContext) FunctionArgs() IFunctionArgsContext
- func (s *UdfFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *UdfFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *UdfFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- type UidContext
- func (s *UidContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UidContext) CHARSET_REVERSE_QOUTE_STRING() antlr.TerminalNode
- func (s *UidContext) GetParser() antlr.Parser
- func (s *UidContext) GetRuleContext() antlr.RuleContext
- func (*UidContext) IsUidContext()
- func (s *UidContext) REVERSE_QUOTE_ID() antlr.TerminalNode
- func (s *UidContext) SimpleId() ISimpleIdContext
- func (s *UidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UidListContext
- func (s *UidListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UidListContext) AllCOMMA() []antlr.TerminalNode
- func (s *UidListContext) AllUid() []IUidContext
- func (s *UidListContext) COMMA(i int) antlr.TerminalNode
- func (s *UidListContext) GetParser() antlr.Parser
- func (s *UidListContext) GetRuleContext() antlr.RuleContext
- func (*UidListContext) IsUidListContext()
- func (s *UidListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UidListContext) Uid(i int) IUidContext
- type UnaryExpressionAtomContext
- func (s *UnaryExpressionAtomContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnaryExpressionAtomContext) ExpressionAtom() IExpressionAtomContext
- func (s *UnaryExpressionAtomContext) GetRuleContext() antlr.RuleContext
- func (s *UnaryExpressionAtomContext) UnaryOperator() IUnaryOperatorContext
- type UnaryOperatorContext
- func (s *UnaryOperatorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnaryOperatorContext) BIT_NOT_OP() antlr.TerminalNode
- func (s *UnaryOperatorContext) EXCLAMATION_SYMBOL() antlr.TerminalNode
- func (s *UnaryOperatorContext) GetParser() antlr.Parser
- func (s *UnaryOperatorContext) GetRuleContext() antlr.RuleContext
- func (*UnaryOperatorContext) IsUnaryOperatorContext()
- func (s *UnaryOperatorContext) MINUS() antlr.TerminalNode
- func (s *UnaryOperatorContext) NOT() antlr.TerminalNode
- func (s *UnaryOperatorContext) PLUS() antlr.TerminalNode
- func (s *UnaryOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UninstallPluginContext
- func (s *UninstallPluginContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UninstallPluginContext) GetParser() antlr.Parser
- func (s *UninstallPluginContext) GetRuleContext() antlr.RuleContext
- func (*UninstallPluginContext) IsUninstallPluginContext()
- func (s *UninstallPluginContext) PLUGIN() antlr.TerminalNode
- func (s *UninstallPluginContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UninstallPluginContext) UNINSTALL() antlr.TerminalNode
- func (s *UninstallPluginContext) Uid() IUidContext
- type UnionParenthesisContext
- func (s *UnionParenthesisContext) ALL() antlr.TerminalNode
- func (s *UnionParenthesisContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnionParenthesisContext) DISTINCT() antlr.TerminalNode
- func (s *UnionParenthesisContext) GetParser() antlr.Parser
- func (s *UnionParenthesisContext) GetRuleContext() antlr.RuleContext
- func (s *UnionParenthesisContext) GetUnionType() antlr.Token
- func (*UnionParenthesisContext) IsUnionParenthesisContext()
- func (s *UnionParenthesisContext) QueryExpressionNointo() IQueryExpressionNointoContext
- func (s *UnionParenthesisContext) SetUnionType(v antlr.Token)
- func (s *UnionParenthesisContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UnionParenthesisContext) UNION() antlr.TerminalNode
- type UnionParenthesisSelectContext
- func (s *UnionParenthesisSelectContext) ALL() antlr.TerminalNode
- func (s *UnionParenthesisSelectContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnionParenthesisSelectContext) AllUnionParenthesis() []IUnionParenthesisContext
- func (s *UnionParenthesisSelectContext) DISTINCT() antlr.TerminalNode
- func (s *UnionParenthesisSelectContext) GetRuleContext() antlr.RuleContext
- func (s *UnionParenthesisSelectContext) GetUnionType() antlr.Token
- func (s *UnionParenthesisSelectContext) LimitClause() ILimitClauseContext
- func (s *UnionParenthesisSelectContext) LockClause() ILockClauseContext
- func (s *UnionParenthesisSelectContext) OrderByClause() IOrderByClauseContext
- func (s *UnionParenthesisSelectContext) QueryExpression() IQueryExpressionContext
- func (s *UnionParenthesisSelectContext) QueryExpressionNointo() IQueryExpressionNointoContext
- func (s *UnionParenthesisSelectContext) SetUnionType(v antlr.Token)
- func (s *UnionParenthesisSelectContext) UNION() antlr.TerminalNode
- func (s *UnionParenthesisSelectContext) UnionParenthesis(i int) IUnionParenthesisContext
- type UnionSelectContext
- func (s *UnionSelectContext) ALL() antlr.TerminalNode
- func (s *UnionSelectContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnionSelectContext) AllUnionStatement() []IUnionStatementContext
- func (s *UnionSelectContext) DISTINCT() antlr.TerminalNode
- func (s *UnionSelectContext) GetRuleContext() antlr.RuleContext
- func (s *UnionSelectContext) GetUnionType() antlr.Token
- func (s *UnionSelectContext) LimitClause() ILimitClauseContext
- func (s *UnionSelectContext) LockClause() ILockClauseContext
- func (s *UnionSelectContext) OrderByClause() IOrderByClauseContext
- func (s *UnionSelectContext) QueryExpression() IQueryExpressionContext
- func (s *UnionSelectContext) QuerySpecification() IQuerySpecificationContext
- func (s *UnionSelectContext) QuerySpecificationNointo() IQuerySpecificationNointoContext
- func (s *UnionSelectContext) SetUnionType(v antlr.Token)
- func (s *UnionSelectContext) UNION() antlr.TerminalNode
- func (s *UnionSelectContext) UnionStatement(i int) IUnionStatementContext
- type UnionStatementContext
- func (s *UnionStatementContext) ALL() antlr.TerminalNode
- func (s *UnionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnionStatementContext) DISTINCT() antlr.TerminalNode
- func (s *UnionStatementContext) GetParser() antlr.Parser
- func (s *UnionStatementContext) GetRuleContext() antlr.RuleContext
- func (s *UnionStatementContext) GetUnionType() antlr.Token
- func (*UnionStatementContext) IsUnionStatementContext()
- func (s *UnionStatementContext) QueryExpressionNointo() IQueryExpressionNointoContext
- func (s *UnionStatementContext) QuerySpecificationNointo() IQuerySpecificationNointoContext
- func (s *UnionStatementContext) SetUnionType(v antlr.Token)
- func (s *UnionStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UnionStatementContext) UNION() antlr.TerminalNode
- type UniqueKeyColumnConstraintContext
- func (s *UniqueKeyColumnConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UniqueKeyColumnConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *UniqueKeyColumnConstraintContext) KEY() antlr.TerminalNode
- func (s *UniqueKeyColumnConstraintContext) UNIQUE() antlr.TerminalNode
- type UniqueKeyTableConstraintContext
- func (s *UniqueKeyTableConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UniqueKeyTableConstraintContext) AllIndexOption() []IIndexOptionContext
- func (s *UniqueKeyTableConstraintContext) AllUid() []IUidContext
- func (s *UniqueKeyTableConstraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *UniqueKeyTableConstraintContext) GetIndex() IUidContext
- func (s *UniqueKeyTableConstraintContext) GetIndexFormat() antlr.Token
- func (s *UniqueKeyTableConstraintContext) GetName() IUidContext
- func (s *UniqueKeyTableConstraintContext) GetRuleContext() antlr.RuleContext
- func (s *UniqueKeyTableConstraintContext) INDEX() antlr.TerminalNode
- func (s *UniqueKeyTableConstraintContext) IndexColumnNames() IIndexColumnNamesContext
- func (s *UniqueKeyTableConstraintContext) IndexOption(i int) IIndexOptionContext
- func (s *UniqueKeyTableConstraintContext) IndexType() IIndexTypeContext
- func (s *UniqueKeyTableConstraintContext) KEY() antlr.TerminalNode
- func (s *UniqueKeyTableConstraintContext) SetIndex(v IUidContext)
- func (s *UniqueKeyTableConstraintContext) SetIndexFormat(v antlr.Token)
- func (s *UniqueKeyTableConstraintContext) SetName(v IUidContext)
- func (s *UniqueKeyTableConstraintContext) UNIQUE() antlr.TerminalNode
- func (s *UniqueKeyTableConstraintContext) Uid(i int) IUidContext
- type UnlockTablesContext
- func (s *UnlockTablesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UnlockTablesContext) GetParser() antlr.Parser
- func (s *UnlockTablesContext) GetRuleContext() antlr.RuleContext
- func (*UnlockTablesContext) IsUnlockTablesContext()
- func (s *UnlockTablesContext) TABLES() antlr.TerminalNode
- func (s *UnlockTablesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UnlockTablesContext) UNLOCK() antlr.TerminalNode
- type UntilOptionContext
- func (s *UntilOptionContext) CopyFrom(ctx *UntilOptionContext)
- func (s *UntilOptionContext) GetParser() antlr.Parser
- func (s *UntilOptionContext) GetRuleContext() antlr.RuleContext
- func (*UntilOptionContext) IsUntilOptionContext()
- func (s *UntilOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UpdateStatementContext
- func (s *UpdateStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UpdateStatementContext) GetParser() antlr.Parser
- func (s *UpdateStatementContext) GetRuleContext() antlr.RuleContext
- func (*UpdateStatementContext) IsUpdateStatementContext()
- func (s *UpdateStatementContext) MultipleUpdateStatement() IMultipleUpdateStatementContext
- func (s *UpdateStatementContext) SingleUpdateStatement() ISingleUpdateStatementContext
- func (s *UpdateStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UpdatedElementContext
- func (s *UpdatedElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UpdatedElementContext) DEFAULT() antlr.TerminalNode
- func (s *UpdatedElementContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *UpdatedElementContext) Expression() IExpressionContext
- func (s *UpdatedElementContext) FullColumnName() IFullColumnNameContext
- func (s *UpdatedElementContext) GetParser() antlr.Parser
- func (s *UpdatedElementContext) GetRuleContext() antlr.RuleContext
- func (*UpdatedElementContext) IsUpdatedElementContext()
- func (s *UpdatedElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UseStatementContext
- func (s *UseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UseStatementContext) GetParser() antlr.Parser
- func (s *UseStatementContext) GetRuleContext() antlr.RuleContext
- func (*UseStatementContext) IsUseStatementContext()
- func (s *UseStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UseStatementContext) USE() antlr.TerminalNode
- func (s *UseStatementContext) Uid() IUidContext
- type UserAuthOptionContext
- func (s *UserAuthOptionContext) CopyFrom(ctx *UserAuthOptionContext)
- func (s *UserAuthOptionContext) GetParser() antlr.Parser
- func (s *UserAuthOptionContext) GetRuleContext() antlr.RuleContext
- func (*UserAuthOptionContext) IsUserAuthOptionContext()
- func (s *UserAuthOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UserConnectionOptionContext
- func (s *UserConnectionOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserConnectionOptionContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *UserConnectionOptionContext) GetConOptUser() antlr.Token
- func (s *UserConnectionOptionContext) GetRuleContext() antlr.RuleContext
- func (s *UserConnectionOptionContext) STRING_LITERAL() antlr.TerminalNode
- func (s *UserConnectionOptionContext) SetConOptUser(v antlr.Token)
- func (s *UserConnectionOptionContext) USER() antlr.TerminalNode
- type UserLockOptionContext
- func (s *UserLockOptionContext) ACCOUNT() antlr.TerminalNode
- func (s *UserLockOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserLockOptionContext) GetLockType() antlr.Token
- func (s *UserLockOptionContext) GetParser() antlr.Parser
- func (s *UserLockOptionContext) GetRuleContext() antlr.RuleContext
- func (*UserLockOptionContext) IsUserLockOptionContext()
- func (s *UserLockOptionContext) LOCK() antlr.TerminalNode
- func (s *UserLockOptionContext) SetLockType(v antlr.Token)
- func (s *UserLockOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UserLockOptionContext) UNLOCK() antlr.TerminalNode
- type UserNameContext
- func (s *UserNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserNameContext) GetParser() antlr.Parser
- func (s *UserNameContext) GetRuleContext() antlr.RuleContext
- func (s *UserNameContext) ID() antlr.TerminalNode
- func (*UserNameContext) IsUserNameContext()
- func (s *UserNameContext) STRING_LITERAL() antlr.TerminalNode
- func (s *UserNameContext) STRING_USER_NAME() antlr.TerminalNode
- func (s *UserNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UserPasswordOptionContext
- func (s *UserPasswordOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserPasswordOptionContext) DAY() antlr.TerminalNode
- func (s *UserPasswordOptionContext) DEFAULT() antlr.TerminalNode
- func (s *UserPasswordOptionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *UserPasswordOptionContext) EXPIRE() antlr.TerminalNode
- func (s *UserPasswordOptionContext) GetExpireType() antlr.Token
- func (s *UserPasswordOptionContext) GetParser() antlr.Parser
- func (s *UserPasswordOptionContext) GetRuleContext() antlr.RuleContext
- func (s *UserPasswordOptionContext) INTERVAL() antlr.TerminalNode
- func (*UserPasswordOptionContext) IsUserPasswordOptionContext()
- func (s *UserPasswordOptionContext) NEVER() antlr.TerminalNode
- func (s *UserPasswordOptionContext) PASSWORD() antlr.TerminalNode
- func (s *UserPasswordOptionContext) SetExpireType(v antlr.Token)
- func (s *UserPasswordOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UserResourceOptionContext
- func (s *UserResourceOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserResourceOptionContext) DecimalLiteral() IDecimalLiteralContext
- func (s *UserResourceOptionContext) GetParser() antlr.Parser
- func (s *UserResourceOptionContext) GetRuleContext() antlr.RuleContext
- func (*UserResourceOptionContext) IsUserResourceOptionContext()
- func (s *UserResourceOptionContext) MAX_CONNECTIONS_PER_HOUR() antlr.TerminalNode
- func (s *UserResourceOptionContext) MAX_QUERIES_PER_HOUR() antlr.TerminalNode
- func (s *UserResourceOptionContext) MAX_UPDATES_PER_HOUR() antlr.TerminalNode
- func (s *UserResourceOptionContext) MAX_USER_CONNECTIONS() antlr.TerminalNode
- func (s *UserResourceOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UserSpecificationContext
- func (s *UserSpecificationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserSpecificationContext) GetParser() antlr.Parser
- func (s *UserSpecificationContext) GetRuleContext() antlr.RuleContext
- func (*UserSpecificationContext) IsUserSpecificationContext()
- func (s *UserSpecificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UserSpecificationContext) UserName() IUserNameContext
- func (s *UserSpecificationContext) UserPasswordOption() IUserPasswordOptionContext
- type UserVariablesContext
- func (s *UserVariablesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserVariablesContext) AllCOMMA() []antlr.TerminalNode
- func (s *UserVariablesContext) AllLOCAL_ID() []antlr.TerminalNode
- func (s *UserVariablesContext) COMMA(i int) antlr.TerminalNode
- func (s *UserVariablesContext) GetParser() antlr.Parser
- func (s *UserVariablesContext) GetRuleContext() antlr.RuleContext
- func (*UserVariablesContext) IsUserVariablesContext()
- func (s *UserVariablesContext) LOCAL_ID(i int) antlr.TerminalNode
- func (s *UserVariablesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UtilityStatementContext
- func (s *UtilityStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UtilityStatementContext) DiagnosticsStatement() IDiagnosticsStatementContext
- func (s *UtilityStatementContext) FullDescribeStatement() IFullDescribeStatementContext
- func (s *UtilityStatementContext) GetParser() antlr.Parser
- func (s *UtilityStatementContext) GetRuleContext() antlr.RuleContext
- func (s *UtilityStatementContext) HelpStatement() IHelpStatementContext
- func (*UtilityStatementContext) IsUtilityStatementContext()
- func (s *UtilityStatementContext) ResignalStatement() IResignalStatementContext
- func (s *UtilityStatementContext) SignalStatement() ISignalStatementContext
- func (s *UtilityStatementContext) SimpleDescribeStatement() ISimpleDescribeStatementContext
- func (s *UtilityStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UtilityStatementContext) UseStatement() IUseStatementContext
- type UuidSetContext
- func (s *UuidSetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UuidSetContext) AllCOLON_SYMB() []antlr.TerminalNode
- func (s *UuidSetContext) AllDecimalLiteral() []IDecimalLiteralContext
- func (s *UuidSetContext) AllMINUS() []antlr.TerminalNode
- func (s *UuidSetContext) COLON_SYMB(i int) antlr.TerminalNode
- func (s *UuidSetContext) DecimalLiteral(i int) IDecimalLiteralContext
- func (s *UuidSetContext) GetParser() antlr.Parser
- func (s *UuidSetContext) GetRuleContext() antlr.RuleContext
- func (*UuidSetContext) IsUuidSetContext()
- func (s *UuidSetContext) MINUS(i int) antlr.TerminalNode
- func (s *UuidSetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ValuesFunctionCallContext
- func (s *ValuesFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ValuesFunctionCallContext) FullColumnName() IFullColumnNameContext
- func (s *ValuesFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *ValuesFunctionCallContext) LR_BRACKET() antlr.TerminalNode
- func (s *ValuesFunctionCallContext) RR_BRACKET() antlr.TerminalNode
- func (s *ValuesFunctionCallContext) VALUES() antlr.TerminalNode
- type VariableClauseContext
- func (s *VariableClauseContext) AT_SIGN(i int) antlr.TerminalNode
- func (s *VariableClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *VariableClauseContext) AllAT_SIGN() []antlr.TerminalNode
- func (s *VariableClauseContext) GLOBAL() antlr.TerminalNode
- func (s *VariableClauseContext) GLOBAL_ID() antlr.TerminalNode
- func (s *VariableClauseContext) GetParser() antlr.Parser
- func (s *VariableClauseContext) GetRuleContext() antlr.RuleContext
- func (*VariableClauseContext) IsVariableClauseContext()
- func (s *VariableClauseContext) LOCAL() antlr.TerminalNode
- func (s *VariableClauseContext) LOCAL_ID() antlr.TerminalNode
- func (s *VariableClauseContext) SESSION() antlr.TerminalNode
- func (s *VariableClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableClauseContext) Uid() IUidContext
- type WeightFunctionCallContext
- func (s *WeightFunctionCallContext) AS() antlr.TerminalNode
- func (s *WeightFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *WeightFunctionCallContext) AllLR_BRACKET() []antlr.TerminalNode
- func (s *WeightFunctionCallContext) AllRR_BRACKET() []antlr.TerminalNode
- func (s *WeightFunctionCallContext) BINARY() antlr.TerminalNode
- func (s *WeightFunctionCallContext) CHAR() antlr.TerminalNode
- func (s *WeightFunctionCallContext) DecimalLiteral() IDecimalLiteralContext
- func (s *WeightFunctionCallContext) Expression() IExpressionContext
- func (s *WeightFunctionCallContext) GetRuleContext() antlr.RuleContext
- func (s *WeightFunctionCallContext) GetStringFormat() antlr.Token
- func (s *WeightFunctionCallContext) LR_BRACKET(i int) antlr.TerminalNode
- func (s *WeightFunctionCallContext) LevelsInWeightString() ILevelsInWeightStringContext
- func (s *WeightFunctionCallContext) RR_BRACKET(i int) antlr.TerminalNode
- func (s *WeightFunctionCallContext) SetStringFormat(v antlr.Token)
- func (s *WeightFunctionCallContext) StringLiteral() IStringLiteralContext
- func (s *WeightFunctionCallContext) WEIGHT_STRING() antlr.TerminalNode
- type WhileStatementContext
- func (s *WhileStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *WhileStatementContext) AllProcedureSqlStatement() []IProcedureSqlStatementContext
- func (s *WhileStatementContext) AllUid() []IUidContext
- func (s *WhileStatementContext) AllWHILE() []antlr.TerminalNode
- func (s *WhileStatementContext) COLON_SYMB() antlr.TerminalNode
- func (s *WhileStatementContext) DO() antlr.TerminalNode
- func (s *WhileStatementContext) END() antlr.TerminalNode
- func (s *WhileStatementContext) Expression() IExpressionContext
- func (s *WhileStatementContext) GetParser() antlr.Parser
- func (s *WhileStatementContext) GetRuleContext() antlr.RuleContext
- func (*WhileStatementContext) IsWhileStatementContext()
- func (s *WhileStatementContext) ProcedureSqlStatement(i int) IProcedureSqlStatementContext
- func (s *WhileStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *WhileStatementContext) Uid(i int) IUidContext
- func (s *WhileStatementContext) WHILE(i int) antlr.TerminalNode
- type WildDoTableReplicationContext
- func (s *WildDoTableReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *WildDoTableReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *WildDoTableReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *WildDoTableReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *WildDoTableReplicationContext) REPLICATE_WILD_DO_TABLE() antlr.TerminalNode
- func (s *WildDoTableReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *WildDoTableReplicationContext) SimpleStrings() ISimpleStringsContext
- type WildIgnoreTableReplicationContext
- func (s *WildIgnoreTableReplicationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *WildIgnoreTableReplicationContext) EQUAL_SYMBOL() antlr.TerminalNode
- func (s *WildIgnoreTableReplicationContext) GetRuleContext() antlr.RuleContext
- func (s *WildIgnoreTableReplicationContext) LR_BRACKET() antlr.TerminalNode
- func (s *WildIgnoreTableReplicationContext) REPLICATE_WILD_IGNORE_TABLE() antlr.TerminalNode
- func (s *WildIgnoreTableReplicationContext) RR_BRACKET() antlr.TerminalNode
- func (s *WildIgnoreTableReplicationContext) SimpleStrings() ISimpleStringsContext
- type XaCommitWorkContext
- func (s *XaCommitWorkContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XaCommitWorkContext) COMMIT() antlr.TerminalNode
- func (s *XaCommitWorkContext) GetParser() antlr.Parser
- func (s *XaCommitWorkContext) GetRuleContext() antlr.RuleContext
- func (*XaCommitWorkContext) IsXaCommitWorkContext()
- func (s *XaCommitWorkContext) ONE() antlr.TerminalNode
- func (s *XaCommitWorkContext) PHASE() antlr.TerminalNode
- func (s *XaCommitWorkContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XaCommitWorkContext) XA() antlr.TerminalNode
- func (s *XaCommitWorkContext) Xid() IXidContext
- type XaEndTransactionContext
- func (s *XaEndTransactionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XaEndTransactionContext) END() antlr.TerminalNode
- func (s *XaEndTransactionContext) FOR() antlr.TerminalNode
- func (s *XaEndTransactionContext) GetParser() antlr.Parser
- func (s *XaEndTransactionContext) GetRuleContext() antlr.RuleContext
- func (*XaEndTransactionContext) IsXaEndTransactionContext()
- func (s *XaEndTransactionContext) MIGRATE() antlr.TerminalNode
- func (s *XaEndTransactionContext) SUSPEND() antlr.TerminalNode
- func (s *XaEndTransactionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XaEndTransactionContext) XA() antlr.TerminalNode
- func (s *XaEndTransactionContext) Xid() IXidContext
- type XaPrepareStatementContext
- func (s *XaPrepareStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XaPrepareStatementContext) GetParser() antlr.Parser
- func (s *XaPrepareStatementContext) GetRuleContext() antlr.RuleContext
- func (*XaPrepareStatementContext) IsXaPrepareStatementContext()
- func (s *XaPrepareStatementContext) PREPARE() antlr.TerminalNode
- func (s *XaPrepareStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XaPrepareStatementContext) XA() antlr.TerminalNode
- func (s *XaPrepareStatementContext) Xid() IXidContext
- type XaRecoverWorkContext
- func (s *XaRecoverWorkContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XaRecoverWorkContext) CONVERT() antlr.TerminalNode
- func (s *XaRecoverWorkContext) GetParser() antlr.Parser
- func (s *XaRecoverWorkContext) GetRuleContext() antlr.RuleContext
- func (*XaRecoverWorkContext) IsXaRecoverWorkContext()
- func (s *XaRecoverWorkContext) RECOVER() antlr.TerminalNode
- func (s *XaRecoverWorkContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XaRecoverWorkContext) XA() antlr.TerminalNode
- func (s *XaRecoverWorkContext) Xid() IXidContext
- type XaRollbackWorkContext
- func (s *XaRollbackWorkContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XaRollbackWorkContext) GetParser() antlr.Parser
- func (s *XaRollbackWorkContext) GetRuleContext() antlr.RuleContext
- func (*XaRollbackWorkContext) IsXaRollbackWorkContext()
- func (s *XaRollbackWorkContext) ROLLBACK() antlr.TerminalNode
- func (s *XaRollbackWorkContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XaRollbackWorkContext) XA() antlr.TerminalNode
- func (s *XaRollbackWorkContext) Xid() IXidContext
- type XaStartTransactionContext
- func (s *XaStartTransactionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XaStartTransactionContext) BEGIN() antlr.TerminalNode
- func (s *XaStartTransactionContext) GetParser() antlr.Parser
- func (s *XaStartTransactionContext) GetRuleContext() antlr.RuleContext
- func (s *XaStartTransactionContext) GetXaAction() antlr.Token
- func (s *XaStartTransactionContext) GetXaStart() antlr.Token
- func (*XaStartTransactionContext) IsXaStartTransactionContext()
- func (s *XaStartTransactionContext) JOIN() antlr.TerminalNode
- func (s *XaStartTransactionContext) RESUME() antlr.TerminalNode
- func (s *XaStartTransactionContext) START() antlr.TerminalNode
- func (s *XaStartTransactionContext) SetXaAction(v antlr.Token)
- func (s *XaStartTransactionContext) SetXaStart(v antlr.Token)
- func (s *XaStartTransactionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XaStartTransactionContext) XA() antlr.TerminalNode
- func (s *XaStartTransactionContext) Xid() IXidContext
- type XidContext
- func (s *XidContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XidContext) AllCOMMA() []antlr.TerminalNode
- func (s *XidContext) AllXuidStringId() []IXuidStringIdContext
- func (s *XidContext) COMMA(i int) antlr.TerminalNode
- func (s *XidContext) DecimalLiteral() IDecimalLiteralContext
- func (s *XidContext) GetGlobalTableUid() IXuidStringIdContext
- func (s *XidContext) GetIdFormat() IDecimalLiteralContext
- func (s *XidContext) GetParser() antlr.Parser
- func (s *XidContext) GetQualifier() IXuidStringIdContext
- func (s *XidContext) GetRuleContext() antlr.RuleContext
- func (*XidContext) IsXidContext()
- func (s *XidContext) SetGlobalTableUid(v IXuidStringIdContext)
- func (s *XidContext) SetIdFormat(v IDecimalLiteralContext)
- func (s *XidContext) SetQualifier(v IXuidStringIdContext)
- func (s *XidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XidContext) XuidStringId(i int) IXuidStringIdContext
- type XuidStringIdContext
- func (s *XuidStringIdContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *XuidStringIdContext) AllHEXADECIMAL_LITERAL() []antlr.TerminalNode
- func (s *XuidStringIdContext) BIT_STRING() antlr.TerminalNode
- func (s *XuidStringIdContext) GetParser() antlr.Parser
- func (s *XuidStringIdContext) GetRuleContext() antlr.RuleContext
- func (s *XuidStringIdContext) HEXADECIMAL_LITERAL(i int) antlr.TerminalNode
- func (*XuidStringIdContext) IsXuidStringIdContext()
- func (s *XuidStringIdContext) STRING_LITERAL() antlr.TerminalNode
- func (s *XuidStringIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
Constants ¶
View Source
const ( MySqlLexerSPACE = 1 MySqlLexerSPEC_MYSQL_COMMENT = 2 MySqlLexerCOMMENT_INPUT = 3 MySqlLexerLINE_COMMENT = 4 MySqlLexerADD = 5 MySqlLexerALL = 6 MySqlLexerALTER = 7 MySqlLexerALWAYS = 8 MySqlLexerANALYZE = 9 MySqlLexerAND = 10 MySqlLexerAS = 11 MySqlLexerASC = 12 MySqlLexerBEFORE = 13 MySqlLexerBETWEEN = 14 MySqlLexerBOTH = 15 MySqlLexerBY = 16 MySqlLexerCALL = 17 MySqlLexerCASCADE = 18 MySqlLexerCASE = 19 MySqlLexerCAST = 20 MySqlLexerCHANGE = 21 MySqlLexerCHARACTER = 22 MySqlLexerCHECK = 23 MySqlLexerCOLLATE = 24 MySqlLexerCOLUMN = 25 MySqlLexerCONDITION = 26 MySqlLexerCONSTRAINT = 27 MySqlLexerCONTINUE = 28 MySqlLexerCONVERT = 29 MySqlLexerCREATE = 30 MySqlLexerCROSS = 31 MySqlLexerCURRENT = 32 MySqlLexerCURRENT_USER = 33 MySqlLexerCURSOR = 34 MySqlLexerDATABASE = 35 MySqlLexerDATABASES = 36 MySqlLexerDECLARE = 37 MySqlLexerDEFAULT = 38 MySqlLexerDELAYED = 39 MySqlLexerDELETE = 40 MySqlLexerDESC = 41 MySqlLexerDESCRIBE = 42 MySqlLexerDETERMINISTIC = 43 MySqlLexerDIAGNOSTICS = 44 MySqlLexerDISTINCT = 45 MySqlLexerDISTINCTROW = 46 MySqlLexerDROP = 47 MySqlLexerEACH = 48 MySqlLexerELSE = 49 MySqlLexerELSEIF = 50 MySqlLexerEMPTY = 51 MySqlLexerENCLOSED = 52 MySqlLexerESCAPED = 53 MySqlLexerEXISTS = 54 MySqlLexerEXIT = 55 MySqlLexerEXPLAIN = 56 MySqlLexerFALSE = 57 MySqlLexerFETCH = 58 MySqlLexerFOR = 59 MySqlLexerFORCE = 60 MySqlLexerFOREIGN = 61 MySqlLexerFROM = 62 MySqlLexerFULLTEXT = 63 MySqlLexerGENERATED = 64 MySqlLexerGET = 65 MySqlLexerGRANT = 66 MySqlLexerGROUP = 67 MySqlLexerHAVING = 68 MySqlLexerHIGH_PRIORITY = 69 MySqlLexerIF = 70 MySqlLexerIGNORE = 71 MySqlLexerIN = 72 MySqlLexerINDEX = 73 MySqlLexerINFILE = 74 MySqlLexerINNER = 75 MySqlLexerINOUT = 76 MySqlLexerINSERT = 77 MySqlLexerINTERVAL = 78 MySqlLexerINTO = 79 MySqlLexerIS = 80 MySqlLexerITERATE = 81 MySqlLexerJOIN = 82 MySqlLexerKEY = 83 MySqlLexerKEYS = 84 MySqlLexerKILL = 85 MySqlLexerLEADING = 86 MySqlLexerLEAVE = 87 MySqlLexerLEFT = 88 MySqlLexerLIKE = 89 MySqlLexerLIMIT = 90 MySqlLexerLINEAR = 91 MySqlLexerLINES = 92 MySqlLexerLOAD = 93 MySqlLexerLOCK = 94 MySqlLexerLOOP = 95 MySqlLexerLOW_PRIORITY = 96 MySqlLexerMASTER_BIND = 97 MySqlLexerMASTER_SSL_VERIFY_SERVER_CERT = 98 MySqlLexerMATCH = 99 MySqlLexerMAXVALUE = 100 MySqlLexerMODIFIES = 101 MySqlLexerNATURAL = 102 MySqlLexerNOT = 103 MySqlLexerNO_WRITE_TO_BINLOG = 104 MySqlLexerNULL_LITERAL = 105 MySqlLexerNULL = 106 MySqlLexerNUMBER = 107 MySqlLexerON = 108 MySqlLexerOPTIMIZE = 109 MySqlLexerOPTION = 110 MySqlLexerOPTIONALLY = 111 MySqlLexerOR = 112 MySqlLexerORDER = 113 MySqlLexerOUT = 114 MySqlLexerOUTER = 115 MySqlLexerOUTFILE = 116 MySqlLexerPARTITION = 117 MySqlLexerPRIMARY = 118 MySqlLexerPROCEDURE = 119 MySqlLexerPURGE = 120 MySqlLexerRANGE = 121 MySqlLexerREAD = 122 MySqlLexerREADS = 123 MySqlLexerREFERENCES = 124 MySqlLexerREGEXP = 125 MySqlLexerRELEASE = 126 MySqlLexerRENAME = 127 MySqlLexerREPEAT = 128 MySqlLexerREPLACE = 129 MySqlLexerREQUIRE = 130 MySqlLexerRESIGNAL = 131 MySqlLexerRESTRICT = 132 MySqlLexerRETURN = 133 MySqlLexerREVOKE = 134 MySqlLexerRIGHT = 135 MySqlLexerRLIKE = 136 MySqlLexerSCHEMA = 137 MySqlLexerSCHEMAS = 138 MySqlLexerSELECT = 139 MySqlLexerSET = 140 MySqlLexerSEPARATOR = 141 MySqlLexerSHOW = 142 MySqlLexerSIGNAL = 143 MySqlLexerSPATIAL = 144 MySqlLexerSQL = 145 MySqlLexerSQLEXCEPTION = 146 MySqlLexerSQLSTATE = 147 MySqlLexerSQLWARNING = 148 MySqlLexerSQL_BIG_RESULT = 149 MySqlLexerSQL_CALC_FOUND_ROWS = 150 MySqlLexerSQL_SMALL_RESULT = 151 MySqlLexerSSL = 152 MySqlLexerSTACKED = 153 MySqlLexerSTARTING = 154 MySqlLexerSTRAIGHT_JOIN = 155 MySqlLexerTABLE = 156 MySqlLexerTERMINATED = 157 MySqlLexerTHEN = 158 MySqlLexerTO = 159 MySqlLexerTRAILING = 160 MySqlLexerTRIGGER = 161 MySqlLexerTRUE = 162 MySqlLexerUNDO = 163 MySqlLexerUNION = 164 MySqlLexerUNIQUE = 165 MySqlLexerUNLOCK = 166 MySqlLexerUNSIGNED = 167 MySqlLexerUPDATE = 168 MySqlLexerUSAGE = 169 MySqlLexerUSE = 170 MySqlLexerUSING = 171 MySqlLexerVALUES = 172 MySqlLexerWHEN = 173 MySqlLexerWHERE = 174 MySqlLexerWHILE = 175 MySqlLexerWITH = 176 MySqlLexerWRITE = 177 MySqlLexerXOR = 178 MySqlLexerZEROFILL = 179 MySqlLexerTINYINT = 180 MySqlLexerSMALLINT = 181 MySqlLexerMEDIUMINT = 182 MySqlLexerMIDDLEINT = 183 MySqlLexerINT = 184 MySqlLexerINT1 = 185 MySqlLexerINT2 = 186 MySqlLexerINT3 = 187 MySqlLexerINT4 = 188 MySqlLexerINT8 = 189 MySqlLexerINTEGER = 190 MySqlLexerBIGINT = 191 MySqlLexerREAL = 192 MySqlLexerDOUBLE = 193 MySqlLexerPRECISION = 194 MySqlLexerFLOAT = 195 MySqlLexerFLOAT4 = 196 MySqlLexerFLOAT8 = 197 MySqlLexerDECIMAL = 198 MySqlLexerDEC = 199 MySqlLexerNUMERIC = 200 MySqlLexerDATE = 201 MySqlLexerTIME = 202 MySqlLexerTIMESTAMP = 203 MySqlLexerDATETIME = 204 MySqlLexerYEAR = 205 MySqlLexerCHAR = 206 MySqlLexerVARCHAR = 207 MySqlLexerNVARCHAR = 208 MySqlLexerNATIONAL = 209 MySqlLexerBINARY = 210 MySqlLexerVARBINARY = 211 MySqlLexerTINYBLOB = 212 MySqlLexerBLOB = 213 MySqlLexerMEDIUMBLOB = 214 MySqlLexerLONG = 215 MySqlLexerLONGBLOB = 216 MySqlLexerTINYTEXT = 217 MySqlLexerTEXT = 218 MySqlLexerMEDIUMTEXT = 219 MySqlLexerLONGTEXT = 220 MySqlLexerENUM = 221 MySqlLexerVARYING = 222 MySqlLexerSERIAL = 223 MySqlLexerYEAR_MONTH = 224 MySqlLexerDAY_HOUR = 225 MySqlLexerDAY_MINUTE = 226 MySqlLexerDAY_SECOND = 227 MySqlLexerHOUR_MINUTE = 228 MySqlLexerHOUR_SECOND = 229 MySqlLexerMINUTE_SECOND = 230 MySqlLexerSECOND_MICROSECOND = 231 MySqlLexerMINUTE_MICROSECOND = 232 MySqlLexerHOUR_MICROSECOND = 233 MySqlLexerDAY_MICROSECOND = 234 MySqlLexerJSON_ARRAY = 235 MySqlLexerJSON_OBJECT = 236 MySqlLexerJSON_QUOTE = 237 MySqlLexerJSON_CONTAINS = 238 MySqlLexerJSON_CONTAINS_PATH = 239 MySqlLexerJSON_EXTRACT = 240 MySqlLexerJSON_KEYS = 241 MySqlLexerJSON_OVERLAPS = 242 MySqlLexerJSON_SEARCH = 243 MySqlLexerJSON_VALUE = 244 MySqlLexerJSON_ARRAY_APPEND = 245 MySqlLexerJSON_ARRAY_INSERT = 246 MySqlLexerJSON_INSERT = 247 MySqlLexerJSON_MERGE = 248 MySqlLexerJSON_MERGE_PATCH = 249 MySqlLexerJSON_MERGE_PRESERVE = 250 MySqlLexerJSON_REMOVE = 251 MySqlLexerJSON_REPLACE = 252 MySqlLexerJSON_SET = 253 MySqlLexerJSON_UNQUOTE = 254 MySqlLexerJSON_DEPTH = 255 MySqlLexerJSON_LENGTH = 256 MySqlLexerJSON_TYPE = 257 MySqlLexerJSON_VALID = 258 MySqlLexerJSON_TABLE = 259 MySqlLexerJSON_SCHEMA_VALID = 260 MySqlLexerJSON_SCHEMA_VALIDATION_REPORT = 261 MySqlLexerJSON_PRETTY = 262 MySqlLexerJSON_STORAGE_FREE = 263 MySqlLexerJSON_STORAGE_SIZE = 264 MySqlLexerJSON_ARRAYAGG = 265 MySqlLexerJSON_OBJECTAGG = 266 MySqlLexerAVG = 267 MySqlLexerBIT_AND = 268 MySqlLexerBIT_OR = 269 MySqlLexerBIT_XOR = 270 MySqlLexerCOUNT = 271 MySqlLexerGROUP_CONCAT = 272 MySqlLexerMAX = 273 MySqlLexerMIN = 274 MySqlLexerSTD = 275 MySqlLexerSTDDEV = 276 MySqlLexerSTDDEV_POP = 277 MySqlLexerSTDDEV_SAMP = 278 MySqlLexerSUM = 279 MySqlLexerVAR_POP = 280 MySqlLexerVAR_SAMP = 281 MySqlLexerVARIANCE = 282 MySqlLexerCURRENT_DATE = 283 MySqlLexerCURRENT_TIME = 284 MySqlLexerCURRENT_TIMESTAMP = 285 MySqlLexerLOCALTIME = 286 MySqlLexerCURDATE = 287 MySqlLexerCURTIME = 288 MySqlLexerDATE_ADD = 289 MySqlLexerDATE_SUB = 290 MySqlLexerEXTRACT = 291 MySqlLexerLOCALTIMESTAMP = 292 MySqlLexerNOW = 293 MySqlLexerPOSITION = 294 MySqlLexerSUBSTR = 295 MySqlLexerSUBSTRING = 296 MySqlLexerSYSDATE = 297 MySqlLexerTRIM = 298 MySqlLexerUTC_DATE = 299 MySqlLexerUTC_TIME = 300 MySqlLexerUTC_TIMESTAMP = 301 MySqlLexerACCOUNT = 302 MySqlLexerACTION = 303 MySqlLexerAFTER = 304 MySqlLexerAGGREGATE = 305 MySqlLexerALGORITHM = 306 MySqlLexerANY = 307 MySqlLexerAT = 308 MySqlLexerAUTHORS = 309 MySqlLexerAUTOCOMMIT = 310 MySqlLexerAUTOEXTEND_SIZE = 311 MySqlLexerAUTO_INCREMENT = 312 MySqlLexerAVG_ROW_LENGTH = 313 MySqlLexerBEGIN = 314 MySqlLexerBINLOG = 315 MySqlLexerBIT = 316 MySqlLexerBLOCK = 317 MySqlLexerBOOL = 318 MySqlLexerBOOLEAN = 319 MySqlLexerBTREE = 320 MySqlLexerCACHE = 321 MySqlLexerCASCADED = 322 MySqlLexerCHAIN = 323 MySqlLexerCHANGED = 324 MySqlLexerCHANNEL = 325 MySqlLexerCHECKSUM = 326 MySqlLexerPAGE_CHECKSUM = 327 MySqlLexerCIPHER = 328 MySqlLexerCLASS_ORIGIN = 329 MySqlLexerCLIENT = 330 MySqlLexerCLOSE = 331 MySqlLexerCOALESCE = 332 MySqlLexerCODE = 333 MySqlLexerCOLUMNS = 334 MySqlLexerCOLUMN_FORMAT = 335 MySqlLexerCOLUMN_NAME = 336 MySqlLexerCOMMENT = 337 MySqlLexerCOMMIT = 338 MySqlLexerCOMPACT = 339 MySqlLexerCOMPLETION = 340 MySqlLexerCOMPRESSED = 341 MySqlLexerCOMPRESSION = 342 MySqlLexerCONCURRENT = 343 MySqlLexerCONNECTION = 344 MySqlLexerCONSISTENT = 345 MySqlLexerCONSTRAINT_CATALOG = 346 MySqlLexerCONSTRAINT_SCHEMA = 347 MySqlLexerCONSTRAINT_NAME = 348 MySqlLexerCONTAINS = 349 MySqlLexerCONTEXT = 350 MySqlLexerCONTRIBUTORS = 351 MySqlLexerCOPY = 352 MySqlLexerCPU = 353 MySqlLexerCURSOR_NAME = 354 MySqlLexerDATA = 355 MySqlLexerDATAFILE = 356 MySqlLexerDEALLOCATE = 357 MySqlLexerDEFAULT_AUTH = 358 MySqlLexerDEFINER = 359 MySqlLexerDELAY_KEY_WRITE = 360 MySqlLexerDES_KEY_FILE = 361 MySqlLexerDIRECTORY = 362 MySqlLexerDISABLE = 363 MySqlLexerDISCARD = 364 MySqlLexerDISK = 365 MySqlLexerDO = 366 MySqlLexerDUMPFILE = 367 MySqlLexerDUPLICATE = 368 MySqlLexerDYNAMIC = 369 MySqlLexerENABLE = 370 MySqlLexerENCRYPTION = 371 MySqlLexerEND = 372 MySqlLexerENDS = 373 MySqlLexerENGINE = 374 MySqlLexerENGINES = 375 MySqlLexerERROR = 376 MySqlLexerERRORS = 377 MySqlLexerESCAPE = 378 MySqlLexerEVEN = 379 MySqlLexerEVENT = 380 MySqlLexerEVENTS = 381 MySqlLexerEVERY = 382 MySqlLexerEXCHANGE = 383 MySqlLexerEXCLUSIVE = 384 MySqlLexerEXPIRE = 385 MySqlLexerEXPORT = 386 MySqlLexerEXTENDED = 387 MySqlLexerEXTENT_SIZE = 388 MySqlLexerFAST = 389 MySqlLexerFAULTS = 390 MySqlLexerFIELDS = 391 MySqlLexerFILE_BLOCK_SIZE = 392 MySqlLexerFILTER = 393 MySqlLexerFIRST = 394 MySqlLexerFIXED = 395 MySqlLexerFLUSH = 396 MySqlLexerFOLLOWS = 397 MySqlLexerFOUND = 398 MySqlLexerFULL = 399 MySqlLexerFUNCTION = 400 MySqlLexerGENERAL = 401 MySqlLexerGLOBAL = 402 MySqlLexerGRANTS = 403 MySqlLexerGROUP_REPLICATION = 404 MySqlLexerHANDLER = 405 MySqlLexerHASH = 406 MySqlLexerHELP = 407 MySqlLexerHOST = 408 MySqlLexerHOSTS = 409 MySqlLexerIDENTIFIED = 410 MySqlLexerIGNORE_SERVER_IDS = 411 MySqlLexerIMPORT = 412 MySqlLexerINDEXES = 413 MySqlLexerINITIAL_SIZE = 414 MySqlLexerINPLACE = 415 MySqlLexerINSERT_METHOD = 416 MySqlLexerINSTALL = 417 MySqlLexerINSTANCE = 418 MySqlLexerINVISIBLE = 419 MySqlLexerINVOKER = 420 MySqlLexerIO = 421 MySqlLexerIO_THREAD = 422 MySqlLexerIPC = 423 MySqlLexerISOLATION = 424 MySqlLexerISSUER = 425 MySqlLexerJSON = 426 MySqlLexerKEY_BLOCK_SIZE = 427 MySqlLexerLANGUAGE = 428 MySqlLexerLAST = 429 MySqlLexerLEAVES = 430 MySqlLexerLESS = 431 MySqlLexerLEVEL = 432 MySqlLexerLIST = 433 MySqlLexerLOCAL = 434 MySqlLexerLOGFILE = 435 MySqlLexerLOGS = 436 MySqlLexerMASTER = 437 MySqlLexerMASTER_AUTO_POSITION = 438 MySqlLexerMASTER_CONNECT_RETRY = 439 MySqlLexerMASTER_DELAY = 440 MySqlLexerMASTER_HEARTBEAT_PERIOD = 441 MySqlLexerMASTER_HOST = 442 MySqlLexerMASTER_LOG_FILE = 443 MySqlLexerMASTER_LOG_POS = 444 MySqlLexerMASTER_PASSWORD = 445 MySqlLexerMASTER_PORT = 446 MySqlLexerMASTER_RETRY_COUNT = 447 MySqlLexerMASTER_SSL = 448 MySqlLexerMASTER_SSL_CA = 449 MySqlLexerMASTER_SSL_CAPATH = 450 MySqlLexerMASTER_SSL_CERT = 451 MySqlLexerMASTER_SSL_CIPHER = 452 MySqlLexerMASTER_SSL_CRL = 453 MySqlLexerMASTER_SSL_CRLPATH = 454 MySqlLexerMASTER_SSL_KEY = 455 MySqlLexerMASTER_TLS_VERSION = 456 MySqlLexerMASTER_USER = 457 MySqlLexerMAX_CONNECTIONS_PER_HOUR = 458 MySqlLexerMAX_QUERIES_PER_HOUR = 459 MySqlLexerMAX_ROWS = 460 MySqlLexerMAX_SIZE = 461 MySqlLexerMAX_UPDATES_PER_HOUR = 462 MySqlLexerMAX_USER_CONNECTIONS = 463 MySqlLexerMEDIUM = 464 MySqlLexerMEMBER = 465 MySqlLexerMERGE = 466 MySqlLexerMESSAGE_TEXT = 467 MySqlLexerMID = 468 MySqlLexerMIGRATE = 469 MySqlLexerMIN_ROWS = 470 MySqlLexerMODE = 471 MySqlLexerMODIFY = 472 MySqlLexerMUTEX = 473 MySqlLexerMYSQL = 474 MySqlLexerMYSQL_ERRNO = 475 MySqlLexerNAME = 476 MySqlLexerNAMES = 477 MySqlLexerNCHAR = 478 MySqlLexerNEVER = 479 MySqlLexerNEXT = 480 MySqlLexerNO = 481 MySqlLexerNODEGROUP = 482 MySqlLexerNONE = 483 MySqlLexerOFFLINE = 484 MySqlLexerOFFSET = 485 MySqlLexerOF = 486 MySqlLexerOJ = 487 MySqlLexerOLD_PASSWORD = 488 MySqlLexerONE = 489 MySqlLexerONLINE = 490 MySqlLexerONLY = 491 MySqlLexerOPEN = 492 MySqlLexerOPTIMIZER_COSTS = 493 MySqlLexerOPTIONS = 494 MySqlLexerOWNER = 495 MySqlLexerPACK_KEYS = 496 MySqlLexerPAGE = 497 MySqlLexerPARSER = 498 MySqlLexerPARTIAL = 499 MySqlLexerPARTITIONING = 500 MySqlLexerPARTITIONS = 501 MySqlLexerPASSWORD = 502 MySqlLexerPHASE = 503 MySqlLexerPLUGIN = 504 MySqlLexerPLUGIN_DIR = 505 MySqlLexerPLUGINS = 506 MySqlLexerPORT = 507 MySqlLexerPRECEDES = 508 MySqlLexerPREPARE = 509 MySqlLexerPRESERVE = 510 MySqlLexerPREV = 511 MySqlLexerPROCESSLIST = 512 MySqlLexerPROFILE = 513 MySqlLexerPROFILES = 514 MySqlLexerPROXY = 515 MySqlLexerQUERY = 516 MySqlLexerQUICK = 517 MySqlLexerREBUILD = 518 MySqlLexerRECOVER = 519 MySqlLexerREDO_BUFFER_SIZE = 520 MySqlLexerREDUNDANT = 521 MySqlLexerRELAY = 522 MySqlLexerRELAY_LOG_FILE = 523 MySqlLexerRELAY_LOG_POS = 524 MySqlLexerRELAYLOG = 525 MySqlLexerREMOVE = 526 MySqlLexerREORGANIZE = 527 MySqlLexerREPAIR = 528 MySqlLexerREPLICATE_DO_DB = 529 MySqlLexerREPLICATE_DO_TABLE = 530 MySqlLexerREPLICATE_IGNORE_DB = 531 MySqlLexerREPLICATE_IGNORE_TABLE = 532 MySqlLexerREPLICATE_REWRITE_DB = 533 MySqlLexerREPLICATE_WILD_DO_TABLE = 534 MySqlLexerREPLICATE_WILD_IGNORE_TABLE = 535 MySqlLexerREPLICATION = 536 MySqlLexerRESET = 537 MySqlLexerRESUME = 538 MySqlLexerRETURNED_SQLSTATE = 539 MySqlLexerRETURNING = 540 MySqlLexerRETURNS = 541 MySqlLexerROLE = 542 MySqlLexerROLLBACK = 543 MySqlLexerROLLUP = 544 MySqlLexerROTATE = 545 MySqlLexerROW = 546 MySqlLexerROWS = 547 MySqlLexerROW_FORMAT = 548 MySqlLexerSAVEPOINT = 549 MySqlLexerSCHEDULE = 550 MySqlLexerSECURITY = 551 MySqlLexerSERVER = 552 MySqlLexerSESSION = 553 MySqlLexerSHARE = 554 MySqlLexerSHARED = 555 MySqlLexerSIGNED = 556 MySqlLexerSIMPLE = 557 MySqlLexerSLAVE = 558 MySqlLexerSLOW = 559 MySqlLexerSNAPSHOT = 560 MySqlLexerSOCKET = 561 MySqlLexerSOME = 562 MySqlLexerSONAME = 563 MySqlLexerSOUNDS = 564 MySqlLexerSOURCE = 565 MySqlLexerSQL_AFTER_GTIDS = 566 MySqlLexerSQL_AFTER_MTS_GAPS = 567 MySqlLexerSQL_BEFORE_GTIDS = 568 MySqlLexerSQL_BUFFER_RESULT = 569 MySqlLexerSQL_CACHE = 570 MySqlLexerSQL_NO_CACHE = 571 MySqlLexerSQL_THREAD = 572 MySqlLexerSTART = 573 MySqlLexerSTARTS = 574 MySqlLexerSTATS_AUTO_RECALC = 575 MySqlLexerSTATS_PERSISTENT = 576 MySqlLexerSTATS_SAMPLE_PAGES = 577 MySqlLexerSTATUS = 578 MySqlLexerSTOP = 579 MySqlLexerSTORAGE = 580 MySqlLexerSTORED = 581 MySqlLexerSTRING = 582 MySqlLexerSUBCLASS_ORIGIN = 583 MySqlLexerSUBJECT = 584 MySqlLexerSUBPARTITION = 585 MySqlLexerSUBPARTITIONS = 586 MySqlLexerSUSPEND = 587 MySqlLexerSWAPS = 588 MySqlLexerSWITCHES = 589 MySqlLexerTABLE_NAME = 590 MySqlLexerTABLESPACE = 591 MySqlLexerTEMPORARY = 592 MySqlLexerTEMPTABLE = 593 MySqlLexerTHAN = 594 MySqlLexerTRADITIONAL = 595 MySqlLexerTRANSACTION = 596 MySqlLexerTRANSACTIONAL = 597 MySqlLexerTRIGGERS = 598 MySqlLexerTRUNCATE = 599 MySqlLexerUNDEFINED = 600 MySqlLexerUNDOFILE = 601 MySqlLexerUNDO_BUFFER_SIZE = 602 MySqlLexerUNINSTALL = 603 MySqlLexerUNKNOWN = 604 MySqlLexerUNTIL = 605 MySqlLexerUPGRADE = 606 MySqlLexerUSER = 607 MySqlLexerUSE_FRM = 608 MySqlLexerUSER_RESOURCES = 609 MySqlLexerVALIDATION = 610 MySqlLexerVALUE = 611 MySqlLexerVARIABLES = 612 MySqlLexerVIEW = 613 MySqlLexerVIRTUAL = 614 MySqlLexerVISIBLE = 615 MySqlLexerWAIT = 616 MySqlLexerWARNINGS = 617 MySqlLexerWITHOUT = 618 MySqlLexerWORK = 619 MySqlLexerWRAPPER = 620 MySqlLexerX509 = 621 MySqlLexerXA = 622 MySqlLexerXML = 623 MySqlLexerEUR = 624 MySqlLexerUSA = 625 MySqlLexerJIS = 626 MySqlLexerISO = 627 MySqlLexerINTERNAL = 628 MySqlLexerQUARTER = 629 MySqlLexerMONTH = 630 MySqlLexerDAY = 631 MySqlLexerHOUR = 632 MySqlLexerMINUTE = 633 MySqlLexerWEEK = 634 MySqlLexerSECOND = 635 MySqlLexerMICROSECOND = 636 MySqlLexerTABLES = 637 MySqlLexerROUTINE = 638 MySqlLexerEXECUTE = 639 MySqlLexerFILE = 640 MySqlLexerPROCESS = 641 MySqlLexerRELOAD = 642 MySqlLexerSHUTDOWN = 643 MySqlLexerSUPER = 644 MySqlLexerPRIVILEGES = 645 MySqlLexerAPPLICATION_PASSWORD_ADMIN = 646 MySqlLexerAUDIT_ADMIN = 647 MySqlLexerBACKUP_ADMIN = 648 MySqlLexerBINLOG_ADMIN = 649 MySqlLexerBINLOG_ENCRYPTION_ADMIN = 650 MySqlLexerCLONE_ADMIN = 651 MySqlLexerCONNECTION_ADMIN = 652 MySqlLexerENCRYPTION_KEY_ADMIN = 653 MySqlLexerFIREWALL_ADMIN = 654 MySqlLexerFIREWALL_USER = 655 MySqlLexerFLUSH_OPTIMIZER_COSTS = 656 MySqlLexerFLUSH_STATUS = 657 MySqlLexerFLUSH_TABLES = 658 MySqlLexerFLUSH_USER_RESOURCES = 659 MySqlLexerGROUP_REPLICATION_ADMIN = 660 MySqlLexerINNODB_REDO_LOG_ARCHIVE = 661 MySqlLexerINNODB_REDO_LOG_ENABLE = 662 MySqlLexerNDB_STORED_USER = 663 MySqlLexerPERSIST_RO_VARIABLES_ADMIN = 664 MySqlLexerREPLICATION_APPLIER = 665 MySqlLexerREPLICATION_SLAVE_ADMIN = 666 MySqlLexerRESOURCE_GROUP_ADMIN = 667 MySqlLexerRESOURCE_GROUP_USER = 668 MySqlLexerROLE_ADMIN = 669 MySqlLexerSERVICE_CONNECTION_ADMIN = 670 MySqlLexerSESSION_VARIABLES_ADMIN = 671 MySqlLexerSET_USER_ID = 672 MySqlLexerSHOW_ROUTINE = 673 MySqlLexerSYSTEM_VARIABLES_ADMIN = 674 MySqlLexerTABLE_ENCRYPTION_ADMIN = 675 MySqlLexerVERSION_TOKEN_ADMIN = 676 MySqlLexerXA_RECOVER_ADMIN = 677 MySqlLexerARMSCII8 = 678 MySqlLexerASCII = 679 MySqlLexerBIG5 = 680 MySqlLexerCP1250 = 681 MySqlLexerCP1251 = 682 MySqlLexerCP1256 = 683 MySqlLexerCP1257 = 684 MySqlLexerCP850 = 685 MySqlLexerCP852 = 686 MySqlLexerCP866 = 687 MySqlLexerCP932 = 688 MySqlLexerDEC8 = 689 MySqlLexerEUCJPMS = 690 MySqlLexerEUCKR = 691 MySqlLexerGB2312 = 692 MySqlLexerGBK = 693 MySqlLexerGEOSTD8 = 694 MySqlLexerGREEK = 695 MySqlLexerHEBREW = 696 MySqlLexerHP8 = 697 MySqlLexerKEYBCS2 = 698 MySqlLexerKOI8R = 699 MySqlLexerKOI8U = 700 MySqlLexerLATIN1 = 701 MySqlLexerLATIN2 = 702 MySqlLexerLATIN5 = 703 MySqlLexerLATIN7 = 704 MySqlLexerMACCE = 705 MySqlLexerMACROMAN = 706 MySqlLexerSJIS = 707 MySqlLexerSWE7 = 708 MySqlLexerTIS620 = 709 MySqlLexerUCS2 = 710 MySqlLexerUJIS = 711 MySqlLexerUTF16 = 712 MySqlLexerUTF16LE = 713 MySqlLexerUTF32 = 714 MySqlLexerUTF8 = 715 MySqlLexerUTF8MB3 = 716 MySqlLexerUTF8MB4 = 717 MySqlLexerARCHIVE = 718 MySqlLexerBLACKHOLE = 719 MySqlLexerCSV = 720 MySqlLexerFEDERATED = 721 MySqlLexerINNODB = 722 MySqlLexerMEMORY = 723 MySqlLexerMRG_MYISAM = 724 MySqlLexerMYISAM = 725 MySqlLexerNDB = 726 MySqlLexerNDBCLUSTER = 727 MySqlLexerPERFORMANCE_SCHEMA = 728 MySqlLexerTOKUDB = 729 MySqlLexerREPEATABLE = 730 MySqlLexerCOMMITTED = 731 MySqlLexerUNCOMMITTED = 732 MySqlLexerSERIALIZABLE = 733 MySqlLexerGEOMETRYCOLLECTION = 734 MySqlLexerGEOMCOLLECTION = 735 MySqlLexerGEOMETRY = 736 MySqlLexerLINESTRING = 737 MySqlLexerMULTILINESTRING = 738 MySqlLexerMULTIPOINT = 739 MySqlLexerMULTIPOLYGON = 740 MySqlLexerPOINT = 741 MySqlLexerPOLYGON = 742 MySqlLexerABS = 743 MySqlLexerACOS = 744 MySqlLexerADDDATE = 745 MySqlLexerADDTIME = 746 MySqlLexerAES_DECRYPT = 747 MySqlLexerAES_ENCRYPT = 748 MySqlLexerAREA = 749 MySqlLexerASBINARY = 750 MySqlLexerASIN = 751 MySqlLexerASTEXT = 752 MySqlLexerASWKB = 753 MySqlLexerASWKT = 754 MySqlLexerASYMMETRIC_DECRYPT = 755 MySqlLexerASYMMETRIC_DERIVE = 756 MySqlLexerASYMMETRIC_ENCRYPT = 757 MySqlLexerASYMMETRIC_SIGN = 758 MySqlLexerASYMMETRIC_VERIFY = 759 MySqlLexerATAN = 760 MySqlLexerATAN2 = 761 MySqlLexerBENCHMARK = 762 MySqlLexerBIN = 763 MySqlLexerBIT_COUNT = 764 MySqlLexerBIT_LENGTH = 765 MySqlLexerBUFFER = 766 MySqlLexerCATALOG_NAME = 767 MySqlLexerCEIL = 768 MySqlLexerCEILING = 769 MySqlLexerCENTROID = 770 MySqlLexerCHARACTER_LENGTH = 771 MySqlLexerCHARSET = 772 MySqlLexerCHAR_LENGTH = 773 MySqlLexerCOERCIBILITY = 774 MySqlLexerCOLLATION = 775 MySqlLexerCOMPRESS = 776 MySqlLexerCONCAT = 777 MySqlLexerCONCAT_WS = 778 MySqlLexerCONNECTION_ID = 779 MySqlLexerCONV = 780 MySqlLexerCONVERT_TZ = 781 MySqlLexerCOS = 782 MySqlLexerCOT = 783 MySqlLexerCRC32 = 784 MySqlLexerCREATE_ASYMMETRIC_PRIV_KEY = 785 MySqlLexerCREATE_ASYMMETRIC_PUB_KEY = 786 MySqlLexerCREATE_DH_PARAMETERS = 787 MySqlLexerCREATE_DIGEST = 788 MySqlLexerCROSSES = 789 MySqlLexerDATEDIFF = 790 MySqlLexerDATE_FORMAT = 791 MySqlLexerDAYNAME = 792 MySqlLexerDAYOFMONTH = 793 MySqlLexerDAYOFWEEK = 794 MySqlLexerDAYOFYEAR = 795 MySqlLexerDECODE = 796 MySqlLexerDEGREES = 797 MySqlLexerDES_DECRYPT = 798 MySqlLexerDES_ENCRYPT = 799 MySqlLexerDIMENSION = 800 MySqlLexerDISJOINT = 801 MySqlLexerELT = 802 MySqlLexerENCODE = 803 MySqlLexerENCRYPT = 804 MySqlLexerENDPOINT = 805 MySqlLexerENVELOPE = 806 MySqlLexerEQUALS = 807 MySqlLexerEXP = 808 MySqlLexerEXPORT_SET = 809 MySqlLexerEXTERIORRING = 810 MySqlLexerEXTRACTVALUE = 811 MySqlLexerFIELD = 812 MySqlLexerFIND_IN_SET = 813 MySqlLexerFLOOR = 814 MySqlLexerFORMAT = 815 MySqlLexerFOUND_ROWS = 816 MySqlLexerFROM_BASE64 = 817 MySqlLexerFROM_DAYS = 818 MySqlLexerFROM_UNIXTIME = 819 MySqlLexerGEOMCOLLFROMTEXT = 820 MySqlLexerGEOMCOLLFROMWKB = 821 MySqlLexerGEOMETRYCOLLECTIONFROMTEXT = 822 MySqlLexerGEOMETRYCOLLECTIONFROMWKB = 823 MySqlLexerGEOMETRYFROMTEXT = 824 MySqlLexerGEOMETRYFROMWKB = 825 MySqlLexerGEOMETRYN = 826 MySqlLexerGEOMETRYTYPE = 827 MySqlLexerGEOMFROMTEXT = 828 MySqlLexerGEOMFROMWKB = 829 MySqlLexerGET_FORMAT = 830 MySqlLexerGET_LOCK = 831 MySqlLexerGLENGTH = 832 MySqlLexerGREATEST = 833 MySqlLexerGTID_SUBSET = 834 MySqlLexerGTID_SUBTRACT = 835 MySqlLexerHEX = 836 MySqlLexerIFNULL = 837 MySqlLexerINET6_ATON = 838 MySqlLexerINET6_NTOA = 839 MySqlLexerINET_ATON = 840 MySqlLexerINET_NTOA = 841 MySqlLexerINSTR = 842 MySqlLexerINTERIORRINGN = 843 MySqlLexerINTERSECTS = 844 MySqlLexerISCLOSED = 845 MySqlLexerISEMPTY = 846 MySqlLexerISNULL = 847 MySqlLexerISSIMPLE = 848 MySqlLexerIS_FREE_LOCK = 849 MySqlLexerIS_IPV4 = 850 MySqlLexerIS_IPV4_COMPAT = 851 MySqlLexerIS_IPV4_MAPPED = 852 MySqlLexerIS_IPV6 = 853 MySqlLexerIS_USED_LOCK = 854 MySqlLexerLAST_INSERT_ID = 855 MySqlLexerLCASE = 856 MySqlLexerLEAST = 857 MySqlLexerLENGTH = 858 MySqlLexerLINEFROMTEXT = 859 MySqlLexerLINEFROMWKB = 860 MySqlLexerLINESTRINGFROMTEXT = 861 MySqlLexerLINESTRINGFROMWKB = 862 MySqlLexerLN = 863 MySqlLexerLOAD_FILE = 864 MySqlLexerLOCATE = 865 MySqlLexerLOG = 866 MySqlLexerLOG10 = 867 MySqlLexerLOG2 = 868 MySqlLexerLOWER = 869 MySqlLexerLPAD = 870 MySqlLexerLTRIM = 871 MySqlLexerMAKEDATE = 872 MySqlLexerMAKETIME = 873 MySqlLexerMAKE_SET = 874 MySqlLexerMASTER_POS_WAIT = 875 MySqlLexerMBRCONTAINS = 876 MySqlLexerMBRDISJOINT = 877 MySqlLexerMBREQUAL = 878 MySqlLexerMBRINTERSECTS = 879 MySqlLexerMBROVERLAPS = 880 MySqlLexerMBRTOUCHES = 881 MySqlLexerMBRWITHIN = 882 MySqlLexerMD5 = 883 MySqlLexerMLINEFROMTEXT = 884 MySqlLexerMLINEFROMWKB = 885 MySqlLexerMONTHNAME = 886 MySqlLexerMPOINTFROMTEXT = 887 MySqlLexerMPOINTFROMWKB = 888 MySqlLexerMPOLYFROMTEXT = 889 MySqlLexerMPOLYFROMWKB = 890 MySqlLexerMULTILINESTRINGFROMTEXT = 891 MySqlLexerMULTILINESTRINGFROMWKB = 892 MySqlLexerMULTIPOINTFROMTEXT = 893 MySqlLexerMULTIPOINTFROMWKB = 894 MySqlLexerMULTIPOLYGONFROMTEXT = 895 MySqlLexerMULTIPOLYGONFROMWKB = 896 MySqlLexerNAME_CONST = 897 MySqlLexerNULLIF = 898 MySqlLexerNUMGEOMETRIES = 899 MySqlLexerNUMINTERIORRINGS = 900 MySqlLexerNUMPOINTS = 901 MySqlLexerOCT = 902 MySqlLexerOCTET_LENGTH = 903 MySqlLexerORD = 904 MySqlLexerOVERLAPS = 905 MySqlLexerPERIOD_ADD = 906 MySqlLexerPERIOD_DIFF = 907 MySqlLexerPI = 908 MySqlLexerPOINTFROMTEXT = 909 MySqlLexerPOINTFROMWKB = 910 MySqlLexerPOINTN = 911 MySqlLexerPOLYFROMTEXT = 912 MySqlLexerPOLYFROMWKB = 913 MySqlLexerPOLYGONFROMTEXT = 914 MySqlLexerPOLYGONFROMWKB = 915 MySqlLexerPOW = 916 MySqlLexerPOWER = 917 MySqlLexerQUOTE = 918 MySqlLexerRADIANS = 919 MySqlLexerRAND = 920 MySqlLexerRANDOM_BYTES = 921 MySqlLexerRELEASE_LOCK = 922 MySqlLexerREVERSE = 923 MySqlLexerROUND = 924 MySqlLexerROW_COUNT = 925 MySqlLexerRPAD = 926 MySqlLexerRTRIM = 927 MySqlLexerSEC_TO_TIME = 928 MySqlLexerSESSION_USER = 929 MySqlLexerSHA = 930 MySqlLexerSHA1 = 931 MySqlLexerSHA2 = 932 MySqlLexerSCHEMA_NAME = 933 MySqlLexerSIGN = 934 MySqlLexerSIN = 935 MySqlLexerSLEEP = 936 MySqlLexerSOUNDEX = 937 MySqlLexerSQL_THREAD_WAIT_AFTER_GTIDS = 938 MySqlLexerSQRT = 939 MySqlLexerSRID = 940 MySqlLexerSTARTPOINT = 941 MySqlLexerSTRCMP = 942 MySqlLexerSTR_TO_DATE = 943 MySqlLexerST_AREA = 944 MySqlLexerST_ASBINARY = 945 MySqlLexerST_ASTEXT = 946 MySqlLexerST_ASWKB = 947 MySqlLexerST_ASWKT = 948 MySqlLexerST_BUFFER = 949 MySqlLexerST_CENTROID = 950 MySqlLexerST_CONTAINS = 951 MySqlLexerST_CROSSES = 952 MySqlLexerST_DIFFERENCE = 953 MySqlLexerST_DIMENSION = 954 MySqlLexerST_DISJOINT = 955 MySqlLexerST_DISTANCE = 956 MySqlLexerST_ENDPOINT = 957 MySqlLexerST_ENVELOPE = 958 MySqlLexerST_EQUALS = 959 MySqlLexerST_EXTERIORRING = 960 MySqlLexerST_GEOMCOLLFROMTEXT = 961 MySqlLexerST_GEOMCOLLFROMTXT = 962 MySqlLexerST_GEOMCOLLFROMWKB = 963 MySqlLexerST_GEOMETRYCOLLECTIONFROMTEXT = 964 MySqlLexerST_GEOMETRYCOLLECTIONFROMWKB = 965 MySqlLexerST_GEOMETRYFROMTEXT = 966 MySqlLexerST_GEOMETRYFROMWKB = 967 MySqlLexerST_GEOMETRYN = 968 MySqlLexerST_GEOMETRYTYPE = 969 MySqlLexerST_GEOMFROMTEXT = 970 MySqlLexerST_GEOMFROMWKB = 971 MySqlLexerST_INTERIORRINGN = 972 MySqlLexerST_INTERSECTION = 973 MySqlLexerST_INTERSECTS = 974 MySqlLexerST_ISCLOSED = 975 MySqlLexerST_ISEMPTY = 976 MySqlLexerST_ISSIMPLE = 977 MySqlLexerST_LINEFROMTEXT = 978 MySqlLexerST_LINEFROMWKB = 979 MySqlLexerST_LINESTRINGFROMTEXT = 980 MySqlLexerST_LINESTRINGFROMWKB = 981 MySqlLexerST_NUMGEOMETRIES = 982 MySqlLexerST_NUMINTERIORRING = 983 MySqlLexerST_NUMINTERIORRINGS = 984 MySqlLexerST_NUMPOINTS = 985 MySqlLexerST_OVERLAPS = 986 MySqlLexerST_POINTFROMTEXT = 987 MySqlLexerST_POINTFROMWKB = 988 MySqlLexerST_POINTN = 989 MySqlLexerST_POLYFROMTEXT = 990 MySqlLexerST_POLYFROMWKB = 991 MySqlLexerST_POLYGONFROMTEXT = 992 MySqlLexerST_POLYGONFROMWKB = 993 MySqlLexerST_SRID = 994 MySqlLexerST_STARTPOINT = 995 MySqlLexerST_SYMDIFFERENCE = 996 MySqlLexerST_TOUCHES = 997 MySqlLexerST_UNION = 998 MySqlLexerST_WITHIN = 999 MySqlLexerST_X = 1000 MySqlLexerST_Y = 1001 MySqlLexerSUBDATE = 1002 MySqlLexerSUBSTRING_INDEX = 1003 MySqlLexerSUBTIME = 1004 MySqlLexerSYSTEM_USER = 1005 MySqlLexerTAN = 1006 MySqlLexerTIMEDIFF = 1007 MySqlLexerTIMESTAMPADD = 1008 MySqlLexerTIMESTAMPDIFF = 1009 MySqlLexerTIME_FORMAT = 1010 MySqlLexerTIME_TO_SEC = 1011 MySqlLexerTOUCHES = 1012 MySqlLexerTO_BASE64 = 1013 MySqlLexerTO_DAYS = 1014 MySqlLexerTO_SECONDS = 1015 MySqlLexerUCASE = 1016 MySqlLexerUNCOMPRESS = 1017 MySqlLexerUNCOMPRESSED_LENGTH = 1018 MySqlLexerUNHEX = 1019 MySqlLexerUNIX_TIMESTAMP = 1020 MySqlLexerUPDATEXML = 1021 MySqlLexerUPPER = 1022 MySqlLexerUUID = 1023 MySqlLexerUUID_SHORT = 1024 MySqlLexerVALIDATE_PASSWORD_STRENGTH = 1025 MySqlLexerVERSION = 1026 MySqlLexerWAIT_UNTIL_SQL_THREAD_AFTER_GTIDS = 1027 MySqlLexerWEEKDAY = 1028 MySqlLexerWEEKOFYEAR = 1029 MySqlLexerWEIGHT_STRING = 1030 MySqlLexerWITHIN = 1031 MySqlLexerYEARWEEK = 1032 MySqlLexerY_FUNCTION = 1033 MySqlLexerX_FUNCTION = 1034 MySqlLexerVAR_ASSIGN = 1035 MySqlLexerPLUS_ASSIGN = 1036 MySqlLexerMINUS_ASSIGN = 1037 MySqlLexerMULT_ASSIGN = 1038 MySqlLexerDIV_ASSIGN = 1039 MySqlLexerMOD_ASSIGN = 1040 MySqlLexerAND_ASSIGN = 1041 MySqlLexerXOR_ASSIGN = 1042 MySqlLexerOR_ASSIGN = 1043 MySqlLexerSTAR = 1044 MySqlLexerDIVIDE = 1045 MySqlLexerMODULE = 1046 MySqlLexerPLUS = 1047 MySqlLexerMINUSMINUS = 1048 MySqlLexerMINUS = 1049 MySqlLexerDIV = 1050 MySqlLexerMOD = 1051 MySqlLexerEQUAL_SYMBOL = 1052 MySqlLexerGREATER_SYMBOL = 1053 MySqlLexerLESS_SYMBOL = 1054 MySqlLexerEXCLAMATION_SYMBOL = 1055 MySqlLexerBIT_NOT_OP = 1056 MySqlLexerBIT_OR_OP = 1057 MySqlLexerBIT_AND_OP = 1058 MySqlLexerBIT_XOR_OP = 1059 MySqlLexerDOT = 1060 MySqlLexerLR_BRACKET = 1061 MySqlLexerRR_BRACKET = 1062 MySqlLexerCOMMA = 1063 MySqlLexerSEMI = 1064 MySqlLexerAT_SIGN = 1065 MySqlLexerZERO_DECIMAL = 1066 MySqlLexerONE_DECIMAL = 1067 MySqlLexerTWO_DECIMAL = 1068 MySqlLexerSINGLE_QUOTE_SYMB = 1069 MySqlLexerDOUBLE_QUOTE_SYMB = 1070 MySqlLexerREVERSE_QUOTE_SYMB = 1071 MySqlLexerCOLON_SYMB = 1072 MySqlLexerCHARSET_REVERSE_QOUTE_STRING = 1073 MySqlLexerFILESIZE_LITERAL = 1074 MySqlLexerSTART_NATIONAL_STRING_LITERAL = 1075 MySqlLexerSTRING_LITERAL = 1076 MySqlLexerDECIMAL_LITERAL = 1077 MySqlLexerHEXADECIMAL_LITERAL = 1078 MySqlLexerREAL_LITERAL = 1079 MySqlLexerNULL_SPEC_LITERAL = 1080 MySqlLexerBIT_STRING = 1081 MySqlLexerSTRING_CHARSET_NAME = 1082 MySqlLexerDOT_ID = 1083 MySqlLexerID = 1084 MySqlLexerREVERSE_QUOTE_ID = 1085 MySqlLexerSTRING_USER_NAME = 1086 MySqlLexerIP_ADDRESS = 1087 MySqlLexerLOCAL_ID = 1088 MySqlLexerGLOBAL_ID = 1089 MySqlLexerERROR_RECONGNIGION = 1090 )
MySqlLexer tokens.
View Source
const ( MySqlLexerMYSQLCOMMENT = 2 MySqlLexerERRORCHANNEL = 3 )
MySqlLexer channels.
View Source
const ( MySqlParserEOF = antlr.TokenEOF MySqlParserSPACE = 1 MySqlParserSPEC_MYSQL_COMMENT = 2 MySqlParserCOMMENT_INPUT = 3 MySqlParserLINE_COMMENT = 4 MySqlParserADD = 5 MySqlParserALL = 6 MySqlParserALTER = 7 MySqlParserALWAYS = 8 MySqlParserANALYZE = 9 MySqlParserAND = 10 MySqlParserAS = 11 MySqlParserASC = 12 MySqlParserBEFORE = 13 MySqlParserBETWEEN = 14 MySqlParserBOTH = 15 MySqlParserBY = 16 MySqlParserCALL = 17 MySqlParserCASCADE = 18 MySqlParserCASE = 19 MySqlParserCAST = 20 MySqlParserCHANGE = 21 MySqlParserCHARACTER = 22 MySqlParserCHECK = 23 MySqlParserCOLLATE = 24 MySqlParserCOLUMN = 25 MySqlParserCONDITION = 26 MySqlParserCONSTRAINT = 27 MySqlParserCONTINUE = 28 MySqlParserCONVERT = 29 MySqlParserCREATE = 30 MySqlParserCROSS = 31 MySqlParserCURRENT = 32 MySqlParserCURRENT_USER = 33 MySqlParserCURSOR = 34 MySqlParserDATABASE = 35 MySqlParserDATABASES = 36 MySqlParserDECLARE = 37 MySqlParserDEFAULT = 38 MySqlParserDELAYED = 39 MySqlParserDELETE = 40 MySqlParserDESC = 41 MySqlParserDESCRIBE = 42 MySqlParserDETERMINISTIC = 43 MySqlParserDIAGNOSTICS = 44 MySqlParserDISTINCT = 45 MySqlParserDISTINCTROW = 46 MySqlParserDROP = 47 MySqlParserEACH = 48 MySqlParserELSE = 49 MySqlParserELSEIF = 50 MySqlParserEMPTY = 51 MySqlParserENCLOSED = 52 MySqlParserESCAPED = 53 MySqlParserEXISTS = 54 MySqlParserEXIT = 55 MySqlParserEXPLAIN = 56 MySqlParserFALSE = 57 MySqlParserFETCH = 58 MySqlParserFOR = 59 MySqlParserFORCE = 60 MySqlParserFOREIGN = 61 MySqlParserFROM = 62 MySqlParserFULLTEXT = 63 MySqlParserGENERATED = 64 MySqlParserGET = 65 MySqlParserGRANT = 66 MySqlParserGROUP = 67 MySqlParserHAVING = 68 MySqlParserHIGH_PRIORITY = 69 MySqlParserIF = 70 MySqlParserIGNORE = 71 MySqlParserIN = 72 MySqlParserINDEX = 73 MySqlParserINFILE = 74 MySqlParserINNER = 75 MySqlParserINOUT = 76 MySqlParserINSERT = 77 MySqlParserINTERVAL = 78 MySqlParserINTO = 79 MySqlParserIS = 80 MySqlParserITERATE = 81 MySqlParserJOIN = 82 MySqlParserKEY = 83 MySqlParserKEYS = 84 MySqlParserKILL = 85 MySqlParserLEADING = 86 MySqlParserLEAVE = 87 MySqlParserLEFT = 88 MySqlParserLIKE = 89 MySqlParserLIMIT = 90 MySqlParserLINEAR = 91 MySqlParserLINES = 92 MySqlParserLOAD = 93 MySqlParserLOCK = 94 MySqlParserLOOP = 95 MySqlParserLOW_PRIORITY = 96 MySqlParserMASTER_BIND = 97 MySqlParserMASTER_SSL_VERIFY_SERVER_CERT = 98 MySqlParserMATCH = 99 MySqlParserMAXVALUE = 100 MySqlParserMODIFIES = 101 MySqlParserNATURAL = 102 MySqlParserNOT = 103 MySqlParserNO_WRITE_TO_BINLOG = 104 MySqlParserNULL_LITERAL = 105 MySqlParserNULL = 106 MySqlParserNUMBER = 107 MySqlParserON = 108 MySqlParserOPTIMIZE = 109 MySqlParserOPTION = 110 MySqlParserOPTIONALLY = 111 MySqlParserOR = 112 MySqlParserORDER = 113 MySqlParserOUT = 114 MySqlParserOUTER = 115 MySqlParserOUTFILE = 116 MySqlParserPARTITION = 117 MySqlParserPRIMARY = 118 MySqlParserPROCEDURE = 119 MySqlParserPURGE = 120 MySqlParserRANGE = 121 MySqlParserREAD = 122 MySqlParserREADS = 123 MySqlParserREFERENCES = 124 MySqlParserREGEXP = 125 MySqlParserRELEASE = 126 MySqlParserRENAME = 127 MySqlParserREPEAT = 128 MySqlParserREPLACE = 129 MySqlParserREQUIRE = 130 MySqlParserRESIGNAL = 131 MySqlParserRESTRICT = 132 MySqlParserRETURN = 133 MySqlParserREVOKE = 134 MySqlParserRIGHT = 135 MySqlParserRLIKE = 136 MySqlParserSCHEMA = 137 MySqlParserSCHEMAS = 138 MySqlParserSELECT = 139 MySqlParserSET = 140 MySqlParserSEPARATOR = 141 MySqlParserSHOW = 142 MySqlParserSIGNAL = 143 MySqlParserSPATIAL = 144 MySqlParserSQL = 145 MySqlParserSQLEXCEPTION = 146 MySqlParserSQLSTATE = 147 MySqlParserSQLWARNING = 148 MySqlParserSQL_BIG_RESULT = 149 MySqlParserSQL_CALC_FOUND_ROWS = 150 MySqlParserSQL_SMALL_RESULT = 151 MySqlParserSSL = 152 MySqlParserSTACKED = 153 MySqlParserSTARTING = 154 MySqlParserSTRAIGHT_JOIN = 155 MySqlParserTABLE = 156 MySqlParserTERMINATED = 157 MySqlParserTHEN = 158 MySqlParserTO = 159 MySqlParserTRAILING = 160 MySqlParserTRIGGER = 161 MySqlParserTRUE = 162 MySqlParserUNDO = 163 MySqlParserUNION = 164 MySqlParserUNIQUE = 165 MySqlParserUNLOCK = 166 MySqlParserUNSIGNED = 167 MySqlParserUPDATE = 168 MySqlParserUSAGE = 169 MySqlParserUSE = 170 MySqlParserUSING = 171 MySqlParserVALUES = 172 MySqlParserWHEN = 173 MySqlParserWHERE = 174 MySqlParserWHILE = 175 MySqlParserWITH = 176 MySqlParserWRITE = 177 MySqlParserXOR = 178 MySqlParserZEROFILL = 179 MySqlParserTINYINT = 180 MySqlParserSMALLINT = 181 MySqlParserMEDIUMINT = 182 MySqlParserMIDDLEINT = 183 MySqlParserINT = 184 MySqlParserINT1 = 185 MySqlParserINT2 = 186 MySqlParserINT3 = 187 MySqlParserINT4 = 188 MySqlParserINT8 = 189 MySqlParserINTEGER = 190 MySqlParserBIGINT = 191 MySqlParserREAL = 192 MySqlParserDOUBLE = 193 MySqlParserPRECISION = 194 MySqlParserFLOAT = 195 MySqlParserFLOAT4 = 196 MySqlParserFLOAT8 = 197 MySqlParserDECIMAL = 198 MySqlParserDEC = 199 MySqlParserNUMERIC = 200 MySqlParserDATE = 201 MySqlParserTIME = 202 MySqlParserTIMESTAMP = 203 MySqlParserDATETIME = 204 MySqlParserYEAR = 205 MySqlParserCHAR = 206 MySqlParserVARCHAR = 207 MySqlParserNVARCHAR = 208 MySqlParserNATIONAL = 209 MySqlParserBINARY = 210 MySqlParserVARBINARY = 211 MySqlParserTINYBLOB = 212 MySqlParserBLOB = 213 MySqlParserMEDIUMBLOB = 214 MySqlParserLONG = 215 MySqlParserLONGBLOB = 216 MySqlParserTINYTEXT = 217 MySqlParserTEXT = 218 MySqlParserMEDIUMTEXT = 219 MySqlParserLONGTEXT = 220 MySqlParserENUM = 221 MySqlParserVARYING = 222 MySqlParserSERIAL = 223 MySqlParserYEAR_MONTH = 224 MySqlParserDAY_HOUR = 225 MySqlParserDAY_MINUTE = 226 MySqlParserDAY_SECOND = 227 MySqlParserHOUR_MINUTE = 228 MySqlParserHOUR_SECOND = 229 MySqlParserMINUTE_SECOND = 230 MySqlParserSECOND_MICROSECOND = 231 MySqlParserMINUTE_MICROSECOND = 232 MySqlParserHOUR_MICROSECOND = 233 MySqlParserDAY_MICROSECOND = 234 MySqlParserJSON_ARRAY = 235 MySqlParserJSON_OBJECT = 236 MySqlParserJSON_QUOTE = 237 MySqlParserJSON_CONTAINS = 238 MySqlParserJSON_CONTAINS_PATH = 239 MySqlParserJSON_EXTRACT = 240 MySqlParserJSON_KEYS = 241 MySqlParserJSON_OVERLAPS = 242 MySqlParserJSON_SEARCH = 243 MySqlParserJSON_VALUE = 244 MySqlParserJSON_ARRAY_APPEND = 245 MySqlParserJSON_ARRAY_INSERT = 246 MySqlParserJSON_INSERT = 247 MySqlParserJSON_MERGE = 248 MySqlParserJSON_MERGE_PATCH = 249 MySqlParserJSON_MERGE_PRESERVE = 250 MySqlParserJSON_REMOVE = 251 MySqlParserJSON_REPLACE = 252 MySqlParserJSON_SET = 253 MySqlParserJSON_UNQUOTE = 254 MySqlParserJSON_DEPTH = 255 MySqlParserJSON_LENGTH = 256 MySqlParserJSON_TYPE = 257 MySqlParserJSON_VALID = 258 MySqlParserJSON_TABLE = 259 MySqlParserJSON_SCHEMA_VALID = 260 MySqlParserJSON_SCHEMA_VALIDATION_REPORT = 261 MySqlParserJSON_PRETTY = 262 MySqlParserJSON_STORAGE_FREE = 263 MySqlParserJSON_STORAGE_SIZE = 264 MySqlParserJSON_ARRAYAGG = 265 MySqlParserJSON_OBJECTAGG = 266 MySqlParserAVG = 267 MySqlParserBIT_AND = 268 MySqlParserBIT_OR = 269 MySqlParserBIT_XOR = 270 MySqlParserCOUNT = 271 MySqlParserGROUP_CONCAT = 272 MySqlParserMAX = 273 MySqlParserMIN = 274 MySqlParserSTD = 275 MySqlParserSTDDEV = 276 MySqlParserSTDDEV_POP = 277 MySqlParserSTDDEV_SAMP = 278 MySqlParserSUM = 279 MySqlParserVAR_POP = 280 MySqlParserVAR_SAMP = 281 MySqlParserVARIANCE = 282 MySqlParserCURRENT_DATE = 283 MySqlParserCURRENT_TIME = 284 MySqlParserCURRENT_TIMESTAMP = 285 MySqlParserLOCALTIME = 286 MySqlParserCURDATE = 287 MySqlParserCURTIME = 288 MySqlParserDATE_ADD = 289 MySqlParserDATE_SUB = 290 MySqlParserEXTRACT = 291 MySqlParserLOCALTIMESTAMP = 292 MySqlParserNOW = 293 MySqlParserPOSITION = 294 MySqlParserSUBSTR = 295 MySqlParserSUBSTRING = 296 MySqlParserSYSDATE = 297 MySqlParserTRIM = 298 MySqlParserUTC_DATE = 299 MySqlParserUTC_TIME = 300 MySqlParserUTC_TIMESTAMP = 301 MySqlParserACCOUNT = 302 MySqlParserACTION = 303 MySqlParserAFTER = 304 MySqlParserAGGREGATE = 305 MySqlParserALGORITHM = 306 MySqlParserANY = 307 MySqlParserAT = 308 MySqlParserAUTHORS = 309 MySqlParserAUTOCOMMIT = 310 MySqlParserAUTOEXTEND_SIZE = 311 MySqlParserAUTO_INCREMENT = 312 MySqlParserAVG_ROW_LENGTH = 313 MySqlParserBEGIN = 314 MySqlParserBINLOG = 315 MySqlParserBIT = 316 MySqlParserBLOCK = 317 MySqlParserBOOL = 318 MySqlParserBOOLEAN = 319 MySqlParserBTREE = 320 MySqlParserCACHE = 321 MySqlParserCASCADED = 322 MySqlParserCHAIN = 323 MySqlParserCHANGED = 324 MySqlParserCHANNEL = 325 MySqlParserCHECKSUM = 326 MySqlParserPAGE_CHECKSUM = 327 MySqlParserCIPHER = 328 MySqlParserCLASS_ORIGIN = 329 MySqlParserCLIENT = 330 MySqlParserCLOSE = 331 MySqlParserCOALESCE = 332 MySqlParserCODE = 333 MySqlParserCOLUMNS = 334 MySqlParserCOLUMN_FORMAT = 335 MySqlParserCOLUMN_NAME = 336 MySqlParserCOMMENT = 337 MySqlParserCOMMIT = 338 MySqlParserCOMPACT = 339 MySqlParserCOMPLETION = 340 MySqlParserCOMPRESSED = 341 MySqlParserCOMPRESSION = 342 MySqlParserCONCURRENT = 343 MySqlParserCONNECTION = 344 MySqlParserCONSISTENT = 345 MySqlParserCONSTRAINT_CATALOG = 346 MySqlParserCONSTRAINT_SCHEMA = 347 MySqlParserCONSTRAINT_NAME = 348 MySqlParserCONTAINS = 349 MySqlParserCONTEXT = 350 MySqlParserCONTRIBUTORS = 351 MySqlParserCOPY = 352 MySqlParserCPU = 353 MySqlParserCURSOR_NAME = 354 MySqlParserDATA = 355 MySqlParserDATAFILE = 356 MySqlParserDEALLOCATE = 357 MySqlParserDEFAULT_AUTH = 358 MySqlParserDEFINER = 359 MySqlParserDELAY_KEY_WRITE = 360 MySqlParserDES_KEY_FILE = 361 MySqlParserDIRECTORY = 362 MySqlParserDISABLE = 363 MySqlParserDISCARD = 364 MySqlParserDISK = 365 MySqlParserDO = 366 MySqlParserDUMPFILE = 367 MySqlParserDUPLICATE = 368 MySqlParserDYNAMIC = 369 MySqlParserENABLE = 370 MySqlParserENCRYPTION = 371 MySqlParserEND = 372 MySqlParserENDS = 373 MySqlParserENGINE = 374 MySqlParserENGINES = 375 MySqlParserERROR = 376 MySqlParserERRORS = 377 MySqlParserESCAPE = 378 MySqlParserEVEN = 379 MySqlParserEVENT = 380 MySqlParserEVENTS = 381 MySqlParserEVERY = 382 MySqlParserEXCHANGE = 383 MySqlParserEXCLUSIVE = 384 MySqlParserEXPIRE = 385 MySqlParserEXPORT = 386 MySqlParserEXTENDED = 387 MySqlParserEXTENT_SIZE = 388 MySqlParserFAST = 389 MySqlParserFAULTS = 390 MySqlParserFIELDS = 391 MySqlParserFILE_BLOCK_SIZE = 392 MySqlParserFILTER = 393 MySqlParserFIRST = 394 MySqlParserFIXED = 395 MySqlParserFLUSH = 396 MySqlParserFOLLOWS = 397 MySqlParserFOUND = 398 MySqlParserFULL = 399 MySqlParserFUNCTION = 400 MySqlParserGENERAL = 401 MySqlParserGLOBAL = 402 MySqlParserGRANTS = 403 MySqlParserGROUP_REPLICATION = 404 MySqlParserHANDLER = 405 MySqlParserHASH = 406 MySqlParserHELP = 407 MySqlParserHOST = 408 MySqlParserHOSTS = 409 MySqlParserIDENTIFIED = 410 MySqlParserIGNORE_SERVER_IDS = 411 MySqlParserIMPORT = 412 MySqlParserINDEXES = 413 MySqlParserINITIAL_SIZE = 414 MySqlParserINPLACE = 415 MySqlParserINSERT_METHOD = 416 MySqlParserINSTALL = 417 MySqlParserINSTANCE = 418 MySqlParserINVISIBLE = 419 MySqlParserINVOKER = 420 MySqlParserIO = 421 MySqlParserIO_THREAD = 422 MySqlParserIPC = 423 MySqlParserISOLATION = 424 MySqlParserISSUER = 425 MySqlParserJSON = 426 MySqlParserKEY_BLOCK_SIZE = 427 MySqlParserLANGUAGE = 428 MySqlParserLAST = 429 MySqlParserLEAVES = 430 MySqlParserLESS = 431 MySqlParserLEVEL = 432 MySqlParserLIST = 433 MySqlParserLOCAL = 434 MySqlParserLOGFILE = 435 MySqlParserLOGS = 436 MySqlParserMASTER = 437 MySqlParserMASTER_AUTO_POSITION = 438 MySqlParserMASTER_CONNECT_RETRY = 439 MySqlParserMASTER_DELAY = 440 MySqlParserMASTER_HEARTBEAT_PERIOD = 441 MySqlParserMASTER_HOST = 442 MySqlParserMASTER_LOG_FILE = 443 MySqlParserMASTER_LOG_POS = 444 MySqlParserMASTER_PASSWORD = 445 MySqlParserMASTER_PORT = 446 MySqlParserMASTER_RETRY_COUNT = 447 MySqlParserMASTER_SSL = 448 MySqlParserMASTER_SSL_CA = 449 MySqlParserMASTER_SSL_CAPATH = 450 MySqlParserMASTER_SSL_CERT = 451 MySqlParserMASTER_SSL_CIPHER = 452 MySqlParserMASTER_SSL_CRL = 453 MySqlParserMASTER_SSL_CRLPATH = 454 MySqlParserMASTER_SSL_KEY = 455 MySqlParserMASTER_TLS_VERSION = 456 MySqlParserMASTER_USER = 457 MySqlParserMAX_CONNECTIONS_PER_HOUR = 458 MySqlParserMAX_QUERIES_PER_HOUR = 459 MySqlParserMAX_ROWS = 460 MySqlParserMAX_SIZE = 461 MySqlParserMAX_UPDATES_PER_HOUR = 462 MySqlParserMAX_USER_CONNECTIONS = 463 MySqlParserMEDIUM = 464 MySqlParserMEMBER = 465 MySqlParserMERGE = 466 MySqlParserMESSAGE_TEXT = 467 MySqlParserMID = 468 MySqlParserMIGRATE = 469 MySqlParserMIN_ROWS = 470 MySqlParserMODE = 471 MySqlParserMODIFY = 472 MySqlParserMUTEX = 473 MySqlParserMYSQL = 474 MySqlParserMYSQL_ERRNO = 475 MySqlParserNAME = 476 MySqlParserNAMES = 477 MySqlParserNCHAR = 478 MySqlParserNEVER = 479 MySqlParserNEXT = 480 MySqlParserNO = 481 MySqlParserNODEGROUP = 482 MySqlParserNONE = 483 MySqlParserOFFLINE = 484 MySqlParserOFFSET = 485 MySqlParserOF = 486 MySqlParserOJ = 487 MySqlParserOLD_PASSWORD = 488 MySqlParserONE = 489 MySqlParserONLINE = 490 MySqlParserONLY = 491 MySqlParserOPEN = 492 MySqlParserOPTIMIZER_COSTS = 493 MySqlParserOPTIONS = 494 MySqlParserOWNER = 495 MySqlParserPACK_KEYS = 496 MySqlParserPAGE = 497 MySqlParserPARSER = 498 MySqlParserPARTIAL = 499 MySqlParserPARTITIONING = 500 MySqlParserPARTITIONS = 501 MySqlParserPASSWORD = 502 MySqlParserPHASE = 503 MySqlParserPLUGIN = 504 MySqlParserPLUGIN_DIR = 505 MySqlParserPLUGINS = 506 MySqlParserPORT = 507 MySqlParserPRECEDES = 508 MySqlParserPREPARE = 509 MySqlParserPRESERVE = 510 MySqlParserPREV = 511 MySqlParserPROCESSLIST = 512 MySqlParserPROFILE = 513 MySqlParserPROFILES = 514 MySqlParserPROXY = 515 MySqlParserQUERY = 516 MySqlParserQUICK = 517 MySqlParserREBUILD = 518 MySqlParserRECOVER = 519 MySqlParserREDO_BUFFER_SIZE = 520 MySqlParserREDUNDANT = 521 MySqlParserRELAY = 522 MySqlParserRELAY_LOG_FILE = 523 MySqlParserRELAY_LOG_POS = 524 MySqlParserRELAYLOG = 525 MySqlParserREMOVE = 526 MySqlParserREORGANIZE = 527 MySqlParserREPAIR = 528 MySqlParserREPLICATE_DO_DB = 529 MySqlParserREPLICATE_DO_TABLE = 530 MySqlParserREPLICATE_IGNORE_DB = 531 MySqlParserREPLICATE_IGNORE_TABLE = 532 MySqlParserREPLICATE_REWRITE_DB = 533 MySqlParserREPLICATE_WILD_DO_TABLE = 534 MySqlParserREPLICATE_WILD_IGNORE_TABLE = 535 MySqlParserREPLICATION = 536 MySqlParserRESET = 537 MySqlParserRESUME = 538 MySqlParserRETURNED_SQLSTATE = 539 MySqlParserRETURNING = 540 MySqlParserRETURNS = 541 MySqlParserROLE = 542 MySqlParserROLLBACK = 543 MySqlParserROLLUP = 544 MySqlParserROTATE = 545 MySqlParserROW = 546 MySqlParserROWS = 547 MySqlParserROW_FORMAT = 548 MySqlParserSAVEPOINT = 549 MySqlParserSCHEDULE = 550 MySqlParserSECURITY = 551 MySqlParserSERVER = 552 MySqlParserSESSION = 553 MySqlParserSHARE = 554 MySqlParserSHARED = 555 MySqlParserSIGNED = 556 MySqlParserSIMPLE = 557 MySqlParserSLAVE = 558 MySqlParserSLOW = 559 MySqlParserSNAPSHOT = 560 MySqlParserSOCKET = 561 MySqlParserSOME = 562 MySqlParserSONAME = 563 MySqlParserSOUNDS = 564 MySqlParserSOURCE = 565 MySqlParserSQL_AFTER_GTIDS = 566 MySqlParserSQL_AFTER_MTS_GAPS = 567 MySqlParserSQL_BEFORE_GTIDS = 568 MySqlParserSQL_BUFFER_RESULT = 569 MySqlParserSQL_CACHE = 570 MySqlParserSQL_NO_CACHE = 571 MySqlParserSQL_THREAD = 572 MySqlParserSTART = 573 MySqlParserSTARTS = 574 MySqlParserSTATS_AUTO_RECALC = 575 MySqlParserSTATS_PERSISTENT = 576 MySqlParserSTATS_SAMPLE_PAGES = 577 MySqlParserSTATUS = 578 MySqlParserSTOP = 579 MySqlParserSTORAGE = 580 MySqlParserSTORED = 581 MySqlParserSTRING = 582 MySqlParserSUBCLASS_ORIGIN = 583 MySqlParserSUBJECT = 584 MySqlParserSUBPARTITION = 585 MySqlParserSUBPARTITIONS = 586 MySqlParserSUSPEND = 587 MySqlParserSWAPS = 588 MySqlParserSWITCHES = 589 MySqlParserTABLE_NAME = 590 MySqlParserTABLESPACE = 591 MySqlParserTEMPORARY = 592 MySqlParserTEMPTABLE = 593 MySqlParserTHAN = 594 MySqlParserTRADITIONAL = 595 MySqlParserTRANSACTION = 596 MySqlParserTRANSACTIONAL = 597 MySqlParserTRIGGERS = 598 MySqlParserTRUNCATE = 599 MySqlParserUNDEFINED = 600 MySqlParserUNDOFILE = 601 MySqlParserUNDO_BUFFER_SIZE = 602 MySqlParserUNINSTALL = 603 MySqlParserUNKNOWN = 604 MySqlParserUNTIL = 605 MySqlParserUPGRADE = 606 MySqlParserUSER = 607 MySqlParserUSE_FRM = 608 MySqlParserUSER_RESOURCES = 609 MySqlParserVALIDATION = 610 MySqlParserVALUE = 611 MySqlParserVARIABLES = 612 MySqlParserVIEW = 613 MySqlParserVIRTUAL = 614 MySqlParserVISIBLE = 615 MySqlParserWAIT = 616 MySqlParserWARNINGS = 617 MySqlParserWITHOUT = 618 MySqlParserWORK = 619 MySqlParserWRAPPER = 620 MySqlParserX509 = 621 MySqlParserXA = 622 MySqlParserXML = 623 MySqlParserEUR = 624 MySqlParserUSA = 625 MySqlParserJIS = 626 MySqlParserISO = 627 MySqlParserINTERNAL = 628 MySqlParserQUARTER = 629 MySqlParserMONTH = 630 MySqlParserDAY = 631 MySqlParserHOUR = 632 MySqlParserMINUTE = 633 MySqlParserWEEK = 634 MySqlParserSECOND = 635 MySqlParserMICROSECOND = 636 MySqlParserTABLES = 637 MySqlParserROUTINE = 638 MySqlParserEXECUTE = 639 MySqlParserFILE = 640 MySqlParserPROCESS = 641 MySqlParserRELOAD = 642 MySqlParserSHUTDOWN = 643 MySqlParserSUPER = 644 MySqlParserPRIVILEGES = 645 MySqlParserAPPLICATION_PASSWORD_ADMIN = 646 MySqlParserAUDIT_ADMIN = 647 MySqlParserBACKUP_ADMIN = 648 MySqlParserBINLOG_ADMIN = 649 MySqlParserBINLOG_ENCRYPTION_ADMIN = 650 MySqlParserCLONE_ADMIN = 651 MySqlParserCONNECTION_ADMIN = 652 MySqlParserENCRYPTION_KEY_ADMIN = 653 MySqlParserFIREWALL_ADMIN = 654 MySqlParserFIREWALL_USER = 655 MySqlParserFLUSH_OPTIMIZER_COSTS = 656 MySqlParserFLUSH_STATUS = 657 MySqlParserFLUSH_TABLES = 658 MySqlParserFLUSH_USER_RESOURCES = 659 MySqlParserGROUP_REPLICATION_ADMIN = 660 MySqlParserINNODB_REDO_LOG_ARCHIVE = 661 MySqlParserINNODB_REDO_LOG_ENABLE = 662 MySqlParserNDB_STORED_USER = 663 MySqlParserPERSIST_RO_VARIABLES_ADMIN = 664 MySqlParserREPLICATION_APPLIER = 665 MySqlParserREPLICATION_SLAVE_ADMIN = 666 MySqlParserRESOURCE_GROUP_ADMIN = 667 MySqlParserRESOURCE_GROUP_USER = 668 MySqlParserROLE_ADMIN = 669 MySqlParserSERVICE_CONNECTION_ADMIN = 670 MySqlParserSESSION_VARIABLES_ADMIN = 671 MySqlParserSET_USER_ID = 672 MySqlParserSHOW_ROUTINE = 673 MySqlParserSYSTEM_VARIABLES_ADMIN = 674 MySqlParserTABLE_ENCRYPTION_ADMIN = 675 MySqlParserVERSION_TOKEN_ADMIN = 676 MySqlParserXA_RECOVER_ADMIN = 677 MySqlParserARMSCII8 = 678 MySqlParserASCII = 679 MySqlParserBIG5 = 680 MySqlParserCP1250 = 681 MySqlParserCP1251 = 682 MySqlParserCP1256 = 683 MySqlParserCP1257 = 684 MySqlParserCP850 = 685 MySqlParserCP852 = 686 MySqlParserCP866 = 687 MySqlParserCP932 = 688 MySqlParserDEC8 = 689 MySqlParserEUCJPMS = 690 MySqlParserEUCKR = 691 MySqlParserGB2312 = 692 MySqlParserGBK = 693 MySqlParserGEOSTD8 = 694 MySqlParserGREEK = 695 MySqlParserHEBREW = 696 MySqlParserHP8 = 697 MySqlParserKEYBCS2 = 698 MySqlParserKOI8R = 699 MySqlParserKOI8U = 700 MySqlParserLATIN1 = 701 MySqlParserLATIN2 = 702 MySqlParserLATIN5 = 703 MySqlParserLATIN7 = 704 MySqlParserMACCE = 705 MySqlParserMACROMAN = 706 MySqlParserSJIS = 707 MySqlParserSWE7 = 708 MySqlParserTIS620 = 709 MySqlParserUCS2 = 710 MySqlParserUJIS = 711 MySqlParserUTF16 = 712 MySqlParserUTF16LE = 713 MySqlParserUTF32 = 714 MySqlParserUTF8 = 715 MySqlParserUTF8MB3 = 716 MySqlParserUTF8MB4 = 717 MySqlParserARCHIVE = 718 MySqlParserBLACKHOLE = 719 MySqlParserCSV = 720 MySqlParserFEDERATED = 721 MySqlParserINNODB = 722 MySqlParserMEMORY = 723 MySqlParserMRG_MYISAM = 724 MySqlParserMYISAM = 725 MySqlParserNDB = 726 MySqlParserNDBCLUSTER = 727 MySqlParserPERFORMANCE_SCHEMA = 728 MySqlParserTOKUDB = 729 MySqlParserREPEATABLE = 730 MySqlParserCOMMITTED = 731 MySqlParserUNCOMMITTED = 732 MySqlParserSERIALIZABLE = 733 MySqlParserGEOMETRYCOLLECTION = 734 MySqlParserGEOMCOLLECTION = 735 MySqlParserGEOMETRY = 736 MySqlParserLINESTRING = 737 MySqlParserMULTILINESTRING = 738 MySqlParserMULTIPOINT = 739 MySqlParserMULTIPOLYGON = 740 MySqlParserPOINT = 741 MySqlParserPOLYGON = 742 MySqlParserABS = 743 MySqlParserACOS = 744 MySqlParserADDDATE = 745 MySqlParserADDTIME = 746 MySqlParserAES_DECRYPT = 747 MySqlParserAES_ENCRYPT = 748 MySqlParserAREA = 749 MySqlParserASBINARY = 750 MySqlParserASIN = 751 MySqlParserASTEXT = 752 MySqlParserASWKB = 753 MySqlParserASWKT = 754 MySqlParserASYMMETRIC_DECRYPT = 755 MySqlParserASYMMETRIC_DERIVE = 756 MySqlParserASYMMETRIC_ENCRYPT = 757 MySqlParserASYMMETRIC_SIGN = 758 MySqlParserASYMMETRIC_VERIFY = 759 MySqlParserATAN = 760 MySqlParserATAN2 = 761 MySqlParserBENCHMARK = 762 MySqlParserBIN = 763 MySqlParserBIT_COUNT = 764 MySqlParserBIT_LENGTH = 765 MySqlParserBUFFER = 766 MySqlParserCATALOG_NAME = 767 MySqlParserCEIL = 768 MySqlParserCEILING = 769 MySqlParserCENTROID = 770 MySqlParserCHARACTER_LENGTH = 771 MySqlParserCHARSET = 772 MySqlParserCHAR_LENGTH = 773 MySqlParserCOERCIBILITY = 774 MySqlParserCOLLATION = 775 MySqlParserCOMPRESS = 776 MySqlParserCONCAT = 777 MySqlParserCONCAT_WS = 778 MySqlParserCONNECTION_ID = 779 MySqlParserCONV = 780 MySqlParserCONVERT_TZ = 781 MySqlParserCOS = 782 MySqlParserCOT = 783 MySqlParserCRC32 = 784 MySqlParserCREATE_ASYMMETRIC_PRIV_KEY = 785 MySqlParserCREATE_ASYMMETRIC_PUB_KEY = 786 MySqlParserCREATE_DH_PARAMETERS = 787 MySqlParserCREATE_DIGEST = 788 MySqlParserCROSSES = 789 MySqlParserDATEDIFF = 790 MySqlParserDATE_FORMAT = 791 MySqlParserDAYNAME = 792 MySqlParserDAYOFMONTH = 793 MySqlParserDAYOFWEEK = 794 MySqlParserDAYOFYEAR = 795 MySqlParserDECODE = 796 MySqlParserDEGREES = 797 MySqlParserDES_DECRYPT = 798 MySqlParserDES_ENCRYPT = 799 MySqlParserDIMENSION = 800 MySqlParserDISJOINT = 801 MySqlParserELT = 802 MySqlParserENCODE = 803 MySqlParserENCRYPT = 804 MySqlParserENDPOINT = 805 MySqlParserENVELOPE = 806 MySqlParserEQUALS = 807 MySqlParserEXP = 808 MySqlParserEXPORT_SET = 809 MySqlParserEXTERIORRING = 810 MySqlParserEXTRACTVALUE = 811 MySqlParserFIELD = 812 MySqlParserFIND_IN_SET = 813 MySqlParserFLOOR = 814 MySqlParserFORMAT = 815 MySqlParserFOUND_ROWS = 816 MySqlParserFROM_BASE64 = 817 MySqlParserFROM_DAYS = 818 MySqlParserFROM_UNIXTIME = 819 MySqlParserGEOMCOLLFROMTEXT = 820 MySqlParserGEOMCOLLFROMWKB = 821 MySqlParserGEOMETRYCOLLECTIONFROMTEXT = 822 MySqlParserGEOMETRYCOLLECTIONFROMWKB = 823 MySqlParserGEOMETRYFROMTEXT = 824 MySqlParserGEOMETRYFROMWKB = 825 MySqlParserGEOMETRYN = 826 MySqlParserGEOMETRYTYPE = 827 MySqlParserGEOMFROMTEXT = 828 MySqlParserGEOMFROMWKB = 829 MySqlParserGET_FORMAT = 830 MySqlParserGET_LOCK = 831 MySqlParserGLENGTH = 832 MySqlParserGREATEST = 833 MySqlParserGTID_SUBSET = 834 MySqlParserGTID_SUBTRACT = 835 MySqlParserHEX = 836 MySqlParserIFNULL = 837 MySqlParserINET6_ATON = 838 MySqlParserINET6_NTOA = 839 MySqlParserINET_ATON = 840 MySqlParserINET_NTOA = 841 MySqlParserINSTR = 842 MySqlParserINTERIORRINGN = 843 MySqlParserINTERSECTS = 844 MySqlParserISCLOSED = 845 MySqlParserISEMPTY = 846 MySqlParserISNULL = 847 MySqlParserISSIMPLE = 848 MySqlParserIS_FREE_LOCK = 849 MySqlParserIS_IPV4 = 850 MySqlParserIS_IPV4_COMPAT = 851 MySqlParserIS_IPV4_MAPPED = 852 MySqlParserIS_IPV6 = 853 MySqlParserIS_USED_LOCK = 854 MySqlParserLAST_INSERT_ID = 855 MySqlParserLCASE = 856 MySqlParserLEAST = 857 MySqlParserLENGTH = 858 MySqlParserLINEFROMTEXT = 859 MySqlParserLINEFROMWKB = 860 MySqlParserLINESTRINGFROMTEXT = 861 MySqlParserLINESTRINGFROMWKB = 862 MySqlParserLN = 863 MySqlParserLOAD_FILE = 864 MySqlParserLOCATE = 865 MySqlParserLOG = 866 MySqlParserLOG10 = 867 MySqlParserLOG2 = 868 MySqlParserLOWER = 869 MySqlParserLPAD = 870 MySqlParserLTRIM = 871 MySqlParserMAKEDATE = 872 MySqlParserMAKETIME = 873 MySqlParserMAKE_SET = 874 MySqlParserMASTER_POS_WAIT = 875 MySqlParserMBRCONTAINS = 876 MySqlParserMBRDISJOINT = 877 MySqlParserMBREQUAL = 878 MySqlParserMBRINTERSECTS = 879 MySqlParserMBROVERLAPS = 880 MySqlParserMBRTOUCHES = 881 MySqlParserMBRWITHIN = 882 MySqlParserMD5 = 883 MySqlParserMLINEFROMTEXT = 884 MySqlParserMLINEFROMWKB = 885 MySqlParserMONTHNAME = 886 MySqlParserMPOINTFROMTEXT = 887 MySqlParserMPOINTFROMWKB = 888 MySqlParserMPOLYFROMTEXT = 889 MySqlParserMPOLYFROMWKB = 890 MySqlParserMULTILINESTRINGFROMTEXT = 891 MySqlParserMULTILINESTRINGFROMWKB = 892 MySqlParserMULTIPOINTFROMTEXT = 893 MySqlParserMULTIPOINTFROMWKB = 894 MySqlParserMULTIPOLYGONFROMTEXT = 895 MySqlParserMULTIPOLYGONFROMWKB = 896 MySqlParserNAME_CONST = 897 MySqlParserNULLIF = 898 MySqlParserNUMGEOMETRIES = 899 MySqlParserNUMINTERIORRINGS = 900 MySqlParserNUMPOINTS = 901 MySqlParserOCT = 902 MySqlParserOCTET_LENGTH = 903 MySqlParserORD = 904 MySqlParserOVERLAPS = 905 MySqlParserPERIOD_ADD = 906 MySqlParserPERIOD_DIFF = 907 MySqlParserPI = 908 MySqlParserPOINTFROMTEXT = 909 MySqlParserPOINTFROMWKB = 910 MySqlParserPOINTN = 911 MySqlParserPOLYFROMTEXT = 912 MySqlParserPOLYFROMWKB = 913 MySqlParserPOLYGONFROMTEXT = 914 MySqlParserPOLYGONFROMWKB = 915 MySqlParserPOW = 916 MySqlParserPOWER = 917 MySqlParserQUOTE = 918 MySqlParserRADIANS = 919 MySqlParserRAND = 920 MySqlParserRANDOM_BYTES = 921 MySqlParserRELEASE_LOCK = 922 MySqlParserREVERSE = 923 MySqlParserROUND = 924 MySqlParserROW_COUNT = 925 MySqlParserRPAD = 926 MySqlParserRTRIM = 927 MySqlParserSEC_TO_TIME = 928 MySqlParserSESSION_USER = 929 MySqlParserSHA = 930 MySqlParserSHA1 = 931 MySqlParserSHA2 = 932 MySqlParserSCHEMA_NAME = 933 MySqlParserSIGN = 934 MySqlParserSIN = 935 MySqlParserSLEEP = 936 MySqlParserSOUNDEX = 937 MySqlParserSQL_THREAD_WAIT_AFTER_GTIDS = 938 MySqlParserSQRT = 939 MySqlParserSRID = 940 MySqlParserSTARTPOINT = 941 MySqlParserSTRCMP = 942 MySqlParserSTR_TO_DATE = 943 MySqlParserST_AREA = 944 MySqlParserST_ASBINARY = 945 MySqlParserST_ASTEXT = 946 MySqlParserST_ASWKB = 947 MySqlParserST_ASWKT = 948 MySqlParserST_BUFFER = 949 MySqlParserST_CENTROID = 950 MySqlParserST_CONTAINS = 951 MySqlParserST_CROSSES = 952 MySqlParserST_DIFFERENCE = 953 MySqlParserST_DIMENSION = 954 MySqlParserST_DISJOINT = 955 MySqlParserST_DISTANCE = 956 MySqlParserST_ENDPOINT = 957 MySqlParserST_ENVELOPE = 958 MySqlParserST_EQUALS = 959 MySqlParserST_EXTERIORRING = 960 MySqlParserST_GEOMCOLLFROMTEXT = 961 MySqlParserST_GEOMCOLLFROMTXT = 962 MySqlParserST_GEOMCOLLFROMWKB = 963 MySqlParserST_GEOMETRYCOLLECTIONFROMTEXT = 964 MySqlParserST_GEOMETRYCOLLECTIONFROMWKB = 965 MySqlParserST_GEOMETRYFROMTEXT = 966 MySqlParserST_GEOMETRYFROMWKB = 967 MySqlParserST_GEOMETRYN = 968 MySqlParserST_GEOMETRYTYPE = 969 MySqlParserST_GEOMFROMTEXT = 970 MySqlParserST_GEOMFROMWKB = 971 MySqlParserST_INTERIORRINGN = 972 MySqlParserST_INTERSECTION = 973 MySqlParserST_INTERSECTS = 974 MySqlParserST_ISCLOSED = 975 MySqlParserST_ISEMPTY = 976 MySqlParserST_ISSIMPLE = 977 MySqlParserST_LINEFROMTEXT = 978 MySqlParserST_LINEFROMWKB = 979 MySqlParserST_LINESTRINGFROMTEXT = 980 MySqlParserST_LINESTRINGFROMWKB = 981 MySqlParserST_NUMGEOMETRIES = 982 MySqlParserST_NUMINTERIORRING = 983 MySqlParserST_NUMINTERIORRINGS = 984 MySqlParserST_NUMPOINTS = 985 MySqlParserST_OVERLAPS = 986 MySqlParserST_POINTFROMTEXT = 987 MySqlParserST_POINTFROMWKB = 988 MySqlParserST_POINTN = 989 MySqlParserST_POLYFROMTEXT = 990 MySqlParserST_POLYFROMWKB = 991 MySqlParserST_POLYGONFROMTEXT = 992 MySqlParserST_POLYGONFROMWKB = 993 MySqlParserST_SRID = 994 MySqlParserST_STARTPOINT = 995 MySqlParserST_SYMDIFFERENCE = 996 MySqlParserST_TOUCHES = 997 MySqlParserST_UNION = 998 MySqlParserST_WITHIN = 999 MySqlParserST_X = 1000 MySqlParserST_Y = 1001 MySqlParserSUBDATE = 1002 MySqlParserSUBSTRING_INDEX = 1003 MySqlParserSUBTIME = 1004 MySqlParserSYSTEM_USER = 1005 MySqlParserTAN = 1006 MySqlParserTIMEDIFF = 1007 MySqlParserTIMESTAMPADD = 1008 MySqlParserTIMESTAMPDIFF = 1009 MySqlParserTIME_FORMAT = 1010 MySqlParserTIME_TO_SEC = 1011 MySqlParserTOUCHES = 1012 MySqlParserTO_BASE64 = 1013 MySqlParserTO_DAYS = 1014 MySqlParserTO_SECONDS = 1015 MySqlParserUCASE = 1016 MySqlParserUNCOMPRESS = 1017 MySqlParserUNCOMPRESSED_LENGTH = 1018 MySqlParserUNHEX = 1019 MySqlParserUNIX_TIMESTAMP = 1020 MySqlParserUPDATEXML = 1021 MySqlParserUPPER = 1022 MySqlParserUUID = 1023 MySqlParserUUID_SHORT = 1024 MySqlParserVALIDATE_PASSWORD_STRENGTH = 1025 MySqlParserVERSION = 1026 MySqlParserWAIT_UNTIL_SQL_THREAD_AFTER_GTIDS = 1027 MySqlParserWEEKDAY = 1028 MySqlParserWEEKOFYEAR = 1029 MySqlParserWEIGHT_STRING = 1030 MySqlParserWITHIN = 1031 MySqlParserYEARWEEK = 1032 MySqlParserY_FUNCTION = 1033 MySqlParserX_FUNCTION = 1034 MySqlParserVAR_ASSIGN = 1035 MySqlParserPLUS_ASSIGN = 1036 MySqlParserMINUS_ASSIGN = 1037 MySqlParserMULT_ASSIGN = 1038 MySqlParserDIV_ASSIGN = 1039 MySqlParserMOD_ASSIGN = 1040 MySqlParserAND_ASSIGN = 1041 MySqlParserXOR_ASSIGN = 1042 MySqlParserOR_ASSIGN = 1043 MySqlParserSTAR = 1044 MySqlParserDIVIDE = 1045 MySqlParserMODULE = 1046 MySqlParserPLUS = 1047 MySqlParserMINUSMINUS = 1048 MySqlParserMINUS = 1049 MySqlParserDIV = 1050 MySqlParserMOD = 1051 MySqlParserEQUAL_SYMBOL = 1052 MySqlParserGREATER_SYMBOL = 1053 MySqlParserLESS_SYMBOL = 1054 MySqlParserEXCLAMATION_SYMBOL = 1055 MySqlParserBIT_NOT_OP = 1056 MySqlParserBIT_OR_OP = 1057 MySqlParserBIT_AND_OP = 1058 MySqlParserBIT_XOR_OP = 1059 MySqlParserDOT = 1060 MySqlParserLR_BRACKET = 1061 MySqlParserRR_BRACKET = 1062 MySqlParserCOMMA = 1063 MySqlParserSEMI = 1064 MySqlParserAT_SIGN = 1065 MySqlParserZERO_DECIMAL = 1066 MySqlParserONE_DECIMAL = 1067 MySqlParserTWO_DECIMAL = 1068 MySqlParserSINGLE_QUOTE_SYMB = 1069 MySqlParserDOUBLE_QUOTE_SYMB = 1070 MySqlParserREVERSE_QUOTE_SYMB = 1071 MySqlParserCOLON_SYMB = 1072 MySqlParserCHARSET_REVERSE_QOUTE_STRING = 1073 MySqlParserFILESIZE_LITERAL = 1074 MySqlParserSTART_NATIONAL_STRING_LITERAL = 1075 MySqlParserSTRING_LITERAL = 1076 MySqlParserDECIMAL_LITERAL = 1077 MySqlParserHEXADECIMAL_LITERAL = 1078 MySqlParserREAL_LITERAL = 1079 MySqlParserNULL_SPEC_LITERAL = 1080 MySqlParserBIT_STRING = 1081 MySqlParserSTRING_CHARSET_NAME = 1082 MySqlParserDOT_ID = 1083 MySqlParserID = 1084 MySqlParserREVERSE_QUOTE_ID = 1085 MySqlParserSTRING_USER_NAME = 1086 MySqlParserIP_ADDRESS = 1087 MySqlParserLOCAL_ID = 1088 MySqlParserGLOBAL_ID = 1089 MySqlParserERROR_RECONGNIGION = 1090 )
MySqlParser tokens.
View Source
const ( MySqlParserRULE_root = 0 MySqlParserRULE_sqlStatements = 1 MySqlParserRULE_sqlStatement = 2 MySqlParserRULE_emptyStatement = 3 MySqlParserRULE_ddlStatement = 4 MySqlParserRULE_dmlStatement = 5 MySqlParserRULE_transactionStatement = 6 MySqlParserRULE_replicationStatement = 7 MySqlParserRULE_preparedStatement = 8 MySqlParserRULE_compoundStatement = 9 MySqlParserRULE_administrationStatement = 10 MySqlParserRULE_utilityStatement = 11 MySqlParserRULE_createDatabase = 12 MySqlParserRULE_createEvent = 13 MySqlParserRULE_createIndex = 14 MySqlParserRULE_createLogfileGroup = 15 MySqlParserRULE_createProcedure = 16 MySqlParserRULE_createFunction = 17 MySqlParserRULE_createServer = 18 MySqlParserRULE_createTable = 19 MySqlParserRULE_createTablespaceInnodb = 20 MySqlParserRULE_createTablespaceNdb = 21 MySqlParserRULE_createTrigger = 22 MySqlParserRULE_createView = 23 MySqlParserRULE_createDatabaseOption = 24 MySqlParserRULE_ownerStatement = 25 MySqlParserRULE_scheduleExpression = 26 MySqlParserRULE_timestampValue = 27 MySqlParserRULE_intervalExpr = 28 MySqlParserRULE_intervalType = 29 MySqlParserRULE_enableType = 30 MySqlParserRULE_indexType = 31 MySqlParserRULE_indexOption = 32 MySqlParserRULE_procedureParameter = 33 MySqlParserRULE_functionParameter = 34 MySqlParserRULE_routineOption = 35 MySqlParserRULE_serverOption = 36 MySqlParserRULE_createDefinitions = 37 MySqlParserRULE_createDefinition = 38 MySqlParserRULE_columnDefinition = 39 MySqlParserRULE_columnConstraint = 40 MySqlParserRULE_tableConstraint = 41 MySqlParserRULE_referenceDefinition = 42 MySqlParserRULE_referenceAction = 43 MySqlParserRULE_referenceControlType = 44 MySqlParserRULE_indexColumnDefinition = 45 MySqlParserRULE_tableOption = 46 MySqlParserRULE_tablespaceStorage = 47 MySqlParserRULE_partitionDefinitions = 48 MySqlParserRULE_partitionFunctionDefinition = 49 MySqlParserRULE_subpartitionFunctionDefinition = 50 MySqlParserRULE_partitionDefinition = 51 MySqlParserRULE_partitionDefinerAtom = 52 MySqlParserRULE_partitionDefinerVector = 53 MySqlParserRULE_subpartitionDefinition = 54 MySqlParserRULE_partitionOption = 55 MySqlParserRULE_alterDatabase = 56 MySqlParserRULE_alterEvent = 57 MySqlParserRULE_alterFunction = 58 MySqlParserRULE_alterInstance = 59 MySqlParserRULE_alterLogfileGroup = 60 MySqlParserRULE_alterProcedure = 61 MySqlParserRULE_alterServer = 62 MySqlParserRULE_alterTable = 63 MySqlParserRULE_alterTablespace = 64 MySqlParserRULE_alterView = 65 MySqlParserRULE_alterSpecification = 66 MySqlParserRULE_dropDatabase = 67 MySqlParserRULE_dropEvent = 68 MySqlParserRULE_dropIndex = 69 MySqlParserRULE_dropLogfileGroup = 70 MySqlParserRULE_dropProcedure = 71 MySqlParserRULE_dropFunction = 72 MySqlParserRULE_dropServer = 73 MySqlParserRULE_dropTable = 74 MySqlParserRULE_dropTablespace = 75 MySqlParserRULE_dropTrigger = 76 MySqlParserRULE_dropView = 77 MySqlParserRULE_renameTable = 78 MySqlParserRULE_renameTableClause = 79 MySqlParserRULE_truncateTable = 80 MySqlParserRULE_callStatement = 81 MySqlParserRULE_deleteStatement = 82 MySqlParserRULE_doStatement = 83 MySqlParserRULE_handlerStatement = 84 MySqlParserRULE_insertStatement = 85 MySqlParserRULE_loadDataStatement = 86 MySqlParserRULE_loadXmlStatement = 87 MySqlParserRULE_replaceStatement = 88 MySqlParserRULE_selectStatement = 89 MySqlParserRULE_updateStatement = 90 MySqlParserRULE_insertStatementValue = 91 MySqlParserRULE_updatedElement = 92 MySqlParserRULE_assignmentField = 93 MySqlParserRULE_lockClause = 94 MySqlParserRULE_singleDeleteStatement = 95 MySqlParserRULE_multipleDeleteStatement = 96 MySqlParserRULE_handlerOpenStatement = 97 MySqlParserRULE_handlerReadIndexStatement = 98 MySqlParserRULE_handlerReadStatement = 99 MySqlParserRULE_handlerCloseStatement = 100 MySqlParserRULE_singleUpdateStatement = 101 MySqlParserRULE_multipleUpdateStatement = 102 MySqlParserRULE_orderByClause = 103 MySqlParserRULE_orderByExpression = 104 MySqlParserRULE_tableSources = 105 MySqlParserRULE_tableSource = 106 MySqlParserRULE_tableSourceItem = 107 MySqlParserRULE_indexHint = 108 MySqlParserRULE_indexHintType = 109 MySqlParserRULE_joinPart = 110 MySqlParserRULE_queryExpression = 111 MySqlParserRULE_queryExpressionNointo = 112 MySqlParserRULE_querySpecification = 113 MySqlParserRULE_querySpecificationNointo = 114 MySqlParserRULE_unionParenthesis = 115 MySqlParserRULE_unionStatement = 116 MySqlParserRULE_selectSpec = 117 MySqlParserRULE_selectElements = 118 MySqlParserRULE_selectElement = 119 MySqlParserRULE_selectIntoExpression = 120 MySqlParserRULE_selectFieldsInto = 121 MySqlParserRULE_selectLinesInto = 122 MySqlParserRULE_fromClause = 123 MySqlParserRULE_groupByClause = 124 MySqlParserRULE_havingClause = 125 MySqlParserRULE_groupByItem = 126 MySqlParserRULE_limitClause = 127 MySqlParserRULE_limitClauseAtom = 128 MySqlParserRULE_startTransaction = 129 MySqlParserRULE_beginWork = 130 MySqlParserRULE_commitWork = 131 MySqlParserRULE_rollbackWork = 132 MySqlParserRULE_savepointStatement = 133 MySqlParserRULE_rollbackStatement = 134 MySqlParserRULE_releaseStatement = 135 MySqlParserRULE_lockTables = 136 MySqlParserRULE_unlockTables = 137 MySqlParserRULE_setAutocommitStatement = 138 MySqlParserRULE_setTransactionStatement = 139 MySqlParserRULE_transactionMode = 140 MySqlParserRULE_lockTableElement = 141 MySqlParserRULE_lockAction = 142 MySqlParserRULE_transactionOption = 143 MySqlParserRULE_transactionLevel = 144 MySqlParserRULE_changeMaster = 145 MySqlParserRULE_changeReplicationFilter = 146 MySqlParserRULE_purgeBinaryLogs = 147 MySqlParserRULE_resetMaster = 148 MySqlParserRULE_resetSlave = 149 MySqlParserRULE_startSlave = 150 MySqlParserRULE_stopSlave = 151 MySqlParserRULE_startGroupReplication = 152 MySqlParserRULE_stopGroupReplication = 153 MySqlParserRULE_masterOption = 154 MySqlParserRULE_stringMasterOption = 155 MySqlParserRULE_decimalMasterOption = 156 MySqlParserRULE_boolMasterOption = 157 MySqlParserRULE_channelOption = 158 MySqlParserRULE_replicationFilter = 159 MySqlParserRULE_tablePair = 160 MySqlParserRULE_threadType = 161 MySqlParserRULE_untilOption = 162 MySqlParserRULE_connectionOption = 163 MySqlParserRULE_gtuidSet = 164 MySqlParserRULE_xaStartTransaction = 165 MySqlParserRULE_xaEndTransaction = 166 MySqlParserRULE_xaPrepareStatement = 167 MySqlParserRULE_xaCommitWork = 168 MySqlParserRULE_xaRollbackWork = 169 MySqlParserRULE_xaRecoverWork = 170 MySqlParserRULE_prepareStatement = 171 MySqlParserRULE_executeStatement = 172 MySqlParserRULE_deallocatePrepare = 173 MySqlParserRULE_routineBody = 174 MySqlParserRULE_blockStatement = 175 MySqlParserRULE_caseStatement = 176 MySqlParserRULE_ifStatement = 177 MySqlParserRULE_iterateStatement = 178 MySqlParserRULE_leaveStatement = 179 MySqlParserRULE_loopStatement = 180 MySqlParserRULE_repeatStatement = 181 MySqlParserRULE_returnStatement = 182 MySqlParserRULE_whileStatement = 183 MySqlParserRULE_cursorStatement = 184 MySqlParserRULE_declareVariable = 185 MySqlParserRULE_declareCondition = 186 MySqlParserRULE_declareCursor = 187 MySqlParserRULE_declareHandler = 188 MySqlParserRULE_handlerConditionValue = 189 MySqlParserRULE_procedureSqlStatement = 190 MySqlParserRULE_caseAlternative = 191 MySqlParserRULE_elifAlternative = 192 MySqlParserRULE_alterUser = 193 MySqlParserRULE_createUser = 194 MySqlParserRULE_dropUser = 195 MySqlParserRULE_grantStatement = 196 MySqlParserRULE_grantProxy = 197 MySqlParserRULE_renameUser = 198 MySqlParserRULE_revokeStatement = 199 MySqlParserRULE_revokeProxy = 200 MySqlParserRULE_setPasswordStatement = 201 MySqlParserRULE_userSpecification = 202 MySqlParserRULE_userAuthOption = 203 MySqlParserRULE_tlsOption = 204 MySqlParserRULE_userResourceOption = 205 MySqlParserRULE_userPasswordOption = 206 MySqlParserRULE_userLockOption = 207 MySqlParserRULE_privelegeClause = 208 MySqlParserRULE_privilege = 209 MySqlParserRULE_privilegeLevel = 210 MySqlParserRULE_renameUserClause = 211 MySqlParserRULE_analyzeTable = 212 MySqlParserRULE_checkTable = 213 MySqlParserRULE_checksumTable = 214 MySqlParserRULE_optimizeTable = 215 MySqlParserRULE_repairTable = 216 MySqlParserRULE_checkTableOption = 217 MySqlParserRULE_createUdfunction = 218 MySqlParserRULE_installPlugin = 219 MySqlParserRULE_uninstallPlugin = 220 MySqlParserRULE_setStatement = 221 MySqlParserRULE_showStatement = 222 MySqlParserRULE_variableClause = 223 MySqlParserRULE_showCommonEntity = 224 MySqlParserRULE_showFilter = 225 MySqlParserRULE_showGlobalInfoClause = 226 MySqlParserRULE_showSchemaEntity = 227 MySqlParserRULE_showProfileType = 228 MySqlParserRULE_binlogStatement = 229 MySqlParserRULE_cacheIndexStatement = 230 MySqlParserRULE_flushStatement = 231 MySqlParserRULE_killStatement = 232 MySqlParserRULE_loadIndexIntoCache = 233 MySqlParserRULE_resetStatement = 234 MySqlParserRULE_shutdownStatement = 235 MySqlParserRULE_tableIndexes = 236 MySqlParserRULE_flushOption = 237 MySqlParserRULE_flushTableOption = 238 MySqlParserRULE_loadedTableIndexes = 239 MySqlParserRULE_simpleDescribeStatement = 240 MySqlParserRULE_fullDescribeStatement = 241 MySqlParserRULE_helpStatement = 242 MySqlParserRULE_useStatement = 243 MySqlParserRULE_signalStatement = 244 MySqlParserRULE_resignalStatement = 245 MySqlParserRULE_signalConditionInformation = 246 MySqlParserRULE_diagnosticsStatement = 247 MySqlParserRULE_diagnosticsConditionInformationName = 248 MySqlParserRULE_describeObjectClause = 249 MySqlParserRULE_fullId = 250 MySqlParserRULE_tableName = 251 MySqlParserRULE_fullColumnName = 252 MySqlParserRULE_indexColumnName = 253 MySqlParserRULE_userName = 254 MySqlParserRULE_mysqlVariable = 255 MySqlParserRULE_charsetName = 256 MySqlParserRULE_collationName = 257 MySqlParserRULE_engineName = 258 MySqlParserRULE_uuidSet = 259 MySqlParserRULE_xid = 260 MySqlParserRULE_xuidStringId = 261 MySqlParserRULE_authPlugin = 262 MySqlParserRULE_uid = 263 MySqlParserRULE_simpleId = 264 MySqlParserRULE_dottedId = 265 MySqlParserRULE_decimalLiteral = 266 MySqlParserRULE_fileSizeLiteral = 267 MySqlParserRULE_stringLiteral = 268 MySqlParserRULE_booleanLiteral = 269 MySqlParserRULE_hexadecimalLiteral = 270 MySqlParserRULE_nullNotnull = 271 MySqlParserRULE_constant = 272 MySqlParserRULE_dataType = 273 MySqlParserRULE_collectionOptions = 274 MySqlParserRULE_convertedDataType = 275 MySqlParserRULE_lengthOneDimension = 276 MySqlParserRULE_lengthTwoDimension = 277 MySqlParserRULE_lengthTwoOptionalDimension = 278 MySqlParserRULE_uidList = 279 MySqlParserRULE_tables = 280 MySqlParserRULE_indexColumnNames = 281 MySqlParserRULE_expressions = 282 MySqlParserRULE_expressionsWithDefaults = 283 MySqlParserRULE_constants = 284 MySqlParserRULE_simpleStrings = 285 MySqlParserRULE_userVariables = 286 MySqlParserRULE_defaultValue = 287 MySqlParserRULE_currentTimestamp = 288 MySqlParserRULE_expressionOrDefault = 289 MySqlParserRULE_ifExists = 290 MySqlParserRULE_ifNotExists = 291 MySqlParserRULE_functionCall = 292 MySqlParserRULE_specificFunction = 293 MySqlParserRULE_caseFuncAlternative = 294 MySqlParserRULE_levelsInWeightString = 295 MySqlParserRULE_levelInWeightListElement = 296 MySqlParserRULE_aggregateWindowedFunction = 297 MySqlParserRULE_scalarFunctionName = 298 MySqlParserRULE_passwordFunctionClause = 299 MySqlParserRULE_functionArgs = 300 MySqlParserRULE_functionArg = 301 MySqlParserRULE_expression = 302 MySqlParserRULE_predicate = 303 MySqlParserRULE_expressionAtom = 304 MySqlParserRULE_unaryOperator = 305 MySqlParserRULE_comparisonOperator = 306 MySqlParserRULE_logicalOperator = 307 MySqlParserRULE_bitOperator = 308 MySqlParserRULE_mathOperator = 309 MySqlParserRULE_jsonOperator = 310 MySqlParserRULE_charsetNameBase = 311 MySqlParserRULE_transactionLevelBase = 312 MySqlParserRULE_privilegesBase = 313 MySqlParserRULE_intervalTypeBase = 314 MySqlParserRULE_dataTypeBase = 315 MySqlParserRULE_keywordsCanBeId = 316 MySqlParserRULE_functionNameBase = 317 )
MySqlParser rules.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdministrationStatementContext ¶
type AdministrationStatementContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAdministrationStatementContext ¶
func NewAdministrationStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AdministrationStatementContext
func NewEmptyAdministrationStatementContext ¶
func NewEmptyAdministrationStatementContext() *AdministrationStatementContext
func (*AdministrationStatementContext) Accept ¶
func (s *AdministrationStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AdministrationStatementContext) AlterUser ¶
func (s *AdministrationStatementContext) AlterUser() IAlterUserContext
func (*AdministrationStatementContext) AnalyzeTable ¶
func (s *AdministrationStatementContext) AnalyzeTable() IAnalyzeTableContext
func (*AdministrationStatementContext) BinlogStatement ¶
func (s *AdministrationStatementContext) BinlogStatement() IBinlogStatementContext
func (*AdministrationStatementContext) CacheIndexStatement ¶
func (s *AdministrationStatementContext) CacheIndexStatement() ICacheIndexStatementContext
func (*AdministrationStatementContext) CheckTable ¶
func (s *AdministrationStatementContext) CheckTable() ICheckTableContext
func (*AdministrationStatementContext) ChecksumTable ¶
func (s *AdministrationStatementContext) ChecksumTable() IChecksumTableContext
func (*AdministrationStatementContext) CreateUdfunction ¶
func (s *AdministrationStatementContext) CreateUdfunction() ICreateUdfunctionContext
func (*AdministrationStatementContext) CreateUser ¶
func (s *AdministrationStatementContext) CreateUser() ICreateUserContext
func (*AdministrationStatementContext) DropUser ¶
func (s *AdministrationStatementContext) DropUser() IDropUserContext
func (*AdministrationStatementContext) FlushStatement ¶
func (s *AdministrationStatementContext) FlushStatement() IFlushStatementContext
func (*AdministrationStatementContext) GetParser ¶
func (s *AdministrationStatementContext) GetParser() antlr.Parser
func (*AdministrationStatementContext) GetRuleContext ¶
func (s *AdministrationStatementContext) GetRuleContext() antlr.RuleContext
func (*AdministrationStatementContext) GrantProxy ¶
func (s *AdministrationStatementContext) GrantProxy() IGrantProxyContext
func (*AdministrationStatementContext) GrantStatement ¶
func (s *AdministrationStatementContext) GrantStatement() IGrantStatementContext
func (*AdministrationStatementContext) InstallPlugin ¶
func (s *AdministrationStatementContext) InstallPlugin() IInstallPluginContext
func (*AdministrationStatementContext) IsAdministrationStatementContext ¶
func (*AdministrationStatementContext) IsAdministrationStatementContext()
func (*AdministrationStatementContext) KillStatement ¶
func (s *AdministrationStatementContext) KillStatement() IKillStatementContext
func (*AdministrationStatementContext) LoadIndexIntoCache ¶
func (s *AdministrationStatementContext) LoadIndexIntoCache() ILoadIndexIntoCacheContext
func (*AdministrationStatementContext) OptimizeTable ¶
func (s *AdministrationStatementContext) OptimizeTable() IOptimizeTableContext
func (*AdministrationStatementContext) RenameUser ¶
func (s *AdministrationStatementContext) RenameUser() IRenameUserContext
func (*AdministrationStatementContext) RepairTable ¶
func (s *AdministrationStatementContext) RepairTable() IRepairTableContext
func (*AdministrationStatementContext) ResetStatement ¶
func (s *AdministrationStatementContext) ResetStatement() IResetStatementContext
func (*AdministrationStatementContext) RevokeProxy ¶
func (s *AdministrationStatementContext) RevokeProxy() IRevokeProxyContext
func (*AdministrationStatementContext) RevokeStatement ¶
func (s *AdministrationStatementContext) RevokeStatement() IRevokeStatementContext
func (*AdministrationStatementContext) SetStatement ¶
func (s *AdministrationStatementContext) SetStatement() ISetStatementContext
func (*AdministrationStatementContext) ShowStatement ¶
func (s *AdministrationStatementContext) ShowStatement() IShowStatementContext
func (*AdministrationStatementContext) ShutdownStatement ¶
func (s *AdministrationStatementContext) ShutdownStatement() IShutdownStatementContext
func (*AdministrationStatementContext) ToStringTree ¶
func (s *AdministrationStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*AdministrationStatementContext) UninstallPlugin ¶
func (s *AdministrationStatementContext) UninstallPlugin() IUninstallPluginContext
type AggregateFunctionCallContext ¶
type AggregateFunctionCallContext struct {
*FunctionCallContext
}
func NewAggregateFunctionCallContext ¶
func NewAggregateFunctionCallContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AggregateFunctionCallContext
func (*AggregateFunctionCallContext) Accept ¶
func (s *AggregateFunctionCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AggregateFunctionCallContext) AggregateWindowedFunction ¶
func (s *AggregateFunctionCallContext) AggregateWindowedFunction() IAggregateWindowedFunctionContext
func (*AggregateFunctionCallContext) GetRuleContext ¶
func (s *AggregateFunctionCallContext) GetRuleContext() antlr.RuleContext
type AggregateWindowedFunctionContext ¶
type AggregateWindowedFunctionContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAggregateWindowedFunctionContext ¶
func NewAggregateWindowedFunctionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AggregateWindowedFunctionContext
func NewEmptyAggregateWindowedFunctionContext ¶
func NewEmptyAggregateWindowedFunctionContext() *AggregateWindowedFunctionContext
func (*AggregateWindowedFunctionContext) ALL ¶
func (s *AggregateWindowedFunctionContext) ALL() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) AVG ¶
func (s *AggregateWindowedFunctionContext) AVG() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) Accept ¶
func (s *AggregateWindowedFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AggregateWindowedFunctionContext) AllCOMMA ¶
func (s *AggregateWindowedFunctionContext) AllCOMMA() []antlr.TerminalNode
func (*AggregateWindowedFunctionContext) AllOrderByExpression ¶
func (s *AggregateWindowedFunctionContext) AllOrderByExpression() []IOrderByExpressionContext
func (*AggregateWindowedFunctionContext) BIT_AND ¶
func (s *AggregateWindowedFunctionContext) BIT_AND() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) BIT_OR ¶
func (s *AggregateWindowedFunctionContext) BIT_OR() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) BIT_XOR ¶
func (s *AggregateWindowedFunctionContext) BIT_XOR() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) BY ¶
func (s *AggregateWindowedFunctionContext) BY() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) COMMA ¶
func (s *AggregateWindowedFunctionContext) COMMA(i int) antlr.TerminalNode
func (*AggregateWindowedFunctionContext) COUNT ¶
func (s *AggregateWindowedFunctionContext) COUNT() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) DISTINCT ¶
func (s *AggregateWindowedFunctionContext) DISTINCT() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) FunctionArg ¶
func (s *AggregateWindowedFunctionContext) FunctionArg() IFunctionArgContext
func (*AggregateWindowedFunctionContext) FunctionArgs ¶
func (s *AggregateWindowedFunctionContext) FunctionArgs() IFunctionArgsContext
func (*AggregateWindowedFunctionContext) GROUP_CONCAT ¶
func (s *AggregateWindowedFunctionContext) GROUP_CONCAT() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) GetAggregator ¶
func (s *AggregateWindowedFunctionContext) GetAggregator() antlr.Token
func (*AggregateWindowedFunctionContext) GetParser ¶
func (s *AggregateWindowedFunctionContext) GetParser() antlr.Parser
func (*AggregateWindowedFunctionContext) GetRuleContext ¶
func (s *AggregateWindowedFunctionContext) GetRuleContext() antlr.RuleContext
func (*AggregateWindowedFunctionContext) GetSeparator ¶
func (s *AggregateWindowedFunctionContext) GetSeparator() antlr.Token
func (*AggregateWindowedFunctionContext) GetStarArg ¶
func (s *AggregateWindowedFunctionContext) GetStarArg() antlr.Token
func (*AggregateWindowedFunctionContext) IsAggregateWindowedFunctionContext ¶
func (*AggregateWindowedFunctionContext) IsAggregateWindowedFunctionContext()
func (*AggregateWindowedFunctionContext) LR_BRACKET ¶
func (s *AggregateWindowedFunctionContext) LR_BRACKET() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) MAX ¶
func (s *AggregateWindowedFunctionContext) MAX() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) MIN ¶
func (s *AggregateWindowedFunctionContext) MIN() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) ORDER ¶
func (s *AggregateWindowedFunctionContext) ORDER() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) OrderByExpression ¶
func (s *AggregateWindowedFunctionContext) OrderByExpression(i int) IOrderByExpressionContext
func (*AggregateWindowedFunctionContext) RR_BRACKET ¶
func (s *AggregateWindowedFunctionContext) RR_BRACKET() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) SEPARATOR ¶
func (s *AggregateWindowedFunctionContext) SEPARATOR() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) STAR ¶
func (s *AggregateWindowedFunctionContext) STAR() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) STD ¶
func (s *AggregateWindowedFunctionContext) STD() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) STDDEV ¶
func (s *AggregateWindowedFunctionContext) STDDEV() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) STDDEV_POP ¶
func (s *AggregateWindowedFunctionContext) STDDEV_POP() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) STDDEV_SAMP ¶
func (s *AggregateWindowedFunctionContext) STDDEV_SAMP() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) STRING_LITERAL ¶
func (s *AggregateWindowedFunctionContext) STRING_LITERAL() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) SUM ¶
func (s *AggregateWindowedFunctionContext) SUM() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) SetAggregator ¶
func (s *AggregateWindowedFunctionContext) SetAggregator(v antlr.Token)
func (*AggregateWindowedFunctionContext) SetSeparator ¶
func (s *AggregateWindowedFunctionContext) SetSeparator(v antlr.Token)
func (*AggregateWindowedFunctionContext) SetStarArg ¶
func (s *AggregateWindowedFunctionContext) SetStarArg(v antlr.Token)
func (*AggregateWindowedFunctionContext) ToStringTree ¶
func (s *AggregateWindowedFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*AggregateWindowedFunctionContext) VARIANCE ¶
func (s *AggregateWindowedFunctionContext) VARIANCE() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) VAR_POP ¶
func (s *AggregateWindowedFunctionContext) VAR_POP() antlr.TerminalNode
func (*AggregateWindowedFunctionContext) VAR_SAMP ¶
func (s *AggregateWindowedFunctionContext) VAR_SAMP() antlr.TerminalNode
type AlterByAddCheckTableConstraintContext ¶
type AlterByAddCheckTableConstraintContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByAddCheckTableConstraintContext ¶
func NewAlterByAddCheckTableConstraintContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddCheckTableConstraintContext
func (*AlterByAddCheckTableConstraintContext) ADD ¶
func (s *AlterByAddCheckTableConstraintContext) ADD() antlr.TerminalNode
func (*AlterByAddCheckTableConstraintContext) Accept ¶
func (s *AlterByAddCheckTableConstraintContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddCheckTableConstraintContext) CHECK ¶
func (s *AlterByAddCheckTableConstraintContext) CHECK() antlr.TerminalNode
func (*AlterByAddCheckTableConstraintContext) CONSTRAINT ¶
func (s *AlterByAddCheckTableConstraintContext) CONSTRAINT() antlr.TerminalNode
func (*AlterByAddCheckTableConstraintContext) Expression ¶
func (s *AlterByAddCheckTableConstraintContext) Expression() IExpressionContext
func (*AlterByAddCheckTableConstraintContext) GetName ¶
func (s *AlterByAddCheckTableConstraintContext) GetName() IUidContext
func (*AlterByAddCheckTableConstraintContext) GetRuleContext ¶
func (s *AlterByAddCheckTableConstraintContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddCheckTableConstraintContext) LR_BRACKET ¶
func (s *AlterByAddCheckTableConstraintContext) LR_BRACKET() antlr.TerminalNode
func (*AlterByAddCheckTableConstraintContext) RR_BRACKET ¶
func (s *AlterByAddCheckTableConstraintContext) RR_BRACKET() antlr.TerminalNode
func (*AlterByAddCheckTableConstraintContext) SetName ¶
func (s *AlterByAddCheckTableConstraintContext) SetName(v IUidContext)
func (*AlterByAddCheckTableConstraintContext) Uid ¶
func (s *AlterByAddCheckTableConstraintContext) Uid() IUidContext
type AlterByAddColumnContext ¶
type AlterByAddColumnContext struct {
*AlterSpecificationContext
}
func NewAlterByAddColumnContext ¶
func NewAlterByAddColumnContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddColumnContext
func (*AlterByAddColumnContext) ADD ¶
func (s *AlterByAddColumnContext) ADD() antlr.TerminalNode
func (*AlterByAddColumnContext) AFTER ¶
func (s *AlterByAddColumnContext) AFTER() antlr.TerminalNode
func (*AlterByAddColumnContext) Accept ¶
func (s *AlterByAddColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddColumnContext) AllUid ¶
func (s *AlterByAddColumnContext) AllUid() []IUidContext
func (*AlterByAddColumnContext) COLUMN ¶
func (s *AlterByAddColumnContext) COLUMN() antlr.TerminalNode
func (*AlterByAddColumnContext) ColumnDefinition ¶
func (s *AlterByAddColumnContext) ColumnDefinition() IColumnDefinitionContext
func (*AlterByAddColumnContext) FIRST ¶
func (s *AlterByAddColumnContext) FIRST() antlr.TerminalNode
func (*AlterByAddColumnContext) GetRuleContext ¶
func (s *AlterByAddColumnContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddColumnContext) Uid ¶
func (s *AlterByAddColumnContext) Uid(i int) IUidContext
type AlterByAddColumnsContext ¶
type AlterByAddColumnsContext struct {
*AlterSpecificationContext
}
func NewAlterByAddColumnsContext ¶
func NewAlterByAddColumnsContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddColumnsContext
func (*AlterByAddColumnsContext) ADD ¶
func (s *AlterByAddColumnsContext) ADD() antlr.TerminalNode
func (*AlterByAddColumnsContext) Accept ¶
func (s *AlterByAddColumnsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddColumnsContext) AllCOMMA ¶
func (s *AlterByAddColumnsContext) AllCOMMA() []antlr.TerminalNode
func (*AlterByAddColumnsContext) AllColumnDefinition ¶
func (s *AlterByAddColumnsContext) AllColumnDefinition() []IColumnDefinitionContext
func (*AlterByAddColumnsContext) AllUid ¶
func (s *AlterByAddColumnsContext) AllUid() []IUidContext
func (*AlterByAddColumnsContext) COLUMN ¶
func (s *AlterByAddColumnsContext) COLUMN() antlr.TerminalNode
func (*AlterByAddColumnsContext) COMMA ¶
func (s *AlterByAddColumnsContext) COMMA(i int) antlr.TerminalNode
func (*AlterByAddColumnsContext) ColumnDefinition ¶
func (s *AlterByAddColumnsContext) ColumnDefinition(i int) IColumnDefinitionContext
func (*AlterByAddColumnsContext) GetRuleContext ¶
func (s *AlterByAddColumnsContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddColumnsContext) LR_BRACKET ¶
func (s *AlterByAddColumnsContext) LR_BRACKET() antlr.TerminalNode
func (*AlterByAddColumnsContext) RR_BRACKET ¶
func (s *AlterByAddColumnsContext) RR_BRACKET() antlr.TerminalNode
func (*AlterByAddColumnsContext) Uid ¶
func (s *AlterByAddColumnsContext) Uid(i int) IUidContext
type AlterByAddForeignKeyContext ¶
type AlterByAddForeignKeyContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByAddForeignKeyContext ¶
func NewAlterByAddForeignKeyContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddForeignKeyContext
func (*AlterByAddForeignKeyContext) ADD ¶
func (s *AlterByAddForeignKeyContext) ADD() antlr.TerminalNode
func (*AlterByAddForeignKeyContext) Accept ¶
func (s *AlterByAddForeignKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddForeignKeyContext) AllUid ¶
func (s *AlterByAddForeignKeyContext) AllUid() []IUidContext
func (*AlterByAddForeignKeyContext) CONSTRAINT ¶
func (s *AlterByAddForeignKeyContext) CONSTRAINT() antlr.TerminalNode
func (*AlterByAddForeignKeyContext) FOREIGN ¶
func (s *AlterByAddForeignKeyContext) FOREIGN() antlr.TerminalNode
func (*AlterByAddForeignKeyContext) GetIndexName ¶
func (s *AlterByAddForeignKeyContext) GetIndexName() IUidContext
func (*AlterByAddForeignKeyContext) GetName ¶
func (s *AlterByAddForeignKeyContext) GetName() IUidContext
func (*AlterByAddForeignKeyContext) GetRuleContext ¶
func (s *AlterByAddForeignKeyContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddForeignKeyContext) IndexColumnNames ¶
func (s *AlterByAddForeignKeyContext) IndexColumnNames() IIndexColumnNamesContext
func (*AlterByAddForeignKeyContext) KEY ¶
func (s *AlterByAddForeignKeyContext) KEY() antlr.TerminalNode
func (*AlterByAddForeignKeyContext) ReferenceDefinition ¶
func (s *AlterByAddForeignKeyContext) ReferenceDefinition() IReferenceDefinitionContext
func (*AlterByAddForeignKeyContext) SetIndexName ¶
func (s *AlterByAddForeignKeyContext) SetIndexName(v IUidContext)
func (*AlterByAddForeignKeyContext) SetName ¶
func (s *AlterByAddForeignKeyContext) SetName(v IUidContext)
func (*AlterByAddForeignKeyContext) Uid ¶
func (s *AlterByAddForeignKeyContext) Uid(i int) IUidContext
type AlterByAddIndexContext ¶
type AlterByAddIndexContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByAddIndexContext ¶
func NewAlterByAddIndexContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddIndexContext
func (*AlterByAddIndexContext) ADD ¶
func (s *AlterByAddIndexContext) ADD() antlr.TerminalNode
func (*AlterByAddIndexContext) Accept ¶
func (s *AlterByAddIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddIndexContext) AllIndexOption ¶
func (s *AlterByAddIndexContext) AllIndexOption() []IIndexOptionContext
func (*AlterByAddIndexContext) GetIndexFormat ¶
func (s *AlterByAddIndexContext) GetIndexFormat() antlr.Token
func (*AlterByAddIndexContext) GetRuleContext ¶
func (s *AlterByAddIndexContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddIndexContext) INDEX ¶
func (s *AlterByAddIndexContext) INDEX() antlr.TerminalNode
func (*AlterByAddIndexContext) IndexColumnNames ¶
func (s *AlterByAddIndexContext) IndexColumnNames() IIndexColumnNamesContext
func (*AlterByAddIndexContext) IndexOption ¶
func (s *AlterByAddIndexContext) IndexOption(i int) IIndexOptionContext
func (*AlterByAddIndexContext) IndexType ¶
func (s *AlterByAddIndexContext) IndexType() IIndexTypeContext
func (*AlterByAddIndexContext) KEY ¶
func (s *AlterByAddIndexContext) KEY() antlr.TerminalNode
func (*AlterByAddIndexContext) SetIndexFormat ¶
func (s *AlterByAddIndexContext) SetIndexFormat(v antlr.Token)
func (*AlterByAddIndexContext) Uid ¶
func (s *AlterByAddIndexContext) Uid() IUidContext
type AlterByAddPartitionContext ¶
type AlterByAddPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByAddPartitionContext ¶
func NewAlterByAddPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddPartitionContext
func (*AlterByAddPartitionContext) ADD ¶
func (s *AlterByAddPartitionContext) ADD() antlr.TerminalNode
func (*AlterByAddPartitionContext) Accept ¶
func (s *AlterByAddPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddPartitionContext) AllCOMMA ¶
func (s *AlterByAddPartitionContext) AllCOMMA() []antlr.TerminalNode
func (*AlterByAddPartitionContext) AllPartitionDefinition ¶
func (s *AlterByAddPartitionContext) AllPartitionDefinition() []IPartitionDefinitionContext
func (*AlterByAddPartitionContext) COMMA ¶
func (s *AlterByAddPartitionContext) COMMA(i int) antlr.TerminalNode
func (*AlterByAddPartitionContext) GetRuleContext ¶
func (s *AlterByAddPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddPartitionContext) LR_BRACKET ¶
func (s *AlterByAddPartitionContext) LR_BRACKET() antlr.TerminalNode
func (*AlterByAddPartitionContext) PARTITION ¶
func (s *AlterByAddPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByAddPartitionContext) PartitionDefinition ¶
func (s *AlterByAddPartitionContext) PartitionDefinition(i int) IPartitionDefinitionContext
func (*AlterByAddPartitionContext) RR_BRACKET ¶
func (s *AlterByAddPartitionContext) RR_BRACKET() antlr.TerminalNode
type AlterByAddPrimaryKeyContext ¶
type AlterByAddPrimaryKeyContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByAddPrimaryKeyContext ¶
func NewAlterByAddPrimaryKeyContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddPrimaryKeyContext
func (*AlterByAddPrimaryKeyContext) ADD ¶
func (s *AlterByAddPrimaryKeyContext) ADD() antlr.TerminalNode
func (*AlterByAddPrimaryKeyContext) Accept ¶
func (s *AlterByAddPrimaryKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddPrimaryKeyContext) AllIndexOption ¶
func (s *AlterByAddPrimaryKeyContext) AllIndexOption() []IIndexOptionContext
func (*AlterByAddPrimaryKeyContext) AllUid ¶
func (s *AlterByAddPrimaryKeyContext) AllUid() []IUidContext
func (*AlterByAddPrimaryKeyContext) CONSTRAINT ¶
func (s *AlterByAddPrimaryKeyContext) CONSTRAINT() antlr.TerminalNode
func (*AlterByAddPrimaryKeyContext) GetIndex ¶
func (s *AlterByAddPrimaryKeyContext) GetIndex() IUidContext
func (*AlterByAddPrimaryKeyContext) GetName ¶
func (s *AlterByAddPrimaryKeyContext) GetName() IUidContext
func (*AlterByAddPrimaryKeyContext) GetRuleContext ¶
func (s *AlterByAddPrimaryKeyContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddPrimaryKeyContext) IndexColumnNames ¶
func (s *AlterByAddPrimaryKeyContext) IndexColumnNames() IIndexColumnNamesContext
func (*AlterByAddPrimaryKeyContext) IndexOption ¶
func (s *AlterByAddPrimaryKeyContext) IndexOption(i int) IIndexOptionContext
func (*AlterByAddPrimaryKeyContext) IndexType ¶
func (s *AlterByAddPrimaryKeyContext) IndexType() IIndexTypeContext
func (*AlterByAddPrimaryKeyContext) KEY ¶
func (s *AlterByAddPrimaryKeyContext) KEY() antlr.TerminalNode
func (*AlterByAddPrimaryKeyContext) PRIMARY ¶
func (s *AlterByAddPrimaryKeyContext) PRIMARY() antlr.TerminalNode
func (*AlterByAddPrimaryKeyContext) SetIndex ¶
func (s *AlterByAddPrimaryKeyContext) SetIndex(v IUidContext)
func (*AlterByAddPrimaryKeyContext) SetName ¶
func (s *AlterByAddPrimaryKeyContext) SetName(v IUidContext)
func (*AlterByAddPrimaryKeyContext) Uid ¶
func (s *AlterByAddPrimaryKeyContext) Uid(i int) IUidContext
type AlterByAddSpecialIndexContext ¶
type AlterByAddSpecialIndexContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByAddSpecialIndexContext ¶
func NewAlterByAddSpecialIndexContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddSpecialIndexContext
func (*AlterByAddSpecialIndexContext) ADD ¶
func (s *AlterByAddSpecialIndexContext) ADD() antlr.TerminalNode
func (*AlterByAddSpecialIndexContext) Accept ¶
func (s *AlterByAddSpecialIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddSpecialIndexContext) AllIndexOption ¶
func (s *AlterByAddSpecialIndexContext) AllIndexOption() []IIndexOptionContext
func (*AlterByAddSpecialIndexContext) FULLTEXT ¶
func (s *AlterByAddSpecialIndexContext) FULLTEXT() antlr.TerminalNode
func (*AlterByAddSpecialIndexContext) GetIndexFormat ¶
func (s *AlterByAddSpecialIndexContext) GetIndexFormat() antlr.Token
func (*AlterByAddSpecialIndexContext) GetKeyType ¶
func (s *AlterByAddSpecialIndexContext) GetKeyType() antlr.Token
func (*AlterByAddSpecialIndexContext) GetRuleContext ¶
func (s *AlterByAddSpecialIndexContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddSpecialIndexContext) INDEX ¶
func (s *AlterByAddSpecialIndexContext) INDEX() antlr.TerminalNode
func (*AlterByAddSpecialIndexContext) IndexColumnNames ¶
func (s *AlterByAddSpecialIndexContext) IndexColumnNames() IIndexColumnNamesContext
func (*AlterByAddSpecialIndexContext) IndexOption ¶
func (s *AlterByAddSpecialIndexContext) IndexOption(i int) IIndexOptionContext
func (*AlterByAddSpecialIndexContext) KEY ¶
func (s *AlterByAddSpecialIndexContext) KEY() antlr.TerminalNode
func (*AlterByAddSpecialIndexContext) SPATIAL ¶
func (s *AlterByAddSpecialIndexContext) SPATIAL() antlr.TerminalNode
func (*AlterByAddSpecialIndexContext) SetIndexFormat ¶
func (s *AlterByAddSpecialIndexContext) SetIndexFormat(v antlr.Token)
func (*AlterByAddSpecialIndexContext) SetKeyType ¶
func (s *AlterByAddSpecialIndexContext) SetKeyType(v antlr.Token)
func (*AlterByAddSpecialIndexContext) Uid ¶
func (s *AlterByAddSpecialIndexContext) Uid() IUidContext
type AlterByAddUniqueKeyContext ¶
type AlterByAddUniqueKeyContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByAddUniqueKeyContext ¶
func NewAlterByAddUniqueKeyContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAddUniqueKeyContext
func (*AlterByAddUniqueKeyContext) ADD ¶
func (s *AlterByAddUniqueKeyContext) ADD() antlr.TerminalNode
func (*AlterByAddUniqueKeyContext) Accept ¶
func (s *AlterByAddUniqueKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAddUniqueKeyContext) AllIndexOption ¶
func (s *AlterByAddUniqueKeyContext) AllIndexOption() []IIndexOptionContext
func (*AlterByAddUniqueKeyContext) AllUid ¶
func (s *AlterByAddUniqueKeyContext) AllUid() []IUidContext
func (*AlterByAddUniqueKeyContext) CONSTRAINT ¶
func (s *AlterByAddUniqueKeyContext) CONSTRAINT() antlr.TerminalNode
func (*AlterByAddUniqueKeyContext) GetIndexFormat ¶
func (s *AlterByAddUniqueKeyContext) GetIndexFormat() antlr.Token
func (*AlterByAddUniqueKeyContext) GetIndexName ¶
func (s *AlterByAddUniqueKeyContext) GetIndexName() IUidContext
func (*AlterByAddUniqueKeyContext) GetName ¶
func (s *AlterByAddUniqueKeyContext) GetName() IUidContext
func (*AlterByAddUniqueKeyContext) GetRuleContext ¶
func (s *AlterByAddUniqueKeyContext) GetRuleContext() antlr.RuleContext
func (*AlterByAddUniqueKeyContext) INDEX ¶
func (s *AlterByAddUniqueKeyContext) INDEX() antlr.TerminalNode
func (*AlterByAddUniqueKeyContext) IndexColumnNames ¶
func (s *AlterByAddUniqueKeyContext) IndexColumnNames() IIndexColumnNamesContext
func (*AlterByAddUniqueKeyContext) IndexOption ¶
func (s *AlterByAddUniqueKeyContext) IndexOption(i int) IIndexOptionContext
func (*AlterByAddUniqueKeyContext) IndexType ¶
func (s *AlterByAddUniqueKeyContext) IndexType() IIndexTypeContext
func (*AlterByAddUniqueKeyContext) KEY ¶
func (s *AlterByAddUniqueKeyContext) KEY() antlr.TerminalNode
func (*AlterByAddUniqueKeyContext) SetIndexFormat ¶
func (s *AlterByAddUniqueKeyContext) SetIndexFormat(v antlr.Token)
func (*AlterByAddUniqueKeyContext) SetIndexName ¶
func (s *AlterByAddUniqueKeyContext) SetIndexName(v IUidContext)
func (*AlterByAddUniqueKeyContext) SetName ¶
func (s *AlterByAddUniqueKeyContext) SetName(v IUidContext)
func (*AlterByAddUniqueKeyContext) UNIQUE ¶
func (s *AlterByAddUniqueKeyContext) UNIQUE() antlr.TerminalNode
func (*AlterByAddUniqueKeyContext) Uid ¶
func (s *AlterByAddUniqueKeyContext) Uid(i int) IUidContext
type AlterByAlterIndexVisibilityContext ¶
type AlterByAlterIndexVisibilityContext struct {
*AlterSpecificationContext
}
func NewAlterByAlterIndexVisibilityContext ¶
func NewAlterByAlterIndexVisibilityContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAlterIndexVisibilityContext
func (*AlterByAlterIndexVisibilityContext) ALTER ¶
func (s *AlterByAlterIndexVisibilityContext) ALTER() antlr.TerminalNode
func (*AlterByAlterIndexVisibilityContext) Accept ¶
func (s *AlterByAlterIndexVisibilityContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAlterIndexVisibilityContext) GetRuleContext ¶
func (s *AlterByAlterIndexVisibilityContext) GetRuleContext() antlr.RuleContext
func (*AlterByAlterIndexVisibilityContext) INDEX ¶
func (s *AlterByAlterIndexVisibilityContext) INDEX() antlr.TerminalNode
func (*AlterByAlterIndexVisibilityContext) INVISIBLE ¶
func (s *AlterByAlterIndexVisibilityContext) INVISIBLE() antlr.TerminalNode
func (*AlterByAlterIndexVisibilityContext) Uid ¶
func (s *AlterByAlterIndexVisibilityContext) Uid() IUidContext
func (*AlterByAlterIndexVisibilityContext) VISIBLE ¶
func (s *AlterByAlterIndexVisibilityContext) VISIBLE() antlr.TerminalNode
type AlterByAnalyzePartitionContext ¶
type AlterByAnalyzePartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByAnalyzePartitionContext ¶
func NewAlterByAnalyzePartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByAnalyzePartitionContext
func (*AlterByAnalyzePartitionContext) ALL ¶
func (s *AlterByAnalyzePartitionContext) ALL() antlr.TerminalNode
func (*AlterByAnalyzePartitionContext) ANALYZE ¶
func (s *AlterByAnalyzePartitionContext) ANALYZE() antlr.TerminalNode
func (*AlterByAnalyzePartitionContext) Accept ¶
func (s *AlterByAnalyzePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByAnalyzePartitionContext) GetRuleContext ¶
func (s *AlterByAnalyzePartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByAnalyzePartitionContext) PARTITION ¶
func (s *AlterByAnalyzePartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByAnalyzePartitionContext) UidList ¶
func (s *AlterByAnalyzePartitionContext) UidList() IUidListContext
type AlterByChangeColumnContext ¶
type AlterByChangeColumnContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByChangeColumnContext ¶
func NewAlterByChangeColumnContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByChangeColumnContext
func (*AlterByChangeColumnContext) AFTER ¶
func (s *AlterByChangeColumnContext) AFTER() antlr.TerminalNode
func (*AlterByChangeColumnContext) Accept ¶
func (s *AlterByChangeColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByChangeColumnContext) AllUid ¶
func (s *AlterByChangeColumnContext) AllUid() []IUidContext
func (*AlterByChangeColumnContext) CHANGE ¶
func (s *AlterByChangeColumnContext) CHANGE() antlr.TerminalNode
func (*AlterByChangeColumnContext) COLUMN ¶
func (s *AlterByChangeColumnContext) COLUMN() antlr.TerminalNode
func (*AlterByChangeColumnContext) ColumnDefinition ¶
func (s *AlterByChangeColumnContext) ColumnDefinition() IColumnDefinitionContext
func (*AlterByChangeColumnContext) FIRST ¶
func (s *AlterByChangeColumnContext) FIRST() antlr.TerminalNode
func (*AlterByChangeColumnContext) GetAfterColumn ¶
func (s *AlterByChangeColumnContext) GetAfterColumn() IUidContext
func (*AlterByChangeColumnContext) GetNewColumn ¶
func (s *AlterByChangeColumnContext) GetNewColumn() IUidContext
func (*AlterByChangeColumnContext) GetOldColumn ¶
func (s *AlterByChangeColumnContext) GetOldColumn() IUidContext
func (*AlterByChangeColumnContext) GetRuleContext ¶
func (s *AlterByChangeColumnContext) GetRuleContext() antlr.RuleContext
func (*AlterByChangeColumnContext) SetAfterColumn ¶
func (s *AlterByChangeColumnContext) SetAfterColumn(v IUidContext)
func (*AlterByChangeColumnContext) SetNewColumn ¶
func (s *AlterByChangeColumnContext) SetNewColumn(v IUidContext)
func (*AlterByChangeColumnContext) SetOldColumn ¶
func (s *AlterByChangeColumnContext) SetOldColumn(v IUidContext)
func (*AlterByChangeColumnContext) Uid ¶
func (s *AlterByChangeColumnContext) Uid(i int) IUidContext
type AlterByChangeDefaultContext ¶
type AlterByChangeDefaultContext struct {
*AlterSpecificationContext
}
func NewAlterByChangeDefaultContext ¶
func NewAlterByChangeDefaultContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByChangeDefaultContext
func (*AlterByChangeDefaultContext) ALTER ¶
func (s *AlterByChangeDefaultContext) ALTER() antlr.TerminalNode
func (*AlterByChangeDefaultContext) Accept ¶
func (s *AlterByChangeDefaultContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByChangeDefaultContext) COLUMN ¶
func (s *AlterByChangeDefaultContext) COLUMN() antlr.TerminalNode
func (*AlterByChangeDefaultContext) DEFAULT ¶
func (s *AlterByChangeDefaultContext) DEFAULT() antlr.TerminalNode
func (*AlterByChangeDefaultContext) DROP ¶
func (s *AlterByChangeDefaultContext) DROP() antlr.TerminalNode
func (*AlterByChangeDefaultContext) DefaultValue ¶
func (s *AlterByChangeDefaultContext) DefaultValue() IDefaultValueContext
func (*AlterByChangeDefaultContext) GetRuleContext ¶
func (s *AlterByChangeDefaultContext) GetRuleContext() antlr.RuleContext
func (*AlterByChangeDefaultContext) SET ¶
func (s *AlterByChangeDefaultContext) SET() antlr.TerminalNode
func (*AlterByChangeDefaultContext) Uid ¶
func (s *AlterByChangeDefaultContext) Uid() IUidContext
type AlterByCheckPartitionContext ¶
type AlterByCheckPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByCheckPartitionContext ¶
func NewAlterByCheckPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByCheckPartitionContext
func (*AlterByCheckPartitionContext) ALL ¶
func (s *AlterByCheckPartitionContext) ALL() antlr.TerminalNode
func (*AlterByCheckPartitionContext) Accept ¶
func (s *AlterByCheckPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByCheckPartitionContext) CHECK ¶
func (s *AlterByCheckPartitionContext) CHECK() antlr.TerminalNode
func (*AlterByCheckPartitionContext) GetRuleContext ¶
func (s *AlterByCheckPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByCheckPartitionContext) PARTITION ¶
func (s *AlterByCheckPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByCheckPartitionContext) UidList ¶
func (s *AlterByCheckPartitionContext) UidList() IUidListContext
type AlterByCoalescePartitionContext ¶
type AlterByCoalescePartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByCoalescePartitionContext ¶
func NewAlterByCoalescePartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByCoalescePartitionContext
func (*AlterByCoalescePartitionContext) Accept ¶
func (s *AlterByCoalescePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByCoalescePartitionContext) COALESCE ¶
func (s *AlterByCoalescePartitionContext) COALESCE() antlr.TerminalNode
func (*AlterByCoalescePartitionContext) DecimalLiteral ¶
func (s *AlterByCoalescePartitionContext) DecimalLiteral() IDecimalLiteralContext
func (*AlterByCoalescePartitionContext) GetRuleContext ¶
func (s *AlterByCoalescePartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByCoalescePartitionContext) PARTITION ¶
func (s *AlterByCoalescePartitionContext) PARTITION() antlr.TerminalNode
type AlterByConvertCharsetContext ¶
type AlterByConvertCharsetContext struct {
*AlterSpecificationContext
}
func NewAlterByConvertCharsetContext ¶
func NewAlterByConvertCharsetContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByConvertCharsetContext
func (*AlterByConvertCharsetContext) Accept ¶
func (s *AlterByConvertCharsetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByConvertCharsetContext) CHARACTER ¶
func (s *AlterByConvertCharsetContext) CHARACTER() antlr.TerminalNode
func (*AlterByConvertCharsetContext) COLLATE ¶
func (s *AlterByConvertCharsetContext) COLLATE() antlr.TerminalNode
func (*AlterByConvertCharsetContext) CONVERT ¶
func (s *AlterByConvertCharsetContext) CONVERT() antlr.TerminalNode
func (*AlterByConvertCharsetContext) CharsetName ¶
func (s *AlterByConvertCharsetContext) CharsetName() ICharsetNameContext
func (*AlterByConvertCharsetContext) CollationName ¶
func (s *AlterByConvertCharsetContext) CollationName() ICollationNameContext
func (*AlterByConvertCharsetContext) GetRuleContext ¶
func (s *AlterByConvertCharsetContext) GetRuleContext() antlr.RuleContext
func (*AlterByConvertCharsetContext) SET ¶
func (s *AlterByConvertCharsetContext) SET() antlr.TerminalNode
func (*AlterByConvertCharsetContext) TO ¶
func (s *AlterByConvertCharsetContext) TO() antlr.TerminalNode
type AlterByDefaultCharsetContext ¶
type AlterByDefaultCharsetContext struct {
*AlterSpecificationContext
}
func NewAlterByDefaultCharsetContext ¶
func NewAlterByDefaultCharsetContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDefaultCharsetContext
func (*AlterByDefaultCharsetContext) Accept ¶
func (s *AlterByDefaultCharsetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDefaultCharsetContext) AllEQUAL_SYMBOL ¶
func (s *AlterByDefaultCharsetContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
func (*AlterByDefaultCharsetContext) CHARACTER ¶
func (s *AlterByDefaultCharsetContext) CHARACTER() antlr.TerminalNode
func (*AlterByDefaultCharsetContext) COLLATE ¶
func (s *AlterByDefaultCharsetContext) COLLATE() antlr.TerminalNode
func (*AlterByDefaultCharsetContext) CharsetName ¶
func (s *AlterByDefaultCharsetContext) CharsetName() ICharsetNameContext
func (*AlterByDefaultCharsetContext) CollationName ¶
func (s *AlterByDefaultCharsetContext) CollationName() ICollationNameContext
func (*AlterByDefaultCharsetContext) DEFAULT ¶
func (s *AlterByDefaultCharsetContext) DEFAULT() antlr.TerminalNode
func (*AlterByDefaultCharsetContext) EQUAL_SYMBOL ¶
func (s *AlterByDefaultCharsetContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
func (*AlterByDefaultCharsetContext) GetRuleContext ¶
func (s *AlterByDefaultCharsetContext) GetRuleContext() antlr.RuleContext
func (*AlterByDefaultCharsetContext) SET ¶
func (s *AlterByDefaultCharsetContext) SET() antlr.TerminalNode
type AlterByDisableKeysContext ¶
type AlterByDisableKeysContext struct {
*AlterSpecificationContext
}
func NewAlterByDisableKeysContext ¶
func NewAlterByDisableKeysContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDisableKeysContext
func (*AlterByDisableKeysContext) Accept ¶
func (s *AlterByDisableKeysContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDisableKeysContext) DISABLE ¶
func (s *AlterByDisableKeysContext) DISABLE() antlr.TerminalNode
func (*AlterByDisableKeysContext) GetRuleContext ¶
func (s *AlterByDisableKeysContext) GetRuleContext() antlr.RuleContext
func (*AlterByDisableKeysContext) KEYS ¶
func (s *AlterByDisableKeysContext) KEYS() antlr.TerminalNode
type AlterByDiscardPartitionContext ¶
type AlterByDiscardPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByDiscardPartitionContext ¶
func NewAlterByDiscardPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDiscardPartitionContext
func (*AlterByDiscardPartitionContext) ALL ¶
func (s *AlterByDiscardPartitionContext) ALL() antlr.TerminalNode
func (*AlterByDiscardPartitionContext) Accept ¶
func (s *AlterByDiscardPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDiscardPartitionContext) DISCARD ¶
func (s *AlterByDiscardPartitionContext) DISCARD() antlr.TerminalNode
func (*AlterByDiscardPartitionContext) GetRuleContext ¶
func (s *AlterByDiscardPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByDiscardPartitionContext) PARTITION ¶
func (s *AlterByDiscardPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByDiscardPartitionContext) TABLESPACE ¶
func (s *AlterByDiscardPartitionContext) TABLESPACE() antlr.TerminalNode
func (*AlterByDiscardPartitionContext) UidList ¶
func (s *AlterByDiscardPartitionContext) UidList() IUidListContext
type AlterByDiscardTablespaceContext ¶
type AlterByDiscardTablespaceContext struct {
*AlterSpecificationContext
}
func NewAlterByDiscardTablespaceContext ¶
func NewAlterByDiscardTablespaceContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDiscardTablespaceContext
func (*AlterByDiscardTablespaceContext) Accept ¶
func (s *AlterByDiscardTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDiscardTablespaceContext) DISCARD ¶
func (s *AlterByDiscardTablespaceContext) DISCARD() antlr.TerminalNode
func (*AlterByDiscardTablespaceContext) GetRuleContext ¶
func (s *AlterByDiscardTablespaceContext) GetRuleContext() antlr.RuleContext
func (*AlterByDiscardTablespaceContext) TABLESPACE ¶
func (s *AlterByDiscardTablespaceContext) TABLESPACE() antlr.TerminalNode
type AlterByDropColumnContext ¶
type AlterByDropColumnContext struct {
*AlterSpecificationContext
}
func NewAlterByDropColumnContext ¶
func NewAlterByDropColumnContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDropColumnContext
func (*AlterByDropColumnContext) Accept ¶
func (s *AlterByDropColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDropColumnContext) COLUMN ¶
func (s *AlterByDropColumnContext) COLUMN() antlr.TerminalNode
func (*AlterByDropColumnContext) DROP ¶
func (s *AlterByDropColumnContext) DROP() antlr.TerminalNode
func (*AlterByDropColumnContext) GetRuleContext ¶
func (s *AlterByDropColumnContext) GetRuleContext() antlr.RuleContext
func (*AlterByDropColumnContext) RESTRICT ¶
func (s *AlterByDropColumnContext) RESTRICT() antlr.TerminalNode
func (*AlterByDropColumnContext) Uid ¶
func (s *AlterByDropColumnContext) Uid() IUidContext
type AlterByDropConstraintCheckContext ¶
type AlterByDropConstraintCheckContext struct {
*AlterSpecificationContext
}
func NewAlterByDropConstraintCheckContext ¶
func NewAlterByDropConstraintCheckContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDropConstraintCheckContext
func (*AlterByDropConstraintCheckContext) Accept ¶
func (s *AlterByDropConstraintCheckContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDropConstraintCheckContext) CHECK ¶
func (s *AlterByDropConstraintCheckContext) CHECK() antlr.TerminalNode
func (*AlterByDropConstraintCheckContext) CONSTRAINT ¶
func (s *AlterByDropConstraintCheckContext) CONSTRAINT() antlr.TerminalNode
func (*AlterByDropConstraintCheckContext) DROP ¶
func (s *AlterByDropConstraintCheckContext) DROP() antlr.TerminalNode
func (*AlterByDropConstraintCheckContext) GetRuleContext ¶
func (s *AlterByDropConstraintCheckContext) GetRuleContext() antlr.RuleContext
func (*AlterByDropConstraintCheckContext) Uid ¶
func (s *AlterByDropConstraintCheckContext) Uid() IUidContext
type AlterByDropForeignKeyContext ¶
type AlterByDropForeignKeyContext struct {
*AlterSpecificationContext
}
func NewAlterByDropForeignKeyContext ¶
func NewAlterByDropForeignKeyContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDropForeignKeyContext
func (*AlterByDropForeignKeyContext) Accept ¶
func (s *AlterByDropForeignKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDropForeignKeyContext) DROP ¶
func (s *AlterByDropForeignKeyContext) DROP() antlr.TerminalNode
func (*AlterByDropForeignKeyContext) FOREIGN ¶
func (s *AlterByDropForeignKeyContext) FOREIGN() antlr.TerminalNode
func (*AlterByDropForeignKeyContext) GetRuleContext ¶
func (s *AlterByDropForeignKeyContext) GetRuleContext() antlr.RuleContext
func (*AlterByDropForeignKeyContext) KEY ¶
func (s *AlterByDropForeignKeyContext) KEY() antlr.TerminalNode
func (*AlterByDropForeignKeyContext) Uid ¶
func (s *AlterByDropForeignKeyContext) Uid() IUidContext
type AlterByDropIndexContext ¶
type AlterByDropIndexContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByDropIndexContext ¶
func NewAlterByDropIndexContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDropIndexContext
func (*AlterByDropIndexContext) Accept ¶
func (s *AlterByDropIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDropIndexContext) DROP ¶
func (s *AlterByDropIndexContext) DROP() antlr.TerminalNode
func (*AlterByDropIndexContext) GetIndexFormat ¶
func (s *AlterByDropIndexContext) GetIndexFormat() antlr.Token
func (*AlterByDropIndexContext) GetRuleContext ¶
func (s *AlterByDropIndexContext) GetRuleContext() antlr.RuleContext
func (*AlterByDropIndexContext) INDEX ¶
func (s *AlterByDropIndexContext) INDEX() antlr.TerminalNode
func (*AlterByDropIndexContext) KEY ¶
func (s *AlterByDropIndexContext) KEY() antlr.TerminalNode
func (*AlterByDropIndexContext) SetIndexFormat ¶
func (s *AlterByDropIndexContext) SetIndexFormat(v antlr.Token)
func (*AlterByDropIndexContext) Uid ¶
func (s *AlterByDropIndexContext) Uid() IUidContext
type AlterByDropPartitionContext ¶
type AlterByDropPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByDropPartitionContext ¶
func NewAlterByDropPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDropPartitionContext
func (*AlterByDropPartitionContext) Accept ¶
func (s *AlterByDropPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDropPartitionContext) DROP ¶
func (s *AlterByDropPartitionContext) DROP() antlr.TerminalNode
func (*AlterByDropPartitionContext) GetRuleContext ¶
func (s *AlterByDropPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByDropPartitionContext) PARTITION ¶
func (s *AlterByDropPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByDropPartitionContext) UidList ¶
func (s *AlterByDropPartitionContext) UidList() IUidListContext
type AlterByDropPrimaryKeyContext ¶
type AlterByDropPrimaryKeyContext struct {
*AlterSpecificationContext
}
func NewAlterByDropPrimaryKeyContext ¶
func NewAlterByDropPrimaryKeyContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByDropPrimaryKeyContext
func (*AlterByDropPrimaryKeyContext) Accept ¶
func (s *AlterByDropPrimaryKeyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByDropPrimaryKeyContext) DROP ¶
func (s *AlterByDropPrimaryKeyContext) DROP() antlr.TerminalNode
func (*AlterByDropPrimaryKeyContext) GetRuleContext ¶
func (s *AlterByDropPrimaryKeyContext) GetRuleContext() antlr.RuleContext
func (*AlterByDropPrimaryKeyContext) KEY ¶
func (s *AlterByDropPrimaryKeyContext) KEY() antlr.TerminalNode
func (*AlterByDropPrimaryKeyContext) PRIMARY ¶
func (s *AlterByDropPrimaryKeyContext) PRIMARY() antlr.TerminalNode
type AlterByEnableKeysContext ¶
type AlterByEnableKeysContext struct {
*AlterSpecificationContext
}
func NewAlterByEnableKeysContext ¶
func NewAlterByEnableKeysContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByEnableKeysContext
func (*AlterByEnableKeysContext) Accept ¶
func (s *AlterByEnableKeysContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByEnableKeysContext) ENABLE ¶
func (s *AlterByEnableKeysContext) ENABLE() antlr.TerminalNode
func (*AlterByEnableKeysContext) GetRuleContext ¶
func (s *AlterByEnableKeysContext) GetRuleContext() antlr.RuleContext
func (*AlterByEnableKeysContext) KEYS ¶
func (s *AlterByEnableKeysContext) KEYS() antlr.TerminalNode
type AlterByExchangePartitionContext ¶
type AlterByExchangePartitionContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByExchangePartitionContext ¶
func NewAlterByExchangePartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByExchangePartitionContext
func (*AlterByExchangePartitionContext) Accept ¶
func (s *AlterByExchangePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByExchangePartitionContext) AllWITH ¶
func (s *AlterByExchangePartitionContext) AllWITH() []antlr.TerminalNode
func (*AlterByExchangePartitionContext) EXCHANGE ¶
func (s *AlterByExchangePartitionContext) EXCHANGE() antlr.TerminalNode
func (*AlterByExchangePartitionContext) GetRuleContext ¶
func (s *AlterByExchangePartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByExchangePartitionContext) GetValidationFormat ¶
func (s *AlterByExchangePartitionContext) GetValidationFormat() antlr.Token
func (*AlterByExchangePartitionContext) PARTITION ¶
func (s *AlterByExchangePartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByExchangePartitionContext) SetValidationFormat ¶
func (s *AlterByExchangePartitionContext) SetValidationFormat(v antlr.Token)
func (*AlterByExchangePartitionContext) TABLE ¶
func (s *AlterByExchangePartitionContext) TABLE() antlr.TerminalNode
func (*AlterByExchangePartitionContext) TableName ¶
func (s *AlterByExchangePartitionContext) TableName() ITableNameContext
func (*AlterByExchangePartitionContext) Uid ¶
func (s *AlterByExchangePartitionContext) Uid() IUidContext
func (*AlterByExchangePartitionContext) VALIDATION ¶
func (s *AlterByExchangePartitionContext) VALIDATION() antlr.TerminalNode
func (*AlterByExchangePartitionContext) WITH ¶
func (s *AlterByExchangePartitionContext) WITH(i int) antlr.TerminalNode
func (*AlterByExchangePartitionContext) WITHOUT ¶
func (s *AlterByExchangePartitionContext) WITHOUT() antlr.TerminalNode
type AlterByForceContext ¶
type AlterByForceContext struct {
*AlterSpecificationContext
}
func NewAlterByForceContext ¶
func NewAlterByForceContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByForceContext
func (*AlterByForceContext) Accept ¶
func (s *AlterByForceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByForceContext) FORCE ¶
func (s *AlterByForceContext) FORCE() antlr.TerminalNode
func (*AlterByForceContext) GetRuleContext ¶
func (s *AlterByForceContext) GetRuleContext() antlr.RuleContext
type AlterByImportPartitionContext ¶
type AlterByImportPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByImportPartitionContext ¶
func NewAlterByImportPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByImportPartitionContext
func (*AlterByImportPartitionContext) ALL ¶
func (s *AlterByImportPartitionContext) ALL() antlr.TerminalNode
func (*AlterByImportPartitionContext) Accept ¶
func (s *AlterByImportPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByImportPartitionContext) GetRuleContext ¶
func (s *AlterByImportPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByImportPartitionContext) IMPORT ¶
func (s *AlterByImportPartitionContext) IMPORT() antlr.TerminalNode
func (*AlterByImportPartitionContext) PARTITION ¶
func (s *AlterByImportPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByImportPartitionContext) TABLESPACE ¶
func (s *AlterByImportPartitionContext) TABLESPACE() antlr.TerminalNode
func (*AlterByImportPartitionContext) UidList ¶
func (s *AlterByImportPartitionContext) UidList() IUidListContext
type AlterByImportTablespaceContext ¶
type AlterByImportTablespaceContext struct {
*AlterSpecificationContext
}
func NewAlterByImportTablespaceContext ¶
func NewAlterByImportTablespaceContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByImportTablespaceContext
func (*AlterByImportTablespaceContext) Accept ¶
func (s *AlterByImportTablespaceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByImportTablespaceContext) GetRuleContext ¶
func (s *AlterByImportTablespaceContext) GetRuleContext() antlr.RuleContext
func (*AlterByImportTablespaceContext) IMPORT ¶
func (s *AlterByImportTablespaceContext) IMPORT() antlr.TerminalNode
func (*AlterByImportTablespaceContext) TABLESPACE ¶
func (s *AlterByImportTablespaceContext) TABLESPACE() antlr.TerminalNode
type AlterByLockContext ¶
type AlterByLockContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByLockContext ¶
func NewAlterByLockContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByLockContext
func (*AlterByLockContext) Accept ¶
func (s *AlterByLockContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByLockContext) DEFAULT ¶
func (s *AlterByLockContext) DEFAULT() antlr.TerminalNode
func (*AlterByLockContext) EQUAL_SYMBOL ¶
func (s *AlterByLockContext) EQUAL_SYMBOL() antlr.TerminalNode
func (*AlterByLockContext) EXCLUSIVE ¶
func (s *AlterByLockContext) EXCLUSIVE() antlr.TerminalNode
func (*AlterByLockContext) GetLockType ¶
func (s *AlterByLockContext) GetLockType() antlr.Token
func (*AlterByLockContext) GetRuleContext ¶
func (s *AlterByLockContext) GetRuleContext() antlr.RuleContext
func (*AlterByLockContext) LOCK ¶
func (s *AlterByLockContext) LOCK() antlr.TerminalNode
func (*AlterByLockContext) NONE ¶
func (s *AlterByLockContext) NONE() antlr.TerminalNode
func (*AlterByLockContext) SHARED ¶
func (s *AlterByLockContext) SHARED() antlr.TerminalNode
func (*AlterByLockContext) SetLockType ¶
func (s *AlterByLockContext) SetLockType(v antlr.Token)
type AlterByModifyColumnContext ¶
type AlterByModifyColumnContext struct {
*AlterSpecificationContext
}
func NewAlterByModifyColumnContext ¶
func NewAlterByModifyColumnContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByModifyColumnContext
func (*AlterByModifyColumnContext) AFTER ¶
func (s *AlterByModifyColumnContext) AFTER() antlr.TerminalNode
func (*AlterByModifyColumnContext) Accept ¶
func (s *AlterByModifyColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByModifyColumnContext) AllUid ¶
func (s *AlterByModifyColumnContext) AllUid() []IUidContext
func (*AlterByModifyColumnContext) COLUMN ¶
func (s *AlterByModifyColumnContext) COLUMN() antlr.TerminalNode
func (*AlterByModifyColumnContext) ColumnDefinition ¶
func (s *AlterByModifyColumnContext) ColumnDefinition() IColumnDefinitionContext
func (*AlterByModifyColumnContext) FIRST ¶
func (s *AlterByModifyColumnContext) FIRST() antlr.TerminalNode
func (*AlterByModifyColumnContext) GetRuleContext ¶
func (s *AlterByModifyColumnContext) GetRuleContext() antlr.RuleContext
func (*AlterByModifyColumnContext) MODIFY ¶
func (s *AlterByModifyColumnContext) MODIFY() antlr.TerminalNode
func (*AlterByModifyColumnContext) Uid ¶
func (s *AlterByModifyColumnContext) Uid(i int) IUidContext
type AlterByOptimizePartitionContext ¶
type AlterByOptimizePartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByOptimizePartitionContext ¶
func NewAlterByOptimizePartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByOptimizePartitionContext
func (*AlterByOptimizePartitionContext) ALL ¶
func (s *AlterByOptimizePartitionContext) ALL() antlr.TerminalNode
func (*AlterByOptimizePartitionContext) Accept ¶
func (s *AlterByOptimizePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByOptimizePartitionContext) GetRuleContext ¶
func (s *AlterByOptimizePartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByOptimizePartitionContext) OPTIMIZE ¶
func (s *AlterByOptimizePartitionContext) OPTIMIZE() antlr.TerminalNode
func (*AlterByOptimizePartitionContext) PARTITION ¶
func (s *AlterByOptimizePartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByOptimizePartitionContext) UidList ¶
func (s *AlterByOptimizePartitionContext) UidList() IUidListContext
type AlterByOrderContext ¶
type AlterByOrderContext struct {
*AlterSpecificationContext
}
func NewAlterByOrderContext ¶
func NewAlterByOrderContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByOrderContext
func (*AlterByOrderContext) Accept ¶
func (s *AlterByOrderContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByOrderContext) BY ¶
func (s *AlterByOrderContext) BY() antlr.TerminalNode
func (*AlterByOrderContext) GetRuleContext ¶
func (s *AlterByOrderContext) GetRuleContext() antlr.RuleContext
func (*AlterByOrderContext) ORDER ¶
func (s *AlterByOrderContext) ORDER() antlr.TerminalNode
func (*AlterByOrderContext) UidList ¶
func (s *AlterByOrderContext) UidList() IUidListContext
type AlterByRebuildPartitionContext ¶
type AlterByRebuildPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByRebuildPartitionContext ¶
func NewAlterByRebuildPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByRebuildPartitionContext
func (*AlterByRebuildPartitionContext) ALL ¶
func (s *AlterByRebuildPartitionContext) ALL() antlr.TerminalNode
func (*AlterByRebuildPartitionContext) Accept ¶
func (s *AlterByRebuildPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByRebuildPartitionContext) GetRuleContext ¶
func (s *AlterByRebuildPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByRebuildPartitionContext) PARTITION ¶
func (s *AlterByRebuildPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByRebuildPartitionContext) REBUILD ¶
func (s *AlterByRebuildPartitionContext) REBUILD() antlr.TerminalNode
func (*AlterByRebuildPartitionContext) UidList ¶
func (s *AlterByRebuildPartitionContext) UidList() IUidListContext
type AlterByRemovePartitioningContext ¶
type AlterByRemovePartitioningContext struct {
*AlterSpecificationContext
}
func NewAlterByRemovePartitioningContext ¶
func NewAlterByRemovePartitioningContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByRemovePartitioningContext
func (*AlterByRemovePartitioningContext) Accept ¶
func (s *AlterByRemovePartitioningContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByRemovePartitioningContext) GetRuleContext ¶
func (s *AlterByRemovePartitioningContext) GetRuleContext() antlr.RuleContext
func (*AlterByRemovePartitioningContext) PARTITIONING ¶
func (s *AlterByRemovePartitioningContext) PARTITIONING() antlr.TerminalNode
func (*AlterByRemovePartitioningContext) REMOVE ¶
func (s *AlterByRemovePartitioningContext) REMOVE() antlr.TerminalNode
type AlterByRenameColumnContext ¶
type AlterByRenameColumnContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByRenameColumnContext ¶
func NewAlterByRenameColumnContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByRenameColumnContext
func (*AlterByRenameColumnContext) Accept ¶
func (s *AlterByRenameColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByRenameColumnContext) AllUid ¶
func (s *AlterByRenameColumnContext) AllUid() []IUidContext
func (*AlterByRenameColumnContext) COLUMN ¶
func (s *AlterByRenameColumnContext) COLUMN() antlr.TerminalNode
func (*AlterByRenameColumnContext) GetNewColumn ¶
func (s *AlterByRenameColumnContext) GetNewColumn() IUidContext
func (*AlterByRenameColumnContext) GetOldColumn ¶
func (s *AlterByRenameColumnContext) GetOldColumn() IUidContext
func (*AlterByRenameColumnContext) GetRuleContext ¶
func (s *AlterByRenameColumnContext) GetRuleContext() antlr.RuleContext
func (*AlterByRenameColumnContext) RENAME ¶
func (s *AlterByRenameColumnContext) RENAME() antlr.TerminalNode
func (*AlterByRenameColumnContext) SetNewColumn ¶
func (s *AlterByRenameColumnContext) SetNewColumn(v IUidContext)
func (*AlterByRenameColumnContext) SetOldColumn ¶
func (s *AlterByRenameColumnContext) SetOldColumn(v IUidContext)
func (*AlterByRenameColumnContext) TO ¶
func (s *AlterByRenameColumnContext) TO() antlr.TerminalNode
func (*AlterByRenameColumnContext) Uid ¶
func (s *AlterByRenameColumnContext) Uid(i int) IUidContext
type AlterByRenameContext ¶
type AlterByRenameContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByRenameContext ¶
func NewAlterByRenameContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByRenameContext
func (*AlterByRenameContext) AS ¶
func (s *AlterByRenameContext) AS() antlr.TerminalNode
func (*AlterByRenameContext) Accept ¶
func (s *AlterByRenameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByRenameContext) FullId ¶
func (s *AlterByRenameContext) FullId() IFullIdContext
func (*AlterByRenameContext) GetRenameFormat ¶
func (s *AlterByRenameContext) GetRenameFormat() antlr.Token
func (*AlterByRenameContext) GetRuleContext ¶
func (s *AlterByRenameContext) GetRuleContext() antlr.RuleContext
func (*AlterByRenameContext) RENAME ¶
func (s *AlterByRenameContext) RENAME() antlr.TerminalNode
func (*AlterByRenameContext) SetRenameFormat ¶
func (s *AlterByRenameContext) SetRenameFormat(v antlr.Token)
func (*AlterByRenameContext) TO ¶
func (s *AlterByRenameContext) TO() antlr.TerminalNode
func (*AlterByRenameContext) Uid ¶
func (s *AlterByRenameContext) Uid() IUidContext
type AlterByRenameIndexContext ¶
type AlterByRenameIndexContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByRenameIndexContext ¶
func NewAlterByRenameIndexContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByRenameIndexContext
func (*AlterByRenameIndexContext) Accept ¶
func (s *AlterByRenameIndexContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByRenameIndexContext) AllUid ¶
func (s *AlterByRenameIndexContext) AllUid() []IUidContext
func (*AlterByRenameIndexContext) GetIndexFormat ¶
func (s *AlterByRenameIndexContext) GetIndexFormat() antlr.Token
func (*AlterByRenameIndexContext) GetRuleContext ¶
func (s *AlterByRenameIndexContext) GetRuleContext() antlr.RuleContext
func (*AlterByRenameIndexContext) INDEX ¶
func (s *AlterByRenameIndexContext) INDEX() antlr.TerminalNode
func (*AlterByRenameIndexContext) KEY ¶
func (s *AlterByRenameIndexContext) KEY() antlr.TerminalNode
func (*AlterByRenameIndexContext) RENAME ¶
func (s *AlterByRenameIndexContext) RENAME() antlr.TerminalNode
func (*AlterByRenameIndexContext) SetIndexFormat ¶
func (s *AlterByRenameIndexContext) SetIndexFormat(v antlr.Token)
func (*AlterByRenameIndexContext) TO ¶
func (s *AlterByRenameIndexContext) TO() antlr.TerminalNode
func (*AlterByRenameIndexContext) Uid ¶
func (s *AlterByRenameIndexContext) Uid(i int) IUidContext
type AlterByReorganizePartitionContext ¶
type AlterByReorganizePartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByReorganizePartitionContext ¶
func NewAlterByReorganizePartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByReorganizePartitionContext
func (*AlterByReorganizePartitionContext) Accept ¶
func (s *AlterByReorganizePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByReorganizePartitionContext) AllCOMMA ¶
func (s *AlterByReorganizePartitionContext) AllCOMMA() []antlr.TerminalNode
func (*AlterByReorganizePartitionContext) AllPartitionDefinition ¶
func (s *AlterByReorganizePartitionContext) AllPartitionDefinition() []IPartitionDefinitionContext
func (*AlterByReorganizePartitionContext) COMMA ¶
func (s *AlterByReorganizePartitionContext) COMMA(i int) antlr.TerminalNode
func (*AlterByReorganizePartitionContext) GetRuleContext ¶
func (s *AlterByReorganizePartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByReorganizePartitionContext) INTO ¶
func (s *AlterByReorganizePartitionContext) INTO() antlr.TerminalNode
func (*AlterByReorganizePartitionContext) LR_BRACKET ¶
func (s *AlterByReorganizePartitionContext) LR_BRACKET() antlr.TerminalNode
func (*AlterByReorganizePartitionContext) PARTITION ¶
func (s *AlterByReorganizePartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByReorganizePartitionContext) PartitionDefinition ¶
func (s *AlterByReorganizePartitionContext) PartitionDefinition(i int) IPartitionDefinitionContext
func (*AlterByReorganizePartitionContext) REORGANIZE ¶
func (s *AlterByReorganizePartitionContext) REORGANIZE() antlr.TerminalNode
func (*AlterByReorganizePartitionContext) RR_BRACKET ¶
func (s *AlterByReorganizePartitionContext) RR_BRACKET() antlr.TerminalNode
func (*AlterByReorganizePartitionContext) UidList ¶
func (s *AlterByReorganizePartitionContext) UidList() IUidListContext
type AlterByRepairPartitionContext ¶
type AlterByRepairPartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByRepairPartitionContext ¶
func NewAlterByRepairPartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByRepairPartitionContext
func (*AlterByRepairPartitionContext) ALL ¶
func (s *AlterByRepairPartitionContext) ALL() antlr.TerminalNode
func (*AlterByRepairPartitionContext) Accept ¶
func (s *AlterByRepairPartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByRepairPartitionContext) GetRuleContext ¶
func (s *AlterByRepairPartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByRepairPartitionContext) PARTITION ¶
func (s *AlterByRepairPartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByRepairPartitionContext) REPAIR ¶
func (s *AlterByRepairPartitionContext) REPAIR() antlr.TerminalNode
func (*AlterByRepairPartitionContext) UidList ¶
func (s *AlterByRepairPartitionContext) UidList() IUidListContext
type AlterBySetAlgorithmContext ¶
type AlterBySetAlgorithmContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterBySetAlgorithmContext ¶
func NewAlterBySetAlgorithmContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterBySetAlgorithmContext
func (*AlterBySetAlgorithmContext) ALGORITHM ¶
func (s *AlterBySetAlgorithmContext) ALGORITHM() antlr.TerminalNode
func (*AlterBySetAlgorithmContext) Accept ¶
func (s *AlterBySetAlgorithmContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterBySetAlgorithmContext) COPY ¶
func (s *AlterBySetAlgorithmContext) COPY() antlr.TerminalNode
func (*AlterBySetAlgorithmContext) DEFAULT ¶
func (s *AlterBySetAlgorithmContext) DEFAULT() antlr.TerminalNode
func (*AlterBySetAlgorithmContext) EQUAL_SYMBOL ¶
func (s *AlterBySetAlgorithmContext) EQUAL_SYMBOL() antlr.TerminalNode
func (*AlterBySetAlgorithmContext) GetAlgType ¶
func (s *AlterBySetAlgorithmContext) GetAlgType() antlr.Token
func (*AlterBySetAlgorithmContext) GetRuleContext ¶
func (s *AlterBySetAlgorithmContext) GetRuleContext() antlr.RuleContext
func (*AlterBySetAlgorithmContext) INPLACE ¶
func (s *AlterBySetAlgorithmContext) INPLACE() antlr.TerminalNode
func (*AlterBySetAlgorithmContext) SetAlgType ¶
func (s *AlterBySetAlgorithmContext) SetAlgType(v antlr.Token)
type AlterByTableOptionContext ¶
type AlterByTableOptionContext struct {
*AlterSpecificationContext
}
func NewAlterByTableOptionContext ¶
func NewAlterByTableOptionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByTableOptionContext
func (*AlterByTableOptionContext) Accept ¶
func (s *AlterByTableOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByTableOptionContext) AllCOMMA ¶
func (s *AlterByTableOptionContext) AllCOMMA() []antlr.TerminalNode
func (*AlterByTableOptionContext) AllTableOption ¶
func (s *AlterByTableOptionContext) AllTableOption() []ITableOptionContext
func (*AlterByTableOptionContext) COMMA ¶
func (s *AlterByTableOptionContext) COMMA(i int) antlr.TerminalNode
func (*AlterByTableOptionContext) GetRuleContext ¶
func (s *AlterByTableOptionContext) GetRuleContext() antlr.RuleContext
func (*AlterByTableOptionContext) TableOption ¶
func (s *AlterByTableOptionContext) TableOption(i int) ITableOptionContext
type AlterByTruncatePartitionContext ¶
type AlterByTruncatePartitionContext struct {
*AlterSpecificationContext
}
func NewAlterByTruncatePartitionContext ¶
func NewAlterByTruncatePartitionContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByTruncatePartitionContext
func (*AlterByTruncatePartitionContext) ALL ¶
func (s *AlterByTruncatePartitionContext) ALL() antlr.TerminalNode
func (*AlterByTruncatePartitionContext) Accept ¶
func (s *AlterByTruncatePartitionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByTruncatePartitionContext) GetRuleContext ¶
func (s *AlterByTruncatePartitionContext) GetRuleContext() antlr.RuleContext
func (*AlterByTruncatePartitionContext) PARTITION ¶
func (s *AlterByTruncatePartitionContext) PARTITION() antlr.TerminalNode
func (*AlterByTruncatePartitionContext) TRUNCATE ¶
func (s *AlterByTruncatePartitionContext) TRUNCATE() antlr.TerminalNode
func (*AlterByTruncatePartitionContext) UidList ¶
func (s *AlterByTruncatePartitionContext) UidList() IUidListContext
type AlterByUpgradePartitioningContext ¶
type AlterByUpgradePartitioningContext struct {
*AlterSpecificationContext
}
func NewAlterByUpgradePartitioningContext ¶
func NewAlterByUpgradePartitioningContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByUpgradePartitioningContext
func (*AlterByUpgradePartitioningContext) Accept ¶
func (s *AlterByUpgradePartitioningContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByUpgradePartitioningContext) GetRuleContext ¶
func (s *AlterByUpgradePartitioningContext) GetRuleContext() antlr.RuleContext
func (*AlterByUpgradePartitioningContext) PARTITIONING ¶
func (s *AlterByUpgradePartitioningContext) PARTITIONING() antlr.TerminalNode
func (*AlterByUpgradePartitioningContext) UPGRADE ¶
func (s *AlterByUpgradePartitioningContext) UPGRADE() antlr.TerminalNode
type AlterByValidateContext ¶
type AlterByValidateContext struct {
*AlterSpecificationContext
// contains filtered or unexported fields
}
func NewAlterByValidateContext ¶
func NewAlterByValidateContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AlterByValidateContext
func (*AlterByValidateContext) Accept ¶
func (s *AlterByValidateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterByValidateContext) GetRuleContext ¶
func (s *AlterByValidateContext) GetRuleContext() antlr.RuleContext
func (*AlterByValidateContext) GetValidationFormat ¶
func (s *AlterByValidateContext) GetValidationFormat() antlr.Token
func (*AlterByValidateContext) SetValidationFormat ¶
func (s *AlterByValidateContext) SetValidationFormat(v antlr.Token)
func (*AlterByValidateContext) VALIDATION ¶
func (s *AlterByValidateContext) VALIDATION() antlr.TerminalNode
func (*AlterByValidateContext) WITH ¶
func (s *AlterByValidateContext) WITH() antlr.TerminalNode
func (*AlterByValidateContext) WITHOUT ¶
func (s *AlterByValidateContext) WITHOUT() antlr.TerminalNode
type AlterDatabaseContext ¶
type AlterDatabaseContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterDatabaseContext ¶
func NewAlterDatabaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterDatabaseContext
func NewEmptyAlterDatabaseContext ¶
func NewEmptyAlterDatabaseContext() *AlterDatabaseContext
func (*AlterDatabaseContext) CopyFrom ¶
func (s *AlterDatabaseContext) CopyFrom(ctx *AlterDatabaseContext)
func (*AlterDatabaseContext) GetParser ¶
func (s *AlterDatabaseContext) GetParser() antlr.Parser
func (*AlterDatabaseContext) GetRuleContext ¶
func (s *AlterDatabaseContext) GetRuleContext() antlr.RuleContext
func (*AlterDatabaseContext) IsAlterDatabaseContext ¶
func (*AlterDatabaseContext) IsAlterDatabaseContext()
func (*AlterDatabaseContext) ToStringTree ¶
func (s *AlterDatabaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AlterEventContext ¶
type AlterEventContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterEventContext ¶
func NewAlterEventContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterEventContext
func NewEmptyAlterEventContext ¶
func NewEmptyAlterEventContext() *AlterEventContext
func (*AlterEventContext) ALTER ¶
func (s *AlterEventContext) ALTER() antlr.TerminalNode
func (*AlterEventContext) Accept ¶
func (s *AlterEventContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterEventContext) AllFullId ¶
func (s *AlterEventContext) AllFullId() []IFullIdContext
func (*AlterEventContext) AllON ¶
func (s *AlterEventContext) AllON() []antlr.TerminalNode
func (*AlterEventContext) COMMENT ¶
func (s *AlterEventContext) COMMENT() antlr.TerminalNode
func (*AlterEventContext) COMPLETION ¶
func (s *AlterEventContext) COMPLETION() antlr.TerminalNode
func (*AlterEventContext) DO ¶
func (s *AlterEventContext) DO() antlr.TerminalNode
func (*AlterEventContext) EVENT ¶
func (s *AlterEventContext) EVENT() antlr.TerminalNode
func (*AlterEventContext) EnableType ¶
func (s *AlterEventContext) EnableType() IEnableTypeContext
func (*AlterEventContext) FullId ¶
func (s *AlterEventContext) FullId(i int) IFullIdContext
func (*AlterEventContext) GetParser ¶
func (s *AlterEventContext) GetParser() antlr.Parser
func (*AlterEventContext) GetRuleContext ¶
func (s *AlterEventContext) GetRuleContext() antlr.RuleContext
func (*AlterEventContext) IsAlterEventContext ¶
func (*AlterEventContext) IsAlterEventContext()
func (*AlterEventContext) NOT ¶
func (s *AlterEventContext) NOT() antlr.TerminalNode
func (*AlterEventContext) ON ¶
func (s *AlterEventContext) ON(i int) antlr.TerminalNode
func (*AlterEventContext) OwnerStatement ¶
func (s *AlterEventContext) OwnerStatement() IOwnerStatementContext
func (*AlterEventContext) PRESERVE ¶
func (s *AlterEventContext) PRESERVE() antlr.TerminalNode
func (*AlterEventContext) RENAME ¶
func (s *AlterEventContext) RENAME() antlr.TerminalNode
func (*AlterEventContext) RoutineBody ¶
func (s *AlterEventContext) RoutineBody() IRoutineBodyContext
func (*AlterEventContext) SCHEDULE ¶
func (s *AlterEventContext) SCHEDULE() antlr.TerminalNode
func (*AlterEventContext) STRING_LITERAL ¶
func (s *AlterEventContext) STRING_LITERAL() antlr.TerminalNode
func (*AlterEventContext) ScheduleExpression ¶
func (s *AlterEventContext) ScheduleExpression() IScheduleExpressionContext
func (*AlterEventContext) TO ¶
func (s *AlterEventContext) TO() antlr.TerminalNode
func (*AlterEventContext) ToStringTree ¶
func (s *AlterEventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AlterFunctionContext ¶
type AlterFunctionContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterFunctionContext ¶
func NewAlterFunctionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterFunctionContext
func NewEmptyAlterFunctionContext ¶
func NewEmptyAlterFunctionContext() *AlterFunctionContext
func (*AlterFunctionContext) ALTER ¶
func (s *AlterFunctionContext) ALTER() antlr.TerminalNode
func (*AlterFunctionContext) Accept ¶
func (s *AlterFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterFunctionContext) AllRoutineOption ¶
func (s *AlterFunctionContext) AllRoutineOption() []IRoutineOptionContext
func (*AlterFunctionContext) FUNCTION ¶
func (s *AlterFunctionContext) FUNCTION() antlr.TerminalNode
func (*AlterFunctionContext) FullId ¶
func (s *AlterFunctionContext) FullId() IFullIdContext
func (*AlterFunctionContext) GetParser ¶
func (s *AlterFunctionContext) GetParser() antlr.Parser
func (*AlterFunctionContext) GetRuleContext ¶
func (s *AlterFunctionContext) GetRuleContext() antlr.RuleContext
func (*AlterFunctionContext) IsAlterFunctionContext ¶
func (*AlterFunctionContext) IsAlterFunctionContext()
func (*AlterFunctionContext) RoutineOption ¶
func (s *AlterFunctionContext) RoutineOption(i int) IRoutineOptionContext
func (*AlterFunctionContext) ToStringTree ¶
func (s *AlterFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AlterInstanceContext ¶
type AlterInstanceContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterInstanceContext ¶
func NewAlterInstanceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterInstanceContext
func NewEmptyAlterInstanceContext ¶
func NewEmptyAlterInstanceContext() *AlterInstanceContext
func (*AlterInstanceContext) ALTER ¶
func (s *AlterInstanceContext) ALTER() antlr.TerminalNode
func (*AlterInstanceContext) Accept ¶
func (s *AlterInstanceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterInstanceContext) GetParser ¶
func (s *AlterInstanceContext) GetParser() antlr.Parser
func (*AlterInstanceContext) GetRuleContext ¶
func (s *AlterInstanceContext) GetRuleContext() antlr.RuleContext
func (*AlterInstanceContext) INNODB ¶
func (s *AlterInstanceContext) INNODB() antlr.TerminalNode
func (*AlterInstanceContext) INSTANCE ¶
func (s *AlterInstanceContext) INSTANCE() antlr.TerminalNode
func (*AlterInstanceContext) IsAlterInstanceContext ¶
func (*AlterInstanceContext) IsAlterInstanceContext()
func (*AlterInstanceContext) KEY ¶
func (s *AlterInstanceContext) KEY() antlr.TerminalNode
func (*AlterInstanceContext) MASTER ¶
func (s *AlterInstanceContext) MASTER() antlr.TerminalNode
func (*AlterInstanceContext) ROTATE ¶
func (s *AlterInstanceContext) ROTATE() antlr.TerminalNode
func (*AlterInstanceContext) ToStringTree ¶
func (s *AlterInstanceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AlterLogfileGroupContext ¶
type AlterLogfileGroupContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterLogfileGroupContext ¶
func NewAlterLogfileGroupContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterLogfileGroupContext
func NewEmptyAlterLogfileGroupContext ¶
func NewEmptyAlterLogfileGroupContext() *AlterLogfileGroupContext
func (*AlterLogfileGroupContext) ADD ¶
func (s *AlterLogfileGroupContext) ADD() antlr.TerminalNode
func (*AlterLogfileGroupContext) ALTER ¶
func (s *AlterLogfileGroupContext) ALTER() antlr.TerminalNode
func (*AlterLogfileGroupContext) Accept ¶
func (s *AlterLogfileGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterLogfileGroupContext) AllEQUAL_SYMBOL ¶
func (s *AlterLogfileGroupContext) AllEQUAL_SYMBOL() []antlr.TerminalNode
func (*AlterLogfileGroupContext) ENGINE ¶
func (s *AlterLogfileGroupContext) ENGINE() antlr.TerminalNode
func (*AlterLogfileGroupContext) EQUAL_SYMBOL ¶
func (s *AlterLogfileGroupContext) EQUAL_SYMBOL(i int) antlr.TerminalNode
func (*AlterLogfileGroupContext) EngineName ¶
func (s *AlterLogfileGroupContext) EngineName() IEngineNameContext
func (*AlterLogfileGroupContext) FileSizeLiteral ¶
func (s *AlterLogfileGroupContext) FileSizeLiteral() IFileSizeLiteralContext
func (*AlterLogfileGroupContext) GROUP ¶
func (s *AlterLogfileGroupContext) GROUP() antlr.TerminalNode
func (*AlterLogfileGroupContext) GetParser ¶
func (s *AlterLogfileGroupContext) GetParser() antlr.Parser
func (*AlterLogfileGroupContext) GetRuleContext ¶
func (s *AlterLogfileGroupContext) GetRuleContext() antlr.RuleContext
func (*AlterLogfileGroupContext) INITIAL_SIZE ¶
func (s *AlterLogfileGroupContext) INITIAL_SIZE() antlr.TerminalNode
func (*AlterLogfileGroupContext) IsAlterLogfileGroupContext ¶
func (*AlterLogfileGroupContext) IsAlterLogfileGroupContext()
func (*AlterLogfileGroupContext) LOGFILE ¶
func (s *AlterLogfileGroupContext) LOGFILE() antlr.TerminalNode
func (*AlterLogfileGroupContext) STRING_LITERAL ¶
func (s *AlterLogfileGroupContext) STRING_LITERAL() antlr.TerminalNode
func (*AlterLogfileGroupContext) ToStringTree ¶
func (s *AlterLogfileGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*AlterLogfileGroupContext) UNDOFILE ¶
func (s *AlterLogfileGroupContext) UNDOFILE() antlr.TerminalNode
func (*AlterLogfileGroupContext) Uid ¶
func (s *AlterLogfileGroupContext) Uid() IUidContext
func (*AlterLogfileGroupContext) WAIT ¶
func (s *AlterLogfileGroupContext) WAIT() antlr.TerminalNode
type AlterProcedureContext ¶
type AlterProcedureContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterProcedureContext ¶
func NewAlterProcedureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterProcedureContext
func NewEmptyAlterProcedureContext ¶
func NewEmptyAlterProcedureContext() *AlterProcedureContext
func (*AlterProcedureContext) ALTER ¶
func (s *AlterProcedureContext) ALTER() antlr.TerminalNode
func (*AlterProcedureContext) Accept ¶
func (s *AlterProcedureContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterProcedureContext) AllRoutineOption ¶
func (s *AlterProcedureContext) AllRoutineOption() []IRoutineOptionContext
func (*AlterProcedureContext) FullId ¶
func (s *AlterProcedureContext) FullId() IFullIdContext
func (*AlterProcedureContext) GetParser ¶
func (s *AlterProcedureContext) GetParser() antlr.Parser
func (*AlterProcedureContext) GetRuleContext ¶
func (s *AlterProcedureContext) GetRuleContext() antlr.RuleContext
func (*AlterProcedureContext) IsAlterProcedureContext ¶
func (*AlterProcedureContext) IsAlterProcedureContext()
func (*AlterProcedureContext) PROCEDURE ¶
func (s *AlterProcedureContext) PROCEDURE() antlr.TerminalNode
func (*AlterProcedureContext) RoutineOption ¶
func (s *AlterProcedureContext) RoutineOption(i int) IRoutineOptionContext
func (*AlterProcedureContext) ToStringTree ¶
func (s *AlterProcedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AlterServerContext ¶
type AlterServerContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAlterServerContext ¶
func NewAlterServerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AlterServerContext
func NewEmptyAlterServerContext ¶
func NewEmptyAlterServerContext() *AlterServerContext
func (*AlterServerContext) ALTER ¶
func (s *AlterServerContext) ALTER() antlr.TerminalNode
func (*AlterServerContext) Accept ¶
func (s *AlterServerContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AlterServerContext) AllCOMMA ¶
func (s *AlterServerContext) AllCOMMA() []antlr.TerminalNode
func (*AlterServerContext) AllServerOption ¶
func (s *AlterServerContext) AllServerOption() []IServerOptionContext
func (*AlterServerContext) COMMA ¶
func (s *AlterServerContext) COMMA(i int) antlr.TerminalNode
func (*AlterServerContext) GetParser ¶
func (s *AlterServerContext) GetParser() antlr.Parser
func (*AlterServerContext) GetRuleContext ¶
func (s *AlterServerContext) GetRuleContext() antlr.RuleContext
func (*AlterServerContext) IsAlterServerContext ¶
func (*AlterServerContext) IsAlterServerContext()