Represents the schema of an UltraLite table index.
public class IndexSchema
All members of IndexSchema class, including all inherited members.
Name | Description |
---|---|
Returns the number of columns in the index. | |
Gets the name of a column given its 1-based ID. | |
Returns the name of this index. | |
Returns the name of the referenced primary index if this index is a foreign key. | |
Returns the name of the referenced primary table if this index is a foreign key. | |
Checks whether the named column is used in descending order by this index. | |
Checks whether the index is a foreign key. | |
Checks whether referential integrity for this foreign key is performed on commits or on inserts and updates. | |
Checks whether this foreign key is nullable. | |
Checks whether the index is the primary key. | |
Checks whether the index is unique. | |
Checks whether the index is a unique key. |
getColumnCount method
getColumnName method
getName method
getReferencedIndexName method
getReferencedTableName method
isColumnDescending method
isForeignKey method
isForeignKeyCheckOnCommit method
isForeignKeyNullable method
isPrimaryKey method
isUniqueIndex method
isUniqueKey method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |