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

#import <ZIMSqlAttachStatement.h>

Inheritance diagram for ZIMSqlAttachStatement:
<ZIMSqlStatement>

List of all members.

Public Member Functions

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

Protected Attributes

NSString_fileName
NSString_database

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

- (void) database: (NSString *)  fileName
as: (NSString *)  database 
Signature:
database:as:
Discussion:
This method will set the specified database file to be added to the current database connection.
Parameters:
fileNameThe file name of the database to be attached.
databaseThe database name that will be used when attached.
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-10-30

Reimplemented from <ZIMSqlStatement>.


Member Data Documentation

- (NSString*) _database [protected]
- (NSString*) _fileName [protected]

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