SQLValuableExpr

Undocumented in source.
interface SQLValuableExpr : SQLExpr {}

Members

Functions

getValue
Object getValue()
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