- Inherits From:
- NSApplication
- Declared In:
- RTSQLApplication.h
- + initializeFramework
- - sqlSessions
- - setSqlSessions:
- - sqlDataSources
- - setSqlDataSources:
- - valueInSqlSessionsAtIndex:
+ (void)initializeFramework
No method description.
- (void)setSqlDataSources:(NSArray*)a
Not supported: throws a NSOperationNotSupportedForKeyException exception.
- (void)setSqlSessions:(NSArray*)a
Not supported: throws a NSOperationNotSupportedForKeyException exception.
- (NSArray*)sqlDataSources
Key-Value Coding methods for accessing global list of sql data source objects
- (NSArray*)sqlSessions
Key-Value Coding methods for accessing global list of sql session objects
- (id)valueInSqlSessionsAtIndex:(int)index
No method description.