#import <ZIMSqlDetachStatement.h>
List of all members.
Detailed Description
- Discussion:
- This class represents an SQL detach statement.
- Updated:
- 2011-04-07
- See also:
- http://www.sqlite.org/lang_detach.html
Member Function Documentation
- (void) database: |
|
(NSString *) |
database |
|
- Signature:
- database:
- Discussion:
- This method will cause the specified database to be detached from the current database connection.
- Parameters:
-
database | The database name that will be detached. |
- Updated:
- 2011-10-30
- (instancetype) init |
|
|
[implementation] |
- Signature:
- statement
- Discussion:
- This method will return the SQL statement.
- Returns:
- The SQL statement that was constructed.
- Updated:
- 2011-04-07
Reimplemented from <ZIMSqlStatement>.
Member Data Documentation
The documentation for this class was generated from the following files: