|
Qore MysqlSqlUtil Module Reference
1.2.1
|
This is the complete list of members for MysqlSqlUtil::MysqlSequence, including all inherited members.
| constructor(string n_table_name, string n_name, number n_start=1, number n_increment=1, *softnumber n_end) | MysqlSqlUtil::MysqlSequence | |
| SqlUtil::AbstractSequence::constructor(string n_name, number n_start=1, number n_increment=1, *softnumber n_max) | SqlUtil::AbstractSequence | |
| getCreateSql(*hash opt) | MysqlSqlUtil::MysqlSequence | virtual |
| getDropSql(*hash opt) | MysqlSqlUtil::MysqlSequence | |
| getRenameSql(string new_name, *hash opt) | MysqlSqlUtil::MysqlSequence | virtual |
| increment | SqlUtil::AbstractSequence | |
| max | SqlUtil::AbstractSequence | |
| name | SqlUtil::AbstractSequence | |
| start | SqlUtil::AbstractSequence |