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

#import <ZIMSqlAnalyzeStatement.h>

Inheritance diagram for ZIMSqlAnalyzeStatement:
<ZIMSqlStatement>

List of all members.

Public Member Functions

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

Protected Attributes

NSString_table

Detailed Description

Discussion:
This class represents an SQL analyze statement.
Updated:
2011-04-07
See also:
http://www.sqlite.org/lang_analyze.html

Member Function Documentation

- (instancetype) init [implementation]
- (NSString *) statement
Signature:
statement
Discussion:
This method will return the SQL statement.
Returns:
The SQL statement that was constructed.
Updated:
2011-04-01

Reimplemented from <ZIMSqlStatement>.

- (void) table: (NSString *)  table
Signature:
table:
Discussion:
This method will set the table used in the SQL statement.
Parameters:
tableThe table that will be used in the SQL statement.
Updated:
2011-10-30

Member Data Documentation

- (NSString*) _table [protected]

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