- Conforms To:
- NSObject
- Declared In:
- RTSQLDataSource.h
- - session
- - setSession:
- - database
- - setDatabase:
- (id <RTSQLDatabase>)database
Returns the database used by this data source. This might not be required for all implementations of a data source.
- (id <RTSQLSession>)session
Returns the session used by this data source.
- (void)setDatabase:(id <RTSQLDatabase>)inDatabase
Sets the database used by this data source. This might not be required for all implementations of a data source.
- (void)setSession:(id <RTSQLSession>)inSession
Sets the session used by this data source.