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

#import <ZIMSqlShowColumnsStatement.h>

Inheritance diagram for ZIMSqlShowColumnsStatement:
<ZIMSqlStatement>

List of all members.

Public Member Functions

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

Protected Attributes

NSString_table

Detailed Description

Discussion:
This class represents an SQL show columns statement.
Updated:
2011-07-31
See also:
http://dev.mysql.com/doc/refman/5.0/en/show-columns.html
http://stackoverflow.mobi/question763516_information-schema-columns-on-sqlite.aspx
http://www.sqlite.org/pragma.html

Member Function Documentation

- (void) from: (NSString *)  table
Signature:
from:
Discussion:
This method will set the name of the table in the from clause.
Parameters:
tableThe name of table to used in the clause.
Updated:
2011-07-31
- (instancetype) init [implementation]
- (NSString *) statement
Signature:
statement
Discussion:
This method will return the SQL statement.
Returns:
The SQL statement that was constructed.
Updated:
2011-07-31

Reimplemented from <ZIMSqlStatement>.


Member Data Documentation

- (NSString*) _table [protected]

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