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

#import <ZIMSqlExplainStatement.h>

Inheritance diagram for ZIMSqlExplainStatement:
<ZIMSqlStatement> <ZIMSqlDataManipulationCommand>

List of all members.

Public Member Functions

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

Protected Attributes

NSUInteger _level
NSString_statement

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:
levelThe 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
- (void) sql: (id<ZIMSqlStatement>)  statement
Signature:
sql:
Discussion:
This method will set the SQL statement that will be described.
Parameters:
statementThe SQL statement to be described.
Updated:
2011-06-25
- (NSString *) statement
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]
- (NSString*) _statement [protected]

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