#import <ZIMSqlInsertStatement.h>
List of all members.
Detailed Description
- Discussion:
- This class represents an SQL insert statement.
- Updated:
- 2011-07-15
- See also:
- http://www.sqlite.org/lang_insert.html
Member Function Documentation
- (void) column: |
|
(NSString *) |
column |
value: |
|
(id) |
value |
|
|
| |
- Signature:
- column:value:
- Discussion:
- This method will add a column/value pair to the SQL statement.
- Parameters:
-
column | The column where the value will be inserted. |
value | The value to be inserted. |
- Updated:
- 2011-10-30
- (instancetype) init |
|
|
[implementation] |
- Signature:
- into:
- Discussion:
- This method will set the table used in the SQL statement.
- Parameters:
-
table | The table that will be used in the SQL statement. |
- Updated:
- 2011-10-30
- Signature:
- statement
- Discussion:
- This method will return the SQL statement.
- Returns:
- The SQL statement that was constructed.
- Updated:
- 2011-10-19
Reimplemented from <ZIMSqlStatement>.
Reimplemented in ZIMSqlUpsertStatement.
Member Data Documentation
- (NSMutableDictionary*) _column [protected] |
The documentation for this class was generated from the following files: