DatabaseKit  0.5
DBJoin Class Reference

#import <DBSelectQuery.h>

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

Class Methods

(DBJoin *) + withType:table:predicate:
 

Properties

NSString * type
 
DBTabletable
 
NSPredicate * predicate
 

Detailed Description

Definition at line 42 of file DBSelectQuery.h.

Method Documentation

+ (DBJoin *) withType: (NSString *)  type
table: (id)  table
predicate: (NSPredicate *)  aPredicate 

Property Documentation

- (NSPredicate*) predicate
readatomicstrong

Definition at line 45 of file DBSelectQuery.h.

- (DBTable*) table
readatomicstrong

Definition at line 44 of file DBSelectQuery.h.

- (NSString*) type
readatomicstrong

Definition at line 43 of file DBSelectQuery.h.


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