hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
PGOutputVisitor.visit
hunt
sql
dialect
postgresql
visitor
PGOutputVisitor
PGOutputVisitor
Undocumented in source. Be warned that the author may not have intended to support it.
alias
visit
=
SQLASTOutputVisitor
.
visit
bool
visit
(PGSelectQueryBlock.WindowClause x)
bool
visit
(PGSelectQueryBlock.FetchClause x)
bool
visit
(PGSelectQueryBlock.ForClause x)
bool
visit
(PGSelectQueryBlock x)
bool
visit
(SQLTruncateStatement x)
bool
visit
(PGDeleteStatement x)
bool
visit
(PGInsertStatement x)
bool
visit
(PGSelectStatement x)
class
PGOutputVisitor
override
bool
visit
(
PGSelectStatement
x
)
bool
visit
(PGUpdateStatement x)
bool
visit
(PGFunctionTableSource x)
bool
visit
(PGTypeCastExpr x)
bool
visit
(PGValuesQuery x)
bool
visit
(PGExtractExpr x)
bool
visit
(PGBoxExpr x)
bool
visit
(PGPointExpr x)
bool
visit
(PGMacAddrExpr x)
bool
visit
(PGInetExpr x)
bool
visit
(PGCidrExpr x)
bool
visit
(PGPolygonExpr x)
bool
visit
(PGCircleExpr x)
bool
visit
(PGLineSegmentsExpr x)
bool
visit
(SQLBinaryExpr x)
bool
visit
(SQLBlobExpr x)
bool
visit
(PGShowStatement x)
bool
visit
(SQLLimit x)
bool
visit
(PGStartTransactionStatement x)
bool
visit
(PGConnectToStatement x)
bool
visit
(SQLSetStatement x)
bool
visit
(SQLCreateUserStatement x)
bool
visit
(SQLGrantStatement x)
bool
visit
(SQLIfStatement.Else x)
bool
visit
(SQLIfStatement.ElseIf x)
bool
visit
(SQLIfStatement x)
bool
visit
(SQLCreateIndexStatement x)
bool
visit
(SQLAlterTableAddColumn x)
Meta
Source
See Implementation
hunt
sql
dialect
postgresql
visitor
PGOutputVisitor
PGOutputVisitor
aliases
endVisit
visit
constructors
this
functions
print0
printGrantPrivileges
visitAggreateRest