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

#import <ZIMSqlShowViewsStatement.h>

Inheritance diagram for ZIMSqlShowViewsStatement:
<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 views statement.
Updated:
2011-11-04
See also:
http://marc.info/?l=sqlite-users&m=115928047209826

Member Function Documentation

- (instancetype) init [implementation]
- (void) like: (NSString *)  value
Signature:
like:
Discussion:
This method will constrain the query to only those views that match the specified value.
Parameters:
valueThe value to be compared against.
Updated:
2011-11-04
- (void) show: (NSString *)  type
Signature:
show:
Discussion:
This method can be used to designate the type of views to be shown.
Parameters:
typeThe type of views 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-04

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