|
Qore OracleSqlUtil Module Reference
1.2.5
|
the base class for Oracle code objects that cannot be renamed in place More...

Public Member Functions | |
| constructor (string n, string n_type, string n_src) | |
| creates the object from the arguments passed More... | |
| softlist | getRenameSql (string new_name, *hash opt) |
| returns a string that can be used to rename the object in the database More... | |
Public Member Functions inherited from OracleSqlUtil::OracleCodeBase | |
| 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 More... | |
the base class for Oracle code objects that cannot be renamed in place
creates the object from the arguments passed
| n | the name of the object |
| n_type | the type of object |
| n_src | the source of the object |
returns a string that can be used to rename the object in the database
The object is dropped and recreated with this method call
| new_name | the new name of the object |
| opt | rename options; if force if True, then the FORCE option will be used with the drop statement |
Reimplemented from OracleSqlUtil::OracleCodeBase.