objective-c-sql-query-builder
Public Member Functions | Protected Attributes
ZIMSqlDetachStatement Class Reference

#import <ZIMSqlDetachStatement.h>

Inheritance diagram for ZIMSqlDetachStatement:
<ZIMSqlStatement>

List of all members.

Public Member Functions

(void) - database:
(NSString *) - statement
(id) - init [implementation]

Protected Attributes

NSString_database

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:
databaseThe database name that will be detached.
Updated:
2011-10-30
- (instancetype) init [implementation]
- (NSString *) statement
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

- (NSString*) _database [protected]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties Defines