SQLLiteralExpr

Undocumented in source.
interface SQLLiteralExpr : SQLExpr {}

Members

Functions

clone
SQLLiteralExpr clone()
Undocumented in source.

Inherited Members

From SQLExpr

clone
SQLExpr clone()
Undocumented in source.
computeDataType
SQLDataType computeDataType()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source.

Meta