![]() |
Qore MysqlSqlUtil Module Reference 1.5
|
represents a MySQL view More...
#include <MysqlSqlUtil.qm.dox.h>
Public Member Methods | |
| constructor (string n_name, string n_src, *string n_tablecatalog, *string n_schema, *string n_checkoption, *string n_definer, *string n_securitytype, bool n_updatable) | |
| 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... | |
Public Attributes | |
| *string | checkoption |
| checkoption clause | |
| *string | definer |
| dafiner clause | |
| *string | securitytype |
| security type value | |
| *string | tablecatalog |
| table catalog value | |
represents a MySQL view
| softlist MysqlSqlUtil::MysqlView::getRenameSql | ( | string | new_name, |
| *hash | opt | ||
| ) |
returns a string that can be used to rename the view in the database
| new_name | the new name of the object |
| opt | this argument is ignored |