Changed Methods |
String assembleInsertStatementWithRow(NSDictionary, String, String, String)
|
Method was locally defined, but is now inherited from EOSQLExpression.
|
This method is invoked from prepareInsertExpressionWithRow to return an SQL INSERT statement. |
String assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String)
|
Method was locally defined, but is now inherited from EOSQLExpression.
|
This method is invoked from prepareUpdateExpressionWithRow to return an SQL UPDATE statement. |
NSMutableDictionary bindVariableDictionaryForAttribute(EOAttribute, Object)
|
Method was locally defined, but is now inherited from JDBCExpression.
|
|
void prepareInsertExpressionWithRow(NSDictionary )
|
Method was locally defined, but is now inherited from EOSQLExpression.
|
Generates an INSERT statement. |
void prepareUpdateExpressionWithRow(NSDictionary, EOQualifier)
|
Method was locally defined, but is now inherited from EOSQLExpression.
|
Generates an UPDATE statement. |
String sqlStringForCaseInsensitiveLike(String, String)
|
Method was locally defined, but is now inherited from EOSQLExpression.
|
Overridden by subclasses to return a case insensitive comparison of valueString and keyString . |