SchemaStatVisitor

Undocumented in source.
class SchemaStatVisitor : SQLASTVisitorAdapter {}

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
Undocumented in source.
this
this(List!(Object) parameters)
Undocumented in source.
this
this(string dbType, List!(Object) parameters)
Undocumented in source.
this
this(SchemaRepository repository, List!(Object) parameters)
Undocumented in source.

Members

Aliases

endVisit
alias endVisit = SQLASTVisitorAdapter.endVisit
Undocumented in source.
visit
alias visit = SQLASTVisitorAdapter.visit
Undocumented in source.

Classes

MySqlOrderByStatVisitor
class MySqlOrderByStatVisitor
Undocumented in source.
OracleOrderByStatVisitor
class OracleOrderByStatVisitor
Undocumented in source.
OrderByStatVisitor
class OrderByStatVisitor
Undocumented in source.
PGOrderByStatVisitor
class PGOrderByStatVisitor
Undocumented in source.

Functions

accept
void accept(List!(T) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(SQLObject x)
Undocumented in source. Be warned that the author may not have intended to support it.
addColumn
TableStat.Column addColumn(SQLName table, string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
addColumn
TableStat.Column addColumn(string tableName, string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
containsColumn
bool containsColumn(string tableName, string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
containsTable
bool containsTable(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
createOrderByVisitor
SQLASTVisitor createOrderByVisitor(SQLOrderBy 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.
endVisit
void endVisit(SQLSelect x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSelectStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSelectQueryBlock 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.
getAggregateFunctions
List!(SQLAggregateExpr) getAggregateFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumn
TableStat.Column getColumn(string tableName, string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumn
TableStat.Column getColumn(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumns
TableStat.Column[] getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
getConditions
List!(TableStat.Condition) getConditions()
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.
getFunctions
List!(SQLMethodInvokeExpr) getFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
getGroupByColumns
Set!(TableStat.Column) getGroupByColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
getMode
TableStat.Mode getMode()
Undocumented in source. Be warned that the author may not have intended to support it.
getOrderByColumns
List!(TableStat.Column) getOrderByColumns()
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.
getRelationships
Set!(TableStat.Relationship) getRelationships()
Undocumented in source. Be warned that the author may not have intended to support it.
getRepository
SchemaRepository getRepository()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableStat
TableStat getTableStat(SQLExprTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
getTableStat
TableStat getTableStat(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
getTableStat
TableStat getTableStat(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
getTables
Map!(TableStat.Name, TableStat) getTables()
Undocumented in source. Be warned that the author may not have intended to support it.
handleCondition
void handleCondition(SQLExpr expr, string operator, List!(SQLExpr) values)
Undocumented in source. Be warned that the author may not have intended to support it.
handleCondition
void handleCondition(SQLExpr expr, string operator, SQLExpr[] valueExprs)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRelationship
void handleRelationship(SQLExpr left, string operator, SQLExpr right)
Undocumented in source. Be warned that the author may not have intended to support it.
handleUnkownColumn
TableStat.Column handleUnkownColumn(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
isPseudoColumn
bool isPseudoColumn(long hash)
Undocumented in source. Be warned that the author may not have intended to support it.
isSimpleExprTableSource
bool isSimpleExprTableSource(SQLExprTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
isSubQueryOrParamOrVariant
bool isSubQueryOrParamOrVariant(SQLIdentifierExpr identifierExpr)
Undocumented in source. Be warned that the author may not have intended to support it.
isSubQueryOrParamOrVariant
bool isSubQueryOrParamOrVariant(SQLPropertyExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setMode
TableStat.Mode setMode(SQLObject x, TableStat.Mode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
setModeOrigin
void setModeOrigin(SQLObject x)
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.
setRepository
void setRepository(SchemaRepository repository)
Undocumented in source. Be warned that the author may not have intended to support it.
statExpr
void statExpr(SQLExpr 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(SQLCreateDatabaseStatement 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(SQLDropTypeStatement 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(SQLAlterProcedureStatement 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(SQLDropSynonymStatement 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(SQLReplaceStatement 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(SQLExplainStatement 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.
visit
bool visit(SQLAlterTableDropKey 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(SQLAlterTableDropIndex 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(SQLCreateSequenceStatement 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(SQLMergeStatement 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(SQLAlterTableRepairPartition 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(SQLAlterTableOptimizePartition x)
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(SQLAlterTableAnalyzePartition 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(SQLAlterTableDiscardPartition 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(SQLAlterTableCoalescePartition 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(SQLAlterTableConvertCharSet 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(SQLPartitionValue 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(SQLSubPartition x)
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(SQLPartitionByList 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(SQLPartitionByHash 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(SQLShowTablesStatement 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(SQLCreateFunctionStatement 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(SQLCloseStatement 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(SQLOpenStatement 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(SQLAlterTableRename 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(SQLDropTableSpaceStatement 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(SQLCreateTriggerStatement 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(SQLAlterTableAddIndex 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(SQLRevokeStatement 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.
visit
bool visit(SQLDropUserStatement 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.
visit
bool visit(SQLDropSequenceStatement 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(SQLDropIndexStatement 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(SQLAlterTableEnableConstraint 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(SQLUseStatement 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(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(SQLRollbackStatement 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(SQLCurrentOfCursorExpr 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(SQLDumpStatement 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(SQLColumnDefinition x)
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.
visit
bool visit(SQLInSubQueryExpr x)
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(SQLDeleteStatement 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.
visit
bool visit(SQLMethodInvokeExpr x)
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.
visit
bool visit(SQLSelect 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(SQLExprTableSource 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(SQLWithSubqueryClause.Entry x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectStatement x)
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(SQLIdentifierExpr 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.
visit
bool visit(SQLJoinTableSource 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.
visit
bool visit(SQLInsertStatement x)
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.
visit
bool visit(SQLDropViewStatement 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(SQLBinaryOpExpr x)
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(SQLOrderBy 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.
visit
bool visit(SQLDropDatabaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

putAliasMap
void putAliasMap(Map!(string, string) aliasMap, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aggregateFunctions
List!(SQLAggregateExpr) aggregateFunctions;
Undocumented in source.
columns
Map!(Long, TableStat.Column) columns;
Undocumented in source.
conditions
List!(TableStat.Condition) conditions;
Undocumented in source.
dbType
string dbType;
Undocumented in source.
functions
List!(SQLMethodInvokeExpr) functions;
Undocumented in source.
groupByColumns
Set!(TableStat.Column) groupByColumns;
Undocumented in source.
orderByColumns
List!(TableStat.Column) orderByColumns;
Undocumented in source.
relationships
Set!(TableStat.Relationship) relationships;
Undocumented in source.
repository
SchemaRepository repository;
Undocumented in source.
tableStats
HashMap!(TableStat.Name, TableStat) tableStats;
Undocumented in source.

Inherited Members

From SQLASTVisitorAdapter

features
int features;
Undocumented in source.
endVisit
void endVisit(SQLAllColumnExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLBetweenExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLBinaryOpExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCaseExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCaseExpr.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCaseStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCaseStatement.Item x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLIdentifierExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLInListExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLIntegerExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLExistsExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLNCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLNotExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLNullExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLNumberExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLPropertyExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSelectGroupByClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSelectItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSelectStatement selectStatement)
Undocumented in source. Be warned that the author may not have intended to support it.
postVisit
void postVisit(SQLObject astNode)
Undocumented in source. Be warned that the author may not have intended to support it.
preVisit
void preVisit(SQLObject astNode)
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(SQLBetweenExpr 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.
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.
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.
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.
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.
visit
bool visit(SQLSelectGroupByClause 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.
endVisit
void endVisit(SQLCastExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLSelectStatement astNode)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLAggregateExpr x)
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.
visit
bool visit(SQLVariantRefExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLVariantRefExpr x)
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.
endVisit
void endVisit(SQLQueryExpr 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.
endVisit
void endVisit(SQLSelect select)
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.
endVisit
void endVisit(SQLSelectQueryBlock 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.
endVisit
void endVisit(SQLExprTableSource 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLSelectOrderByItem x)
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.
endVisit
void endVisit(SQLDropTableStatement x)
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.
endVisit
void endVisit(SQLCreateTableStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLColumnDefinition.Identity 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.
endVisit
void endVisit(SQLDataType 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLInsertStatement x)
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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLUpdateStatement 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.
endVisit
void endVisit(SQLCreateViewStatement 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.
endVisit
void endVisit(SQLAlterViewStatement 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.
endVisit
void endVisit(SQLCreateViewStatement.Column 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.
endVisit
void endVisit(SQLNotNullConstraint x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLMethodInvokeExpr x)
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.
endVisit
void endVisit(SQLUnionQuery 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLBlobExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSetStatement 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.
endVisit
void endVisit(SQLAssignItem 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.
endVisit
void endVisit(SQLCallStatement 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.
endVisit
void endVisit(SQLJoinTableSource 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.
visit
bool visit(ValuesClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(ValuesClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLSomeExpr 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.
endVisit
void endVisit(SQLAnyExpr 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.
endVisit
void endVisit(SQLAllExpr 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.
endVisit
void endVisit(SQLInSubQueryExpr 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.
endVisit
void endVisit(SQLListExpr 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.
endVisit
void endVisit(SQLSubqueryTableSource 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.
endVisit
void endVisit(SQLTruncateStatement 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.
endVisit
void endVisit(SQLDefaultExpr 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.
endVisit
void endVisit(SQLUseStatement 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.
visit
bool visit(SQLAlterTableAddColumn 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(SQLAlterTableDropColumnItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLAlterTableDropColumnItem 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.
endVisit
void endVisit(SQLDropIndexStatement x)
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.
endVisit
void endVisit(SQLDropViewStatement 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.
endVisit
void endVisit(SQLSavePointStatement 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(SQLRollbackStatement 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.
endVisit
void endVisit(SQLReleaseSavePointStatement 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.
endVisit
void endVisit(SQLCommentHint x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCreateDatabaseStatement 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(SQLAlterTableDropIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLAlterTableDropIndex x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLOver 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.
endVisit
void endVisit(SQLKeep x)
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.
endVisit
void endVisit(SQLColumnPrimaryKey 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.
endVisit
void endVisit(SQLColumnUniqueKey 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.
endVisit
void endVisit(SQLWithSubqueryClause 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.
endVisit
void endVisit(SQLWithSubqueryClause.Entry 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(SQLCharacterDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCharacterDataType x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLAlterTableAlterColumn 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLAlterTableDropPrimaryKey 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.
endVisit
void endVisit(SQLAlterTableDisableKeys 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.
endVisit
void endVisit(SQLAlterTableEnableKeys 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.
endVisit
void endVisit(SQLAlterTableStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLAlterTableEnableConstraint 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.
endVisit
void endVisit(SQLColumnCheck 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.
endVisit
void endVisit(SQLExprHint 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.
endVisit
void endVisit(SQLAlterTableDropConstraint 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.
endVisit
void endVisit(SQLUnique 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.
endVisit
void endVisit(SQLCreateIndexStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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(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.
endVisit
void endVisit(SQLExplainStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLDropDatabaseStatement 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.
endVisit
void endVisit(SQLAlterTableAddIndex 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.
endVisit
void endVisit(SQLAlterTableAddConstraint 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.
endVisit
void endVisit(SQLCreateTriggerStatement 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.
endVisit
void endVisit(SQLDropFunctionStatement 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.
endVisit
void endVisit(SQLDropTableSpaceStatement 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.
endVisit
void endVisit(SQLDropProcedureStatement 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.
endVisit
void endVisit(SQLBooleanExpr 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(SQLUnionQueryTableSource 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.
endVisit
void endVisit(SQLTimestampExpr 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.
endVisit
void endVisit(SQLRevokeStatement 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.
endVisit
void endVisit(SQLBinaryExpr 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.
endVisit
void endVisit(SQLAlterTableRename 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.
endVisit
void endVisit(SQLAlterViewRenameStatement x)
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.
endVisit
void endVisit(SQLShowTablesStatement 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(SQLAlterTableAddPartition 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.
endVisit
void endVisit(SQLAlterTableDropPartition 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.
endVisit
void endVisit(SQLAlterTableRenamePartition 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.
endVisit
void endVisit(SQLAlterTableSetComment 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.
endVisit
void endVisit(SQLAlterTableSetLifecycle 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.
endVisit
void endVisit(SQLAlterTableEnableLifecycle 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.
endVisit
void endVisit(SQLAlterTableDisableLifecycle 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.
endVisit
void endVisit(SQLAlterTableTouch 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.
endVisit
void endVisit(SQLArrayExpr 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.
endVisit
void endVisit(SQLOpenStatement 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.
endVisit
void endVisit(SQLFetchStatement 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.
endVisit
void endVisit(SQLCloseStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLParameter 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.
endVisit
void endVisit(SQLCreateProcedureStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLCreateFunctionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLCreateFunctionStatement 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.
endVisit
void endVisit(SQLBlockStatement 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.
endVisit
void endVisit(SQLAlterTableDropKey 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLPartitionValue x)
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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLPartitionByRange 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.
endVisit
void endVisit(SQLPartitionByHash 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.
endVisit
void endVisit(SQLPartitionByList 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.
endVisit
void endVisit(SQLSubPartition 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLSubPartitionByList 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLAlterTableConvertCharSet 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.
endVisit
void endVisit(SQLAlterTableReOrganizePartition 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLAlterTableAnalyzePartition x)
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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLErrorLoggingClause 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.
endVisit
void endVisit(SQLNullConstraint 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.
endVisit
void endVisit(SQLCreateSequenceStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLLimit x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLStartTransactionStatement 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.
endVisit
void endVisit(SQLDescribeStatement 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.
visit
bool visit(SQLWhileStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLReturnStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLCreateMaterializedViewStatement 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.
endVisit
void endVisit(SQLBinaryOpExprGroup x)
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.
visit
bool visit(SQLScriptCommitStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLScriptCommitStatement 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.
endVisit
void endVisit(SQLReplaceStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLIntervalExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLLateralViewTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLLateralViewTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLShowErrorsStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLAlterCharacter 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.
endVisit
void endVisit(SQLExprStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLAlterProcedureStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(SQLAlterProcedureStatement 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.
endVisit
void endVisit(SQLDropEventStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLDropServerStatement 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.
endVisit
void endVisit(SQLDropSynonymStatement 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.
endVisit
void endVisit(SQLDropTypeStatement 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.
endVisit
void endVisit(SQLRecordDataType 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLStructDataType.Field 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.
endVisit
void endVisit(SQLDropMaterializedViewStatement 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.
endVisit
void endVisit(SQLAlterTableRenameIndex 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.
endVisit
void endVisit(SQLAlterSequenceStatement 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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(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.
endVisit
void endVisit(SQLDumpStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
isEnabled
bool isEnabled(VisitorFeature feature)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeatures
int getFeatures()
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.

Meta