Qore MysqlSqlUtil Module Reference
1.4.3
|
represents a MySQL view More...
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