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

#import <ZIMSqlShowGrantsStatement.h>

Inheritance diagram for ZIMSqlShowGrantsStatement:
<ZIMSqlStatement>

List of all members.

Public Member Functions

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

Protected Attributes

NSDictionary * _plist
NSString_dataSource

Detailed Description

Discussion:
This class represents an SQL show grants statement.
Updated:
2011-11-05
See also:
http://dev.mysql.com/doc/refman/5.6/en/show-grants.html

Member Function Documentation

- (void) forGrantee: (NSString *)  dataSource
Signature:
forGrantee:
Discussion:
This method will set the data source account to be used.
Parameters:
dataSourceThe data source account that will be utilized to generate the SQL statement.
Updated:
2011-11-05
- (instancetype) init [implementation]
- (NSString *) statement
Signature:
statement
Discussion:
This method will return the SQL statement.
Returns:
The SQL statement that was constructed.
Updated:
2011-11-05
See also:
http://stackoverflow.com/questions/8017633/how-can-i-query-a-list-of-values-into-a-column-of-rows-using-sqlite

Reimplemented from <ZIMSqlStatement>.


Member Data Documentation

- (NSString*) _dataSource [protected]
- (NSDictionary*) _plist [protected]

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