IndexInfo

Undocumented in source.

Constructors

this
this(TableInfo table, IndexType type)
Undocumented in source.

Members

Functions

getCreateIndexSQL
string[] getCreateIndexSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
getDropIndexSQL
string[] getDropIndexSQL()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

columnNames
string[] columnNames;
Undocumented in source.
indexName
string indexName;
Undocumented in source.
referencedColumnNames
string[] referencedColumnNames;
Undocumented in source.
referencedTable
string referencedTable;
Undocumented in source.
table
TableInfo table;
Undocumented in source.
type
IndexType type;
Undocumented in source.

Meta