Qore OracleSqlUtil Module Reference
1.0
|
the base class for Oracle code objects More...
Public Member Functions | |
constructor (string n, string n_type, string n_src) | |
creates the object from the arguments passed More... | |
bool | equalImpl (AbstractFunctionBase t) |
returns True if the argument is equal to the current object, False if not | |
softlist | getCreateSql (*hash opt) |
returns a string that can be used to create the object in the database | |
list | getRenameSql (string new_name) |
returns a string that can be used to rename the object in the database | |
the base class for Oracle code objects