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

#import <ZIMSqlShowTablesStatement.h>

Inheritance diagram for ZIMSqlShowTablesStatement:
<ZIMSqlStatement>

List of all members.

Public Member Functions

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

Protected Attributes

NSString_from
NSString_like

Detailed Description

Discussion:
This class represents an SQL show tables statement.
Updated:
2011-08-13
See also:
http://dev.mysql.com/doc/refman/5.0/en/show-tables.html
http://venublog.com/2010/02/03/show-temporary-tables/
http://www.sqlite.org/faq.html#q7

Member Function Documentation

- (instancetype) init [implementation]
- (void) like: (NSString *)  value
Signature:
like:
Discussion:
This method will constrain the query to only those tables that match the specified value.
Parameters:
valueThe value to be compared against.
Updated:
2011-08-12
- (void) show: (NSString *)  type
Signature:
show:
Discussion:
This method can be used to designate the type of tables to be shown.
Parameters:
typeThe type of tables to be shown.
Updated:
2012-03-24
- (NSString *) statement
Signature:
statement
Discussion:
This method will return the SQL statement.
Returns:
The SQL statement that was constructed.
Updated:
2011-11-03
See also:
http://www.sqlite.org/lang_createtable.html

Reimplemented from <ZIMSqlStatement>.


Member Data Documentation

- (NSString*) _from [protected]
- (NSString*) _like [protected]

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