Qore Sqlite3SqlUtil Module Reference  1.1
Sqlite3SqlUtil::Sqlite3Index Member List

This is the complete list of members for Sqlite3SqlUtil::Sqlite3Index, including all inherited members.

constructor(string name, bool unique, hash< auto > cols, *hash< string, string > collations)Sqlite3SqlUtil::Sqlite3Index
equalImpl(AbstractIndex ix)Sqlite3SqlUtil::Sqlite3Indexprotected
getColumnCollationList()Sqlite3SqlUtil::Sqlite3Index
getCreateSql(string table_name, *hash< auto > opt)Sqlite3SqlUtil::Sqlite3Index
getDropSql(string table_name)Sqlite3SqlUtil::Sqlite3Index
getRenameSql(string table_name, string new_name)Sqlite3SqlUtil::Sqlite3Index