This is the complete list of members for Sqlite3SqlUtil::Sqlite3Index, including all inherited members.
columns | SqlUtil::AbstractIndex | |
constraint | SqlUtil::AbstractIndex | private |
constructor(string name, bool unique, hash< auto > cols, *hash< string, string > collations) | Sqlite3SqlUtil::Sqlite3Index | |
SqlUtil::AbstractIndex::constructor(string n, bool u, hash c) | SqlUtil::AbstractIndex | |
equal(AbstractIndex ix) | SqlUtil::AbstractIndex | |
equalExceptName(AbstractIndex ix) | SqlUtil::AbstractIndex | |
equalImpl(AbstractIndex ix) | Sqlite3SqlUtil::Sqlite3Index | private |
SqlUtil::AbstractIndex::equalImpl(AbstractIndex ix) | SqlUtil::AbstractIndex | pure virtual |
foreign_constraint | SqlUtil::AbstractIndex | private |
getAllSupportingConstraints() | SqlUtil::AbstractIndex | |
getColumnCollationList() | Sqlite3SqlUtil::Sqlite3Index | |
getCreateSql(string table_name, *hash< auto > opt) | Sqlite3SqlUtil::Sqlite3Index | virtual |
getDropSql(string table_name) | Sqlite3SqlUtil::Sqlite3Index | |
getForeignConstraint() | SqlUtil::AbstractIndex | |
getName() | SqlUtil::AbstractIndex | |
getRecreateSql(AbstractDatasource ds, string table_name, *hash< auto > opt) | SqlUtil::AbstractIndex | |
getRenameSql(string table_name, string new_name) | Sqlite3SqlUtil::Sqlite3Index | virtual |
getSupportingConstraint() | SqlUtil::AbstractIndex | |
hasColumn(string cname) | SqlUtil::AbstractIndex | |
name | SqlUtil::AbstractIndex | |
setForeignConstraint() | SqlUtil::AbstractIndex | |
setSupportingConstraint() | SqlUtil::AbstractIndex | |
setSupportingConstraint(AbstractColumnSupportingConstraint c) | SqlUtil::AbstractIndex | |
setSupportingConstraint(AbstractForeignConstraint c) | SqlUtil::AbstractIndex | |
unique | SqlUtil::AbstractIndex | |