Qore MysqlSqlUtil Module Reference  1.4.2
MysqlSqlUtil::MysqlSequence Member List

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
getCreateSql(*hash opt)MysqlSqlUtil::MysqlSequence
getDropSql(*hash opt)MysqlSqlUtil::MysqlSequence
getRenameSql(string new_name, *hash opt)MysqlSqlUtil::MysqlSequence