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

#import <ZIMSqlShowTriggersStatement.h>

Inheritance diagram for ZIMSqlShowTriggersStatement:
<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 triggers statement.
Updated:
2011-08-13
See also:
http://dev.mysql.com/doc/refman/5.0/en/show-triggers.html

Member Function Documentation

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

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