#import <ZIMSqlDropIndexStatement.h>
List of all members.
Detailed Description
- Discussion:
- This class represents an SQL drop index statement.
- Updated:
- 2012-03-18
- See also:
- http://www.sqlite.org/lang_dropindex.html
Member Function Documentation
- Signature:
- index:
- Discussion:
- This method will set the index used in the SQL statement.
- Parameters:
-
index | The index that will be used in the SQL statement. |
- Updated:
- 2011-03-18
- (void) index: |
|
(NSString *) |
index |
exists: |
|
(BOOL) |
exists |
|
|
| |
- Signature:
- index:exists:
- Discussion:
- This method will set the index used in the SQL statement.
- Parameters:
-
index | The index that will be used in the SQL statement. |
exists | This will determine whether the "IF EXISTS" keywords should added. |
- Updated:
- 2011-10-30
- Signature:
- init
- Discussion:
- This method initializes the class.
- Returns:
- An instance of this class.
- Updated:
- 2012-03-20
- (instancetype) initWithXmlSchema: |
|
(NSData *) |
xml |
error: |
|
(NSError **) |
error |
|
|
| |
- Signature:
- initWithXmlSchema:error:
- Discussion:
- This method initializes the class via an XML file following Ziminji's "XML to DDL" schema.
- Parameters:
-
xml | The UTF-8 encoded string of XML. |
error | Used when an error occurs while processing the XML data. May be NULL. |
- Returns:
- An instance of this class.
- Updated:
- 2011-10-19
- See also:
- http://db.apache.org/ddlutils/
-
http://db.apache.org/ddlutils/schema/
- (void) parser: |
|
(NSXMLParser *) |
parser |
didEndElement: |
|
(NSString *) |
element |
namespaceURI: |
|
(NSString *) |
namespaceURI |
qualifiedName: |
|
(NSString *) |
qualifiedName |
|
|
| [implementation] |
- (void) parser: |
|
(NSXMLParser *) |
parser |
didStartElement: |
|
(NSString *) |
element |
namespaceURI: |
|
(NSString *) |
namespaceURI |
qualifiedName: |
|
(NSString *) |
qualifiedName |
attributes: |
|
(NSDictionary *) |
attributes |
|
|
| [implementation] |
- (void) parser: |
|
(NSXMLParser *) |
parser |
parseErrorOccurred: |
|
(NSError *) |
error |
|
|
| [implementation] |
- Signature:
- statement
- Discussion:
- This method will return the SQL statement.
- Returns:
- The SQL statement that was constructed.
- Updated:
- 2011-10-19
Reimplemented from <ZIMSqlStatement>.
Member Data Documentation
- (NSError*) _error [protected] |
- (NSMutableArray*) _stack [protected] |
The documentation for this class was generated from the following files: