#import <ZIMSqlShowViewsStatement.h>
List of all members.
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] |
- Signature:
- like:
- Discussion:
- This method will constrain the query to only those views that match the specified value.
- Parameters:
-
value | The value to be compared against. |
- Updated:
- 2011-11-04
- Signature:
- show:
- Discussion:
- This method can be used to designate the type of views to be shown.
- Parameters:
-
type | The type of views 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-04
Reimplemented from <ZIMSqlStatement>.
Member Data Documentation
The documentation for this class was generated from the following files: