com.webobjects.jdbcadaptor
Class JDBCExpressionFactory
java.lang.Object
  |
  +--com.webobjects.eoaccess.EOSQLExpressionFactory
        |
        +--com.webobjects.jdbcadaptor.JDBCExpressionFactory
- public class JDBCExpressionFactory
- extends EOSQLExpressionFactory
  
The expression factory for the JDBCAdaptor.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JDBCExpressionFactory
public JDBCExpressionFactory(EOAdaptor adaptor)
createExpression
public EOSQLExpression createExpression(EOEntity entity)
- Description copied from class: 
EOSQLExpressionFactory 
- Creates a new instance of the factory's EOSQLExpression class and assigns the parameter 
entity to that expression.
- Overrides:
 createExpression in class EOSQLExpressionFactory
 
- Parameters:
 entity - the EOEntity to which the EOSQLExpression is assigned
- Returns:
 - The EOSQLExpression created
 
 
 
Copyright © 2003 Apple Computer, Inc.