Qore MysqlSqlUtil Module Reference
1.0
Main Page
Related Pages
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Functions
Variables
Groups
Pages
MysqlSqlUtil::MysqlIndex Member List
This is the complete list of members for
MysqlSqlUtil::MysqlIndex
, including all inherited members.
columns
SqlUtil::AbstractIndex
constructor
(string n_name, bool n_unique, hash n_cols, string n_type="BTREE")
MysqlSqlUtil::MysqlIndex
SqlUtil::AbstractIndex::constructor
(string n, bool u, hash c)
SqlUtil::AbstractIndex
equal
(AbstractIndex ix)
SqlUtil::AbstractIndex
equalExceptName
(AbstractIndex ix)
SqlUtil::AbstractIndex
equalImpl
(AbstractIndex ix)
MysqlSqlUtil::MysqlIndex
SqlUtil::AbstractIndex::equalImpl
(AbstractIndex ix)
SqlUtil::AbstractIndex
pure virtual
getCreateSql
(string table_name, *hash opt)
MysqlSqlUtil::MysqlIndex
virtual
getDropSql
(string table_name)
MysqlSqlUtil::MysqlIndex
getName
()
SqlUtil::AbstractIndex
getRecreateSql
(AbstractDatasource ds, string table_name, *hash opt)
SqlUtil::AbstractIndex
getRenameSql
(string table_name, string new_name)
MysqlSqlUtil::MysqlIndex
virtual
getSupportingConstraint
()
SqlUtil::AbstractIndex
hasColumn
(string cname)
SqlUtil::AbstractIndex
name
SqlUtil::AbstractIndex
setSupportingConstraint
(AbstractUniqueConstraint c)
SqlUtil::AbstractIndex
setSupportingConstraint
()
SqlUtil::AbstractIndex
unique
SqlUtil::AbstractIndex