RTSQLDataSource


Conforms To:
NSObject
Declared In:
RTSQLDataSource.h


Protocol Description

Protocol for data source objects to be used when visually linking above objects in Interface Builder


Method Types

- session
- setSession:
- database
- setDatabase:

Instance Methods

database

- (id <RTSQLDatabase>)database

Returns the database used by this data source. This might not be required for all implementations of a data source.


session

- (id <RTSQLSession>)session

Returns the session used by this data source.


setDatabase:

- (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.


setSession:

- (void)setSession:(id <RTSQLSession>)inSession

Sets the session used by this data source.


Copyright ©2006 by Runtime Labs, Inc.. All Rights Reserved.