SQLDDLStatement

Undocumented in source.
interface SQLDDLStatement : SQLStatement

Inherited Members

From SQLStatement

getDbType
string getDbType()
Undocumented in source.
isAfterSemi
bool isAfterSemi()
Undocumented in source.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source.
clone
SQLStatement clone()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source.
toLowerCaseString
string toLowerCaseString()
Undocumented in source.

Meta