Qore MysqlSqlUtil Module Reference  1.3
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
SqlUtil::AbstractSequence::constructor(string n_name, number n_start=1, number n_increment=1, *softnumber n_max)SqlUtil::AbstractSequence
getCreateSql(*hash opt)MysqlSqlUtil::MysqlSequencevirtual
getDropSql(*hash opt)MysqlSqlUtil::MysqlSequence
getRenameSql(string new_name, *hash opt)MysqlSqlUtil::MysqlSequencevirtual
incrementSqlUtil::AbstractSequence
maxSqlUtil::AbstractSequence
nameSqlUtil::AbstractSequence
startSqlUtil::AbstractSequence