#import <ZIMSqlTokenizer.h>
List of all members.
Detailed Description
Member Function Documentation
- Signature:
- count
- Discussion:
- This method returns the number of objects currently in the array.
- Returns:
- The number of objects currently in the array.
- Updated:
- 2011-07-13
- (NSUInteger) countByEnumeratingWithState: |
|
(NSFastEnumerationState *) |
state |
objects: |
|
(id __unsafe_unretained *) |
buffer |
count: |
|
(NSUInteger) |
bufferSize |
|
|
| [implementation] |
- (instancetype) initWithSqlStatement: |
|
(NSString *) |
sql |
|
- Signature:
- initWithSqlStatement:
- Discussion:
- This method initialize the class with the specified SQL statement.
- Parameters:
-
sql | The SQL statement to be tokenized. |
- Returns:
- An instance of this class.
- Updated:
- 2011-07-16
- See also:
- http://www.sqlite.org/lang_expr.html
- (id) objectAtIndex: |
|
(NSUInteger) |
index |
|
- Signature:
- objectAtIndex:
- Discussion:
- This method returns the object located at index.
- Parameters:
-
index | An index within the bounds of the array. |
- Returns:
- A dictionary representing the tuple.
- Updated:
- 2011-07-13
- Signature:
- statement
- Discussion:
- This method will return the SQL statement.
- Returns:
- The SQL statement that was tokenized.
- Updated:
- 2011-11-03
Reimplemented from <ZIMSqlStatement>.
Member Data Documentation
- (NSMutableArray*) _tuples [protected] |
The documentation for this class was generated from the following files: