#import <ZIMDbConnectionPool.h>
List of all members.
Detailed Description
Member Function Documentation
- Signature:
- closeAll
- Discussion:
- This method will close all open database connections in the pool.
- Updated:
- 2011-07-16
- Signature:
- connection:
- Discussion:
- This method will return a connection for the specified data source.
- Parameters:
-
dataSource | The file name of the database's PLIST to be used. |
- Returns:
- An open connection for the specified data source.
- Updated:
- 2011-10-19
- Signature:
- dealloc
- Discussion:
- This method will free up any remaining open connections.
- Updated:
- 2012-03-21
- Signature:
- destroyAll
- Discussion:
- This method will destroy all cached database connections in the pool.
- Updated:
- 2011-07-16
- (instancetype) init |
|
|
[implementation] |
- Signature:
- sharedInstance
- Discussion:
- This method will return a singleton instance of this class.
- Returns:
- A singleton instance of this class.
- Updated:
- 2011-07-16
Member Data Documentation
The documentation for this class was generated from the following files: