DatabaseKit  0.5
DBIndex Class Reference

#import <DBIndex.h>

Inheritance diagram for DBIndex:
[legend]
Collaboration diagram for DBIndex:
[legend]

Instance Methods

(BOOL) - addToTable:error:
 

Class Methods

(instancetype) + indexWithName:onColumns:unique:
 

Properties

BOOL unique
 
NSString * name
 
NSArray * columns
 

Detailed Description

Definition at line 5 of file DBIndex.h.

Method Documentation

- (BOOL) addToTable: (DBTable *)  table
error: (NSError **)  outErr 

Definition at line 33 of file DBIndex.m.

+ (instancetype) indexWithName: (NSString *)  name
onColumns: (NSArray *)  columns
unique: (BOOL)  unique 

Definition at line 7 of file DBIndex.m.

References columns, name, and unique.

Property Documentation

- (NSArray*) columns
readatomicassign

Definition at line 8 of file DBIndex.h.

Referenced by indexWithName:onColumns:unique:.

- (NSString*) name
readatomicassign

Definition at line 7 of file DBIndex.h.

Referenced by indexWithName:onColumns:unique:.

- (BOOL) unique
readatomicassign

Definition at line 6 of file DBIndex.h.

Referenced by indexWithName:onColumns:unique:.


The documentation for this class was generated from the following files: