#import <ZIMSqlExpression.h>
List of all members.
Detailed Description
- Discussion:
- This class handles the formatting of a SQL expression.
- Updated:
- 2012-03-14
Member Function Documentation
- Signature:
- expression
- Discussion:
- This method returns the wrapped SQL expression.
- Returns:
- The wrapped SQL expression.
- Updated:
- 2012-03-14
- (instancetype) initWithSqlExpression: |
|
(NSString *) |
sql |
|
- Signature:
- initWithSqlExpression:
- Discussion:
- This method initialize the class with the specified SQL expression.
- Parameters:
-
sql | The SQL expression to be wrapped. |
- Returns:
- An instance of this class.
- Updated:
- 2012-03-14
- Signature:
- prepareConnector:
- Discussion:
- This method will prepare an alias for an SQL statement.
- Parameters:
-
token | The token to be prepared. |
- Returns:
- The prepared token.
- Updated:
- 2012-03-24
- Signature:
- prepareConnector:
- Discussion:
- This method will prepare a connector for an SQL statement.
- Parameters:
-
token | The token to be prepared. |
- Returns:
- The prepared token.
- Updated:
- 2012-03-18
- Signature:
- prepareEnclosure:
- Discussion:
- This method will prepare an enclosure character for an SQL statement.
- Parameters:
-
token | The token to be prepared. |
- Returns:
- The prepared token.
- Updated:
- 2011-06-25
+ (NSString *) prepareIdentifier: |
|
(id) |
identifier |
|
- Signature:
- prepareIdentifier:
- Discussion:
- This method will prepare an identifier for an SQL statement.
- Parameters:
-
identifier | The identifier to be prepared. |
- Returns:
- The prepared identifier.
- Updated:
- 2012-03-19
- Signature:
- prepareJoinType:
- Discussion:
- This method will prepare a join type token for an SQL statement.
- Parameters:
-
token | The token to be prepared. |
- Returns:
- The prepared token.
- Updated:
- 2012-03-18
- Signature:
- prepareOperator:type
- Discussion:
- This method will prepare an operator for an SQL statement.
- Parameters:
-
operator | The operator to be prepared. |
type | The type of operator. |
- Returns:
- The prepared operator.
- Updated:
- 2012-03-18
+ (NSString *) prepareSortOrder: |
|
(BOOL) |
descending |
|
- Signature:
- prepareSortOrder:
- Discussion:
- This method will prepare a sort order token for an SQL statement.
- Parameters:
-
descending | This will determine whether the token represents a descending tkoen or an ascending token. |
- Returns:
- The prepared sort order token.
- Updated:
- 2011-07-02
- Signature:
- prepareSortWeight:
- Discussion:
- This method will prepare the sort weight for an SQL statement.
- Parameters:
-
weight | This indicates how nulls are to be weighed when comparing with non-nulls. |
- Returns:
- The prepared sort weight.
- Updated:
- 2011-11-06
- Signature:
- sql:
- Discussion:
- This method will wrap the SQL expression.
- Parameters:
-
sql | The SQL expression to be wrapped |
- Returns:
- The wrapped SQL expression.
- Updated:
- 2012-03-17
Member Data Documentation
The documentation for this class was generated from the following files: