- Conforms To:
- NSObject
- Declared In:
- RTSQLIndex.h
- - name
- - table
- - unique
- - primaryKey
- - sqlCreationString
- - columnNames
- (NSArray*)columnNames
Returns an array of the column names included in this index.
- (NSString*)name
Returns the name of the index.
- (BOOL)primaryKey
Returns YES if this index is the primary key.
- (NSString*)sqlCreationString
Returns the complete SQL statement to create this index.
- (id <RTSQLTable>)table
Return the table this index is associated with.
- (BOOL)unique
Returns YES if this index enforces unique values.