hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
PGExpr
hunt
sql
dialect
postgresql
ast
expr
PGExpr
Undocumented in source.
interface
PGExpr :
SQLExpr
,
PGSQLObject
Inherited Members
From SQLExpr
clone
SQLExpr
clone
()
Undocumented in source.
computeDataType
SQLDataType
computeDataType
()
Undocumented in source.
getChildren
List
!
SQLObject
getChildren
()
Undocumented in source.
From PGSQLObject
accept0
void
accept0
(PGASTVisitor visitor)
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
dialect
postgresql
ast
expr
PGExpr
interfaces
PGExpr