#import <ZIMSqlShowTriggersStatement.h>
List of all members.
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] |
- Signature:
- like:
- Discussion:
- This method will constrain the query to only those triggers that match the specified value.
- Parameters:
-
value | The value to be compared against. |
- Updated:
- 2011-08-13
- Signature:
- show:
- Discussion:
- This method can be used to designate the type of triggers to be shown.
- Parameters:
-
type | The type of triggers to be shown. |
- Updated:
- 2012-03-24
- 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
The documentation for this class was generated from the following files: