PGSchemaStatVisitor

Undocumented in source.
class PGSchemaStatVisitor : SchemaStatVisitor , PGASTVisitor {}

Constructors

this
this()
Undocumented in source.

Members

Aliases

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

Functions

endVisit
void endVisit(PGSelectQueryBlock.WindowClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGSelectQueryBlock.FetchClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGSelectQueryBlock.ForClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGDeleteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGSelectStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGUpdateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGFunctionTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGTypeCastExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGValuesQuery x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGExtractExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGBoxExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGPointExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGMacAddrExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGInetExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGCidrExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGPolygonExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGCircleExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGLineSegmentsExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGShowStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGStartTransactionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
endVisit
void endVisit(PGConnectToStatement 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.
isPseudoColumn
bool isPseudoColumn(long hash)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGSelectQueryBlock.WindowClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGSelectQueryBlock.FetchClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGSelectQueryBlock.ForClause x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGDeleteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGSelectStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGUpdateStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGSelectQueryBlock x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGFunctionTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGTypeCastExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGValuesQuery x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGExtractExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGBoxExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGMacAddrExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGInetExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGCidrExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGPolygonExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGCircleExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGLineSegmentsExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGPointExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGShowStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGStartTransactionStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(PGConnectToStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SchemaStatVisitor

visit
alias visit = SQLASTVisitorAdapter.visit
Undocumented in source.
endVisit
alias endVisit = SQLASTVisitorAdapter.endVisit
Undocumented in source.
repository
SchemaRepository repository;
Undocumented in source.
tableStats
HashMap!(TableStat.Name, TableStat) tableStats;
Undocumented in source.
columns
Map!(Long, TableStat.Column) columns;
Undocumented in source.
conditions
List!(TableStat.Condition) conditions;
Undocumented in source.
relationships
Set!(TableStat.Relationship) relationships;
Undocumented in source.
orderByColumns
List!(TableStat.Column) orderByColumns;
Undocumented in source.
groupByColumns
Set!(TableStat.Column) groupByColumns;
Undocumented in source.
aggregateFunctions
List!(SQLAggregateExpr) aggregateFunctions;
Undocumented in source.
functions
List!(SQLMethodInvokeExpr) functions;
Undocumented in source.
dbType
string dbType;
Undocumented in source.
getRepository
SchemaRepository getRepository()
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.
getParameters
List!(Object) getParameters()
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.
getTableStat
TableStat getTableStat(string tableName)
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.
addColumn
TableStat.Column addColumn(string tableName, string columnName)
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.
getMode
TableStat.Mode getMode()
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.
setMode
TableStat.Mode setMode(SQLObject x, TableStat.Mode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
OrderByStatVisitor
class OrderByStatVisitor
Undocumented in source.
MySqlOrderByStatVisitor
class MySqlOrderByStatVisitor
Undocumented in source.
PGOrderByStatVisitor
class PGOrderByStatVisitor
Undocumented in source.
OracleOrderByStatVisitor
class OracleOrderByStatVisitor
Undocumented in source.
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.
createOrderByVisitor
SQLASTVisitor createOrderByVisitor(SQLOrderBy x)
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.
getOrderByColumns
List!(TableStat.Column) getOrderByColumns()
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.
getConditions
List!(TableStat.Condition) getConditions()
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.
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.
handleRelationship
void handleRelationship(SQLExpr left, string operator, SQLExpr right)
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.
getDbType
string getDbType()
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.
visit
bool visit(SQLTruncateStatement 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(SQLDropTableStatement 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.
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.
accept
void accept(SQLObject x)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(List!(T) nodes)
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(SQLJoinTableSource 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.
isPseudoColumn
bool isPseudoColumn(long hash)
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.
handleUnkownColumn
TableStat.Column handleUnkownColumn(string columnName)
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.
getTables
Map!(TableStat.Name, TableStat) getTables()
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.
containsColumn
bool containsColumn(string tableName, string columnName)
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.
getColumn
TableStat.Column getColumn(string tableName, string columnName)
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.
endVisit
void endVisit(SQLSelectStatement 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(SQLSubqueryTableSource x)
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.
getTableStat
TableStat getTableStat(SQLExprTableSource tableSource)
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.
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.
visit
bool visit(SQLSelectItem 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.
visit
bool visit(SQLSelect 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(SQLMethodInvokeExpr 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(SQLDeleteStatement 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(SQLInSubQueryExpr 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(SQLColumnDefinition 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(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(SQLCurrentOfCursorExpr 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(SQLRollbackStatement 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(SQLAlterViewStatement 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(SQLUseStatement 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(SQLAlterTableStatement 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(SQLDropIndexStatement 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(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.
visit
bool visit(SQLDropTriggerStatement 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(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(SQLAlterTableAddIndex 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(SQLCreateTriggerStatement 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(SQLAlterTableRename 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(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.
visit
bool visit(SQLBlockStatement 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(SQLDeclareItem 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(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(SQLPartition 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(SQLSubPartitionByHash 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(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(SQLAlterTableDropPartition 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(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.
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(SQLSetStatement x)
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.
visit
bool visit(SQLCreateSequenceStatement 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(SQLAlterTableDropIndex 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(SQLDescribeStatement 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(SQLCreateMaterializedViewStatement 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.
statExpr
void statExpr(SQLExpr 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(SQLDropSynonymStatement 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(SQLAlterProcedureStatement 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(SQLDropTypeStatement 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(SQLCreateDatabaseStatement 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(SQLDumpStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.

From PGASTVisitor

endVisit
void endVisit(PGSelectQueryBlock x)
Undocumented in source.
visit
bool visit(PGSelectQueryBlock x)
Undocumented in source.
endVisit
void endVisit(PGSelectQueryBlock.WindowClause x)
Undocumented in source.
visit
bool visit(PGSelectQueryBlock.WindowClause x)
Undocumented in source.
endVisit
void endVisit(PGSelectQueryBlock.FetchClause x)
Undocumented in source.
visit
bool visit(PGSelectQueryBlock.FetchClause x)
Undocumented in source.
endVisit
void endVisit(PGSelectQueryBlock.ForClause x)
Undocumented in source.
visit
bool visit(PGSelectQueryBlock.ForClause x)
Undocumented in source.
endVisit
void endVisit(PGDeleteStatement x)
Undocumented in source.
visit
bool visit(PGDeleteStatement x)
Undocumented in source.
endVisit
void endVisit(PGInsertStatement x)
Undocumented in source.
visit
bool visit(PGInsertStatement x)
Undocumented in source.
endVisit
void endVisit(PGSelectStatement x)
Undocumented in source.
visit
bool visit(PGSelectStatement x)
Undocumented in source.
endVisit
void endVisit(PGUpdateStatement x)
Undocumented in source.
visit
bool visit(PGUpdateStatement x)
Undocumented in source.
endVisit
void endVisit(PGFunctionTableSource x)
Undocumented in source.
visit
bool visit(PGFunctionTableSource x)
Undocumented in source.
endVisit
void endVisit(PGTypeCastExpr x)
Undocumented in source.
visit
bool visit(PGTypeCastExpr x)
Undocumented in source.
endVisit
void endVisit(PGValuesQuery x)
Undocumented in source.
visit
bool visit(PGValuesQuery x)
Undocumented in source.
endVisit
void endVisit(PGExtractExpr x)
Undocumented in source.
visit
bool visit(PGExtractExpr x)
Undocumented in source.
endVisit
void endVisit(PGBoxExpr x)
Undocumented in source.
visit
bool visit(PGBoxExpr x)
Undocumented in source.
endVisit
void endVisit(PGPointExpr x)
Undocumented in source.
visit
bool visit(PGPointExpr x)
Undocumented in source.
endVisit
void endVisit(PGMacAddrExpr x)
Undocumented in source.
visit
bool visit(PGMacAddrExpr x)
Undocumented in source.
endVisit
void endVisit(PGInetExpr x)
Undocumented in source.
visit
bool visit(PGInetExpr x)
Undocumented in source.
endVisit
void endVisit(PGCidrExpr x)
Undocumented in source.
visit
bool visit(PGCidrExpr x)
Undocumented in source.
endVisit
void endVisit(PGPolygonExpr x)
Undocumented in source.
visit
bool visit(PGPolygonExpr x)
Undocumented in source.
endVisit
void endVisit(PGCircleExpr x)
Undocumented in source.
visit
bool visit(PGCircleExpr x)
Undocumented in source.
endVisit
void endVisit(PGLineSegmentsExpr x)
Undocumented in source.
visit
bool visit(PGLineSegmentsExpr x)
Undocumented in source.
endVisit
void endVisit(PGShowStatement x)
Undocumented in source.
visit
bool visit(PGShowStatement x)
Undocumented in source.
endVisit
void endVisit(PGStartTransactionStatement x)
Undocumented in source.
visit
bool visit(PGStartTransactionStatement x)
Undocumented in source.
endVisit
void endVisit(PGConnectToStatement x)
Undocumented in source.
visit
bool visit(PGConnectToStatement x)
Undocumented in source.

Meta