|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All qualifiers that can be used to generate SQL queries implement this interface.
EOFetchSpecification.setHints(NSDictionary hints)
,
EOAdaptorChannel.evaluateExpression(EOSQLExpression expression)
,
EOQualifier
,
EOSQLQualifier
Nested Class Summary | |
static class |
EOQualifierSQLGeneration.Support
The abstract EOQualifierSQLGeneration.Support class provides basic functionality to subclasses that implement the EOQualifierSQLGeneration interface for specific qualifier types. |
Method Summary | |
EOQualifier |
qualifierMigratedFromEntityRelationshipPath(EOEntity entity,
String relationshipPath)
Creates a new EOQualifier by moving the qualifier from the source entity to the destination of the relationship path. |
EOQualifier |
schemaBasedQualifierWithRootEntity(EOEntity entity)
Returns an equivalent EOQualifier with object references replaced by foreign key references. |
String |
sqlStringForSQLExpression(EOSQLExpression sqlExpression)
Returns the SQL text that is represented by the EOSQLExpression object. |
Method Detail |
public EOQualifier qualifierMigratedFromEntityRelationshipPath(EOEntity entity, String relationshipPath)
relationshipPath
.
entity
- the source entityrelationshipPath
- the migration relationship path
public EOQualifier schemaBasedQualifierWithRootEntity(EOEntity entity)
entity
- the source entity
public String sqlStringForSQLExpression(EOSQLExpression sqlExpression)
sqlExpression
- the EOSQLExpression object to be converted into text
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |