ExportParameterizedOutputVisitor

Undocumented in source.

Constructors

this
this(List!(Object) parameters, Appendable appender, bool wantParameterizedOutput)
Undocumented in source.
this
this()
Undocumented in source.
this
this(List!(Object) parameters)
Undocumented in source.
this
this(Appendable appender)
Undocumented in source.

Members

Functions

getParameters
List!(Object) getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
isParameterizedMergeInList
bool isParameterizedMergeInList()
Undocumented in source. Be warned that the author may not have intended to support it.
setParameterizedMergeInList
void setParameterizedMergeInList(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLASTOutputVisitor

visit
alias visit = SQLASTVisitorAdapter.visit
Undocumented in source.
endVisit
alias endVisit = SQLASTVisitorAdapter.endVisit
Undocumented in source.
variantValuesCache
string[] variantValuesCache()
Undocumented in source. Be warned that the author may not have intended to support it.
appender
Appendable appender;
Undocumented in source.
indentCount
int indentCount;
Undocumented in source.
ucase
bool ucase;
Undocumented in source.
selectListNumberOfLine
int selectListNumberOfLine;
Undocumented in source.
groupItemSingleLine
bool groupItemSingleLine;
Undocumented in source.
parameters
List!Object parameters;
Undocumented in source.
inputParameters
List!Object inputParameters;
Undocumented in source.
tables
Set!string tables;
Undocumented in source.
table
string table;
Undocumented in source.
exportTables
bool exportTables;
Undocumented in source.
dbType
string dbType;
Undocumented in source.
tableMapping
Map!(string, string) tableMapping;
Undocumented in source.
replaceCount
int replaceCount;
Undocumented in source.
parameterizedMergeInList
bool parameterizedMergeInList;
Undocumented in source.
parameterizedQuesUnMergeInList
bool parameterizedQuesUnMergeInList;
Undocumented in source.
parameterized
bool parameterized;
Undocumented in source.
shardingSupport
bool shardingSupport;
Undocumented in source.
lines
int lines;
Undocumented in source.
printStatementAfterSemi
Boolean printStatementAfterSemi;
Undocumented in source.
getReplaceCount
int getReplaceCount()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementReplaceCunt
void incrementReplaceCunt()
Undocumented in source. Be warned that the author may not have intended to support it.
addTableMapping
void addTableMapping(string srcTable, string destTable)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableMapping
void setTableMapping(Map!(string, string) tableMapping)
Undocumented in source. Be warned that the author may not have intended to support it.
getParameters
List!Object getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
isDesensitize
bool isDesensitize()
Undocumented in source. Be warned that the author may not have intended to support it.
setDesensitize
void setDesensitize(bool desensitize)
Undocumented in source. Be warned that the author may not have intended to support it.
getTables
Set!string getTables()
Undocumented in source. Be warned that the author may not have intended to support it.
setParameters
void setParameters(List!Object parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
setInputParameters
void setInputParameters(List!Object parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
setOutputParameters
void setOutputParameters(List!Object parameters)

@since 1.1.5

getIndentCount
int getIndentCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getAppender
Appendable getAppender()
Undocumented in source. Be warned that the author may not have intended to support it.
isPrettyFormat
bool isPrettyFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
setPrettyFormat
void setPrettyFormat(bool prettyFormat)
Undocumented in source. Be warned that the author may not have intended to support it.
decrementIndent
void decrementIndent()
Undocumented in source. Be warned that the author may not have intended to support it.
incrementIndent
void incrementIndent()
Undocumented in source. Be warned that the author may not have intended to support it.
isParameterized
bool isParameterized()
Undocumented in source. Be warned that the author may not have intended to support it.
setParameterized
void setParameterized(bool parameterized)
Undocumented in source. Be warned that the author may not have intended to support it.
isParameterizedMergeInList
bool isParameterizedMergeInList()
Undocumented in source. Be warned that the author may not have intended to support it.
setParameterizedMergeInList
void setParameterizedMergeInList(bool parameterizedMergeInList)
Undocumented in source. Be warned that the author may not have intended to support it.
isParameterizedQuesUnMergeInList
bool isParameterizedQuesUnMergeInList()
Undocumented in source. Be warned that the author may not have intended to support it.
setParameterizedQuesUnMergeInList
void setParameterizedQuesUnMergeInList(bool parameterizedQuesUnMergeInList)
Undocumented in source. Be warned that the author may not have intended to support it.
isExportTables
bool isExportTables()
Undocumented in source. Be warned that the author may not have intended to support it.
setExportTables
void setExportTables(bool exportTables)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(char value)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(long value)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(String text)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
print0
void print0(String text)
Undocumented in source. Be warned that the author may not have intended to support it.
print0
void print0(string text)
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.
printAlias
void printAlias(string _alias)
Undocumented in source. Be warned that the author may not have intended to support it.
printAndAccept
void printAndAccept(List!(T) nodes, string seperator)
Undocumented in source. Be warned that the author may not have intended to support it.
printSelectList
void printSelectList(List!SQLSelectItem selectList)
Undocumented in source. Be warned that the author may not have intended to support it.
printlnAndAccept
void printlnAndAccept(List!(T) nodes, string seperator)
Undocumented in source. Be warned that the author may not have intended to support it.
printIndent
void printIndent()
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println()
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBetweenExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBinaryOpExprGroup x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBinaryOpExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
printOperator
void printOperator(SQLBinaryOperator operator)
Undocumented in source. Be warned that the author may not have intended to support it.
printTableSource
void printTableSource(SQLTableSource 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.
printExpr
void printExpr(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCaseExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCaseExpr.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCaseStatement.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCastExpr 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.
printChars
void printChars(string text)
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.
printDataType
void printDataType(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.
visit
bool visit(SQLExistsExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLIdentifierExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
printName
bool printName(SQLName x, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
unwrapShardingTable
string unwrapShardingTable(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
printName
bool printName(SQLName x, string name, bool shardingSupport)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLInListExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLIntegerExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
printInteger
void printInteger(SQLIntegerExpr x, bool parameterized)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLMethodInvokeExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
printMethodOwner
void printMethodOwner(SQLExpr owner)
Undocumented in source. Be warned that the author may not have intended to support it.
printFunctionName
void printFunctionName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAggregateExpr 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(SQLAllColumnExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLNCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLNotExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLNullExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLNumberExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPropertyExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
isTableSourceAlias
bool isTableSourceAlias(SQLTableSource from, string[] tableNames)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLQueryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectGroupByClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelect x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
printFetchFirst
void printFetchFirst(SQLSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLOrderBy x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectOrderByItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
addTable
void addTable(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
printTableSourceExpr
void printTableSourceExpr(SQLExpr expr)
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(SQLSelectStatement stmt)
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.
printParameter
void printParameter(Object param)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printCascade
void printCascade()
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropMaterializedViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropEventStatement 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(SQLColumnDefinition.Identity x)
Undocumented in source. Be warned that the author may not have intended to support it.
visitColumnDefault
void visitColumnDefault(SQLColumnDefinition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDeleteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCurrentOfCursorExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLInsertStatement 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.
visit
bool visit(SQLUpdateSetItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLUpdateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printTableElements
void printTableElements(List!SQLTableElement tableElementList)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printCreateTable
void printCreateTable(SQLCreateTableStatement x, bool printSelect)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLUniqueConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLNotNullConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLNullConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLUnionQuery x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLUnaryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLHexExpr 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.
visit
bool visit(SQLSetStatement 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(SQLCallStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLJoinTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
printJoinType
void printJoinType(SQLJoinTableSource.JoinType joinType)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(ValuesClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSomeExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAnyExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAllExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLInSubQueryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLListExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSubqueryTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLTruncateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDefaultExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCommentStatement 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(SQLUseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
isOdps
bool isOdps()
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(SQLAlterTableDropColumnItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLAlterTableAddColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropIndexStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropLogFileGroupStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropServerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropTypeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropSynonymStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSavePointStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLReleaseSavePointStatement 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.
visit
bool visit(SQLCommentHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateDatabaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateViewStatement.Column x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLOver x)
Undocumented in source. Be warned that the author may not have intended to support it.
printWindowingExpr
void printWindowingExpr(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLKeep x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLColumnPrimaryKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLColumnUniqueKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLColumnCheck x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLWithSubqueryClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLWithSubqueryClause.Entry x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableAlterColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCheck x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropForeignKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropPrimaryKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableEnableKeys x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDisableKeys x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDisableConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableEnableConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropConstraint 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(SQLExprHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateIndexStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLUnique x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPrimaryKeyImpl x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableRenameColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLColumnReference x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLForeignKeyImpl x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropSequenceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLDropSequenceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropTriggerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLDropUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLExplainStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printGrantPrivileges
void printGrantPrivileges(SQLGrantStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLGrantStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printGrantOn
void printGrantOn(SQLGrantStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLRevokeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropDatabaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropFunctionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropTableSpaceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDropProcedureStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableAddIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableAddConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateTriggerStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBooleanExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLBooleanExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLUnionQueryTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLTimestampExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLBinaryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableRename 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.
printlnComment
void printlnComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
printComment
void printComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
printlnComments
void printlnComments(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterViewRenameStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableAddPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableReOrganizePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDropPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableRenamePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableSetComment x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableSetLifecycle x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableEnableLifecycle x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDisableLifecycle x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableTouch x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLArrayExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLOpenStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLFetchStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCloseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLGroupingSetExpr 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.Else 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(SQLLoopStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLParameter x)
Undocumented in source. Be warned that the author may not have intended to support it.
printParamDefaultValue
void printParamDefaultValue(SQLParameter x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDeclareItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPartitionValue x)
Undocumented in source. Be warned that the author may not have intended to support it.
getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
isUppCase
bool isUppCase()
Undocumented in source. Be warned that the author may not have intended to support it.
setUppCase
void setUppCase(bool val)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPartitionByRange x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPartitionByList x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLPartitionByHash x)
Undocumented in source. Be warned that the author may not have intended to support it.
printPartitionsCountAndSubPartitions
void printPartitionsCountAndSubPartitions(SQLPartitionBy x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSubPartitionByHash x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSubPartitionByList x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSubPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterDatabaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableConvertCharSet x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableCoalescePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableTruncatePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableDiscardPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableImportPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableAnalyzePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
printPartitions
void printPartitions(List!SQLName partitions)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableCheckPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableOptimizePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableRebuildPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableRepairPartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSequenceExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLMergeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLMergeStatement.MergeUpdateClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLMergeStatement.MergeInsertClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLErrorLoggingClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateSequenceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterSequenceStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDateExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLLimit x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDescribeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
printHierarchical
void printHierarchical(SQLSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLWhileStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDeclareStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLReturnStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
postVisit
void postVisit(SQLObject x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLArgument x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCommitStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLFlashbackExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateMaterializedViewStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateUserStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterFunctionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTypeStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLIntervalExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
getPrintStatementAfterSemi
Boolean getPrintStatementAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
setPrintStatementAfterSemi
void setPrintStatementAfterSemi(Boolean printStatementAfterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
config
void config(VisitorFeature feature, bool state)
Undocumented in source. Be warned that the author may not have intended to support it.
setFeatures
void setFeatures(int features)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLLateralViewTableSource x)

//////////// for oracle ////////// for odps & hive

visit
bool visit(SQLShowErrorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterCharacter x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLRecordDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLExprStatement 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(SQLCreateProcedureStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLExternalRecordFormat x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLArrayDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLMapDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLStructDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLStructDataType.Field x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableRenameIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterTableExchangePartition x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLValuesExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLValuesTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLContainsExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLRealExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLWindow x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLDumpStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(float value)
Undocumented in source. Be warned that the author may not have intended to support it.

From ExportParameterVisitor

isParameterizedMergeInList
bool isParameterizedMergeInList()
Undocumented in source.
setParameterizedMergeInList
void setParameterizedMergeInList(bool flag)
Undocumented in source.
getParameters
List!(Object) getParameters()
Undocumented in source.

Meta