
Public Member Functions | |
| ERXDatabaseDataSource (EOEditingContext arg0, String arg1, String arg2, boolean refresh) | |
| ERXDatabaseDataSource (EOEditingContext arg0, String arg1, String arg2) | |
| ERXDatabaseDataSource (EOEditingContext arg0, String arg1) | |
| EOFetchSpecification | fetchSpecification () |
| EOFetchSpecification | fetchSpecificationForFetch () |
| NSArray | prefetchingRelationshipKeyPaths () |
| boolean | refreshesRefetchedObjects () |
| void | setPrefetchingRelationshipKeyPaths (NSArray relationshipKeyPaths) |
| void | setRefreshesRefetchedObjects (boolean v) |
Public Attributes | |
| NSArray | _prefetchingRelationshipKeyPaths |
| boolean | _refreshRefetchedObjects |
which modifies the datasource's fetchSpecification
| ERXDatabaseDataSource | ( | EOEditingContext | arg0, | |
| String | arg1 | |||
| ) |
| ERXDatabaseDataSource | ( | EOEditingContext | arg0, | |
| String | arg1, | |||
| String | arg2 | |||
| ) |
| ERXDatabaseDataSource | ( | EOEditingContext | arg0, | |
| String | arg1, | |||
| String | arg2, | |||
| boolean | refresh | |||
| ) |
| EOFetchSpecification fetchSpecification | ( | ) |
Enhanced version which uses the refreshesRefetchedObjects value
| EOFetchSpecification fetchSpecificationForFetch | ( | ) |
Enhanced version which uses the refreshesRefetchedObjects value
| NSArray prefetchingRelationshipKeyPaths | ( | ) |
| boolean refreshesRefetchedObjects | ( | ) |
| void setPrefetchingRelationshipKeyPaths | ( | NSArray | relationshipKeyPaths | ) |
| void setRefreshesRefetchedObjects | ( | boolean | v | ) |
| NSArray _prefetchingRelationshipKeyPaths |
| boolean _refreshRefetchedObjects |
1.5.8