hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
PGASTVisitorAdapter.visit
hunt
sql
dialect
postgresql
visitor
PGASTVisitorAdapter
PGASTVisitorAdapter
Undocumented in source. Be warned that the author may not have intended to support it.
alias
visit
=
SQLASTVisitorAdapter
.
visit
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
(PGSelectQueryBlock 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)
class
PGASTVisitorAdapter
override
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
(PGShowStatement x)
bool
visit
(PGStartTransactionStatement x)
bool
visit
(PGConnectToStatement x)
Meta
Source
See Implementation
hunt
sql
dialect
postgresql
visitor
PGASTVisitorAdapter
PGASTVisitorAdapter
aliases
endVisit
visit