Qore MysqlSqlUtil Module Reference  1.4.2
MysqlSqlUtil::MysqlIndex Member List

This is the complete list of members for MysqlSqlUtil::MysqlIndex, including all inherited members.

constructor(string n_name, bool n_unique, hash n_cols, string n_type='BTREE')MysqlSqlUtil::MysqlIndex
equalImpl(AbstractIndex ix)MysqlSqlUtil::MysqlIndexprotected
getCreateSql(string table_name, *hash opt)MysqlSqlUtil::MysqlIndex
getDropSql(string table_name)MysqlSqlUtil::MysqlIndex
getRenameSql(string table_name, string new_name)MysqlSqlUtil::MysqlIndex