Qore OracleSqlUtil Module Reference 1.6
|
represents an Oracle view More...
#include <OracleSqlUtil.qm.dox.h>
Public Member Methods | |
constructor (string n_name, string n_src, *string n_schema, *string n_type_text, *string n_oid_text, *string n_view_type_owner, *string n_view_type, *string n_superview_name, bool n_updatable, bool n_container_data) | |
creates the object from the arguments | |
string | getCreateSql (*hash opt) |
returns a string that can be used to create the view in the database | |
softlist | getRenameSql (string new_name, *hash opt) |
returns a string that can be used to rename the view in the database More... | |
represents an Oracle view
softlist OracleSqlUtil::OracleView::getRenameSql | ( | string | new_name, |
*hash | opt | ||
) |
returns a string that can be used to rename the view in the database
The object is renamed in place with this call
new_name | the new name of the object |
opt | this option is ignored |