PGValuesQuery

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = PGSQLObjectImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(PGASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
PGValuesQuery clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getValues
List!(SQLExpr) getValues()
Undocumented in source. Be warned that the author may not have intended to support it.
isBracket
bool isBracket()
Undocumented in source. Be warned that the author may not have intended to support it.
setBracket
void setBracket(bool bracket)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PGSQLObjectImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(PGASTVisitor visitor)
Undocumented in source.

From SQLSelectQuery

isBracket
bool isBracket()
Undocumented in source.
setBracket
void setBracket(bool bracket)
Undocumented in source.
clone
SQLSelectQuery clone()
Undocumented in source.

Meta