PATH |
Inherits from: Object
Package: com.webobjects.eoaccess
This class has been introduced to create instances of EOSQLExpressions. Very little of the API is new. Rather, most of it was moved EOSQLExpressionFactory from EOSQLExpression. The API is essentially the same except that in 4.5, the methods were static methods. In 5.0 the methods on EOSQLExpressionFactory are instance methods.
Constructors EOSQLExpressionFactory
EOSQLExpressionFactory(EOAdaptor adaptor)
public EOSQLExpression createExpression()
public EOSQLExpression deleteStatementWithQualifier(EOQualifier qualifier, EOEntity entity)
public Class expressionClass()
public EOSQLExpression expressionForEntity(EOEntity entity)
public EOSQLExpression expressionForString(String astring)
public EOSQLExpression insertStatementForRow(NSDictionary row, EOEntity entity)
public EOSQLExpression selectStatementForAttributes( NSArray attributes, boolean aboolean, EOFetchSpecification fetchSpec, EOEntity entity)
public EOSQLExpression updateStatementForRow(NSDictionary row, EOQualifier qualifier, EOEntity entity)
© 2001 Apple Computer, Inc. (Last Published April 13, 2001)