MySqlShowColumnOutpuVisitor

Created by wenshao on 27/07/2017.

Constructors

this
this(Appendable appender)
Undocumented in source.

Members

Aliases

endVisit
alias endVisit = MySqlOutputVisitor.endVisit
Undocumented in source.
print
alias print = SQLASTOutputVisitor.print
Undocumented in source.
visit
alias visit = MySqlOutputVisitor.visit
Undocumented in source.

Functions

print
void print(char ch, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(string text, int columnSize, char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlOutputVisitor

visit
alias visit = SQLASTOutputVisitor.visit
Undocumented in source.
endVisit
alias endVisit = SQLASTOutputVisitor.endVisit
Undocumented in source.
isShardingSupport
bool isShardingSupport()
Undocumented in source. Be warned that the author may not have intended to support it.
setShardingSupport
void setShardingSupport(bool shardingSupport)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectQueryBlock select)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLColumnDefinition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCharacterDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlTableIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlTableIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlPrimaryKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MysqlForeignKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlPrimaryKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLVariantRefExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlExtractExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlExtractExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlMatchAgainstExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlMatchAgainstExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlPrepareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlPrepareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlExecuteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlExecuteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MysqlDeallocatePrepareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MysqlDeallocatePrepareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlDeleteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlDeleteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printValuesList
void printValuesList(List!(ValuesClause) valuesList)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlLoadDataInFileStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlLoadDataInFileStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLReplaceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLStartTransactionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLRollbackStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowColumnsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowColumnsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLShowTablesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowDatabasesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowDatabasesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowWarningsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowWarningsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlLoadXmlStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlLoadXmlStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(CobarShowStatus x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(CobarShowStatus x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlKillStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlKillStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlBinlogStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlBinlogStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlResetStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlResetStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateUserStatement.UserSpecification x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateUserStatement.UserSpecification x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlPartitionByKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlPartitionByKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlOutFileExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlOutFileExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlExplainStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlExplainStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlUpdateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlUpdateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlSetTransactionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlSetTransactionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowAuthorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowAuthorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowBinaryLogsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowBinaryLogsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowMasterLogsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowMasterLogsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCollationStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCollationStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowBinLogEventsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowBinLogEventsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCharacterSetStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCharacterSetStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowContributorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowContributorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateDatabaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateDatabaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateEventStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateEventStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateFunctionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateFunctionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateProcedureStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateProcedureStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateTriggerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateTriggerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowCreateViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowCreateViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowEngineStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowEngineStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowEventsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowEventsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowFunctionCodeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowFunctionCodeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowFunctionStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowFunctionStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowEnginesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowEnginesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowErrorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowErrorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowGrantsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowGrantsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlUserName x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlUserName x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowIndexesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowIndexesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowKeysStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowKeysStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowMasterStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowMasterStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowOpenTablesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowOpenTablesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowPluginsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowPluginsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowPrivilegesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowPrivilegesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowProcedureCodeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowProcedureCodeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowProcedureStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowProcedureStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowProcessListStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowProcessListStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowProfileStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowProfileStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowProfilesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowProfilesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowRelayLogEventsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowRelayLogEventsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowSlaveHostsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowSlaveHostsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowSlaveStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowSlaveStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowTableStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowTableStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowTriggersStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowTriggersStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowVariantsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowVariantsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableAddColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlRenameTableStatement.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlRenameTableStatement.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlRenameTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlRenameTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlUseIndexHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlUseIndexHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlIgnoreIndexHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlIgnoreIndexHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLExprTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlLockTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlLockTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlLockTableStatement.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlLockTableStatement.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlUnlockTablesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlUnlockTablesStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlForceIndexHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlForceIndexHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTableChangeColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTableChangeColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTableModifyColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTableModifyColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTableOption x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTableOption x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlHelpStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlHelpStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlUnique x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MysqlForeignKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlUnique x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTableDiscardTablespace x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTableDiscardTablespace x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTableImportTablespace x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTableImportTablespace x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAssignItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateTableStatement.TableSpaceOption x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateTableStatement.TableSpaceOption x)
Undocumented in source. Be warned that the author may not have intended to support it.
visitAggreateRest
void visitAggreateRest(SQLAggregateExpr aggregateExpr)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAnalyzeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAnalyzeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlOptimizeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlOptimizeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSetStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlHintStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlHintStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlOrderingExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlOrderingExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBlockStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLIfStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLIfStatement.ElseIf x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLIfStatement.Else x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlDeclareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlDeclareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlSelectIntoStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlSelectIntoStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCaseStatement.MySqlWhenStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCaseStatement.MySqlWhenStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLLoopStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlLeaveStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlLeaveStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlIterateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlIterateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlRepeatStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlRepeatStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCursorDeclareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCursorDeclareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlUpdateTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlUpdateTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTableAlterColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTableAlterColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlSubPartitionByKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlSubPartitionByKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlSubPartitionByList x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlSubPartitionByList x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlDeclareHandlerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlDeclareHandlerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlDeclareConditionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlDeclareConditionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropColumnItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateProcedureStatement x)

visit procedure create node

visit
bool visit(SQLCreateFunctionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCommentStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlFlushStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlFlushStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlEventSchedule x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlEventSchedule x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateEventStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateEventStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateAddLogFileGroupStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateAddLogFileGroupStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateServerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateServerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlCreateTableSpaceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlCreateTableSpaceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterEventStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterEventStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterLogFileGroupStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterLogFileGroupStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterServerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterServerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlAlterTablespaceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlAlterTablespaceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlShowDatabasePartitionStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlShowDatabasePartitionStatusStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printQuery
void printQuery(SQLSelectQuery x)
Undocumented in source. Be warned that the author may not have intended to support it.
printInsertColumns
void printInsertColumns(List!(SQLExpr) columns)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(MySqlChecksumTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(MySqlChecksumTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBlobExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLBlobExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
print0
void print0(Bytes data)
Undocumented in source. Be warned that the author may not have intended to support it.
print0
alias print0 = SQLASTOutputVisitor.print0
Undocumented in source.

Meta