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