PATH |
EOSQLExpression
Inherits from: Object
Package: com.webobjects.eoaccess
Class Description
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.
Method Types
Constructors EOSQLExpressionFactory
Constructors
EOSQLExpressionFactory
EOSQLExpressionFactory(EOAdaptor adaptor)
Instance Methods
createExpression
public EOSQLExpression createExpression()
deleteStatementWithQualifier
public EOSQLExpression deleteStatementWithQualifier(EOQualifier qualifier, EOEntity entity)
expressionClass
public Class expressionClass()
expressionForEntity
public EOSQLExpression expressionForEntity(EOEntity entity)
expressionForString
public EOSQLExpression expressionForString(String astring)
insertStatementForRow
public EOSQLExpression insertStatementForRow(NSDictionary row, EOEntity entity)
selectStatementForAttributes
public EOSQLExpression selectStatementForAttributes( NSArray attributes, boolean aboolean, EOFetchSpecification fetchSpec, EOEntity entity)
updateStatementForRow
public EOSQLExpression updateStatementForRow(NSDictionary row, EOQualifier qualifier, EOEntity entity)
© 2001 Apple Computer, Inc. (Last Published April 13, 2001)