RTSQLApplication


Inherits From:
NSApplication
Declared In:
RTSQLApplication.h


Class Description

Installs posers required by the RTSQLFramework. Should be called by any program using this framework whose application isn't an instance of RTSQLApplication.


Method Types

+ initializeFramework
- sqlSessions
- setSqlSessions:
- sqlDataSources
- setSqlDataSources:
- valueInSqlSessionsAtIndex:


Class Methods

initializeFramework

+ (void)initializeFramework

No method description.


Instance Methods

setSqlDataSources:

- (void)setSqlDataSources:(NSArray*)a

Not supported: throws a NSOperationNotSupportedForKeyException exception.


setSqlSessions:

- (void)setSqlSessions:(NSArray*)a

Not supported: throws a NSOperationNotSupportedForKeyException exception.


sqlDataSources

- (NSArray*)sqlDataSources

Key-Value Coding methods for accessing global list of sql data source objects


sqlSessions

- (NSArray*)sqlSessions

Key-Value Coding methods for accessing global list of sql session objects


valueInSqlSessionsAtIndex:

- (id)valueInSqlSessionsAtIndex:(int)index

No method description.


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