#import <ZIMSqlExplainStatement.h>
List of all members.
Detailed Description
- Discussion:
- This class represents an SQL explain statement.
- Updated:
- 2012-03-18
- See also:
- http://www.sqlite.org/lang_explain.html
Member Function Documentation
- (instancetype) init |
|
|
[implementation] |
- (void) level: |
|
(NSUInteger) |
level |
|
- Signature:
- level:
- Discussion:
- This method will modify the level of data to be return by the SQL statement.
- Parameters:
-
level | The level of data to be returned (i.e. level 0 is for machine instructions and level 1 is for high level information). |
- Updated:
- 2012-03-18
- Signature:
- sql:
- Discussion:
- This method will set the SQL statement that will be described.
- Parameters:
-
statement | The SQL statement to be described. |
- Updated:
- 2011-06-25
- Signature:
- statement
- Discussion:
- This method will return the SQL statement.
- Returns:
- The SQL statement that was constructed.
- Updated:
- 2011-10-19
Reimplemented from <ZIMSqlStatement>.
Member Data Documentation
- (NSUInteger) _level [protected] |
The documentation for this class was generated from the following files: