PGInetExpr

Undocumented in source.

Members

Aliases

accept0
alias accept0 = PGExprImpl.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
PGInetExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!(SQLObject) getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
SQLExpr getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(SQLExpr value)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PGExprImpl

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

Meta