#import <ZIMSqlAttachStatement.h>
List of all members.
Detailed Description
- Discussion:
- This class represents an SQL attach statement.
- Updated:
- 2011-04-07
- See also:
- http://www.sqlite.org/lang_attach.html
Member Function Documentation
- Signature:
- database:as:
- Discussion:
- This method will set the specified database file to be added to the current database connection.
- Parameters:
-
fileName | The file name of the database to be attached. |
database | The database name that will be used when attached. |
- 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-10-30
Reimplemented from <ZIMSqlStatement>.
Member Data Documentation
The documentation for this class was generated from the following files: