|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EOQualifierSQLGeneration
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 |
---|
String sqlStringForSQLExpression(EOSQLExpression sqlExpression)
sqlExpression
- the EOSQLExpression object to be converted into text
EOQualifier schemaBasedQualifierWithRootEntity(EOEntity entity)
entity
- the source entity
EOQualifier qualifierMigratedFromEntityRelationshipPath(EOEntity entity, String relationshipPath)
relationshipPath
.
entity
- the source entityrelationshipPath
- the migration relationship path
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |