net.wotonomy.jdbcadaptor
Class JDBCExpressionFactory

java.lang.Object
  extended by net.wotonomy.access.EOSQLExpressionFactory
      extended by net.wotonomy.jdbcadaptor.JDBCExpressionFactory

public class JDBCExpressionFactory
extends net.wotonomy.access.EOSQLExpressionFactory

Concrete implementation of EOSQLExpressionFactory for use with JDBC.

Version:
$Revision: 903 $
Author:
ezamudio@nasoft.com, $Author: cgruber $

Field Summary
protected  net.wotonomy.foundation.NSDictionary _jdbcInfo
           
 
Fields inherited from class net.wotonomy.access.EOSQLExpressionFactory
_adaptor, _expressionClass
 
Constructor Summary
JDBCExpressionFactory(net.wotonomy.access.EOAdaptor adaptor)
          Creates a new instance.
 
Method Summary
 net.wotonomy.access.EOSQLExpression createExpression(net.wotonomy.access.EOEntity entity)
           
 
Methods inherited from class net.wotonomy.access.EOSQLExpressionFactory
adaptor, deleteStatementWithQualifier, expressionClass, expressionForEntity, expressionForString, insertStatementForRow, selectStatementForAttributes, updateStatementForRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_jdbcInfo

protected net.wotonomy.foundation.NSDictionary _jdbcInfo
Constructor Detail

JDBCExpressionFactory

public JDBCExpressionFactory(net.wotonomy.access.EOAdaptor adaptor)
Creates a new instance.

Parameters:
adaptor - The adaptor for this factory.
Method Detail

createExpression

public net.wotonomy.access.EOSQLExpression createExpression(net.wotonomy.access.EOEntity entity)
Overrides:
createExpression in class net.wotonomy.access.EOSQLExpressionFactory


Copyright © 2006 null. All Rights Reserved.