hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
PGASTVisitor.visit
hunt
sql
dialect
postgresql
visitor
PGASTVisitor
PGASTVisitor
Undocumented in source.
bool
visit
(PGSelectQueryBlock x)
bool
visit
(PGSelectQueryBlock.WindowClause x)
bool
visit
(PGSelectQueryBlock.FetchClause x)
bool
visit
(PGSelectQueryBlock.ForClause x)
bool
visit
(PGDeleteStatement x)
bool
visit
(PGInsertStatement x)
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)
interface
PGASTVisitor
bool
visit
(
PGCidrExpr
x
)
bool
visit
(PGPolygonExpr x)
bool
visit
(PGCircleExpr x)
bool
visit
(PGLineSegmentsExpr x)
bool
visit
(PGShowStatement x)
bool
visit
(PGStartTransactionStatement x)
bool
visit
(PGConnectToStatement x)
Meta
Source
See Implementation
hunt
sql
dialect
postgresql
visitor
PGASTVisitor
PGASTVisitor
functions
endVisit
visit