org.odata4j.producer.jdbc
Class JdbcBaseCommand

java.lang.Object
  extended by org.odata4j.producer.jdbc.JdbcBaseCommand
Direct Known Subclasses:
JdbcDeleteEntityCommand, JdbcGetEntitiesCommand, JdbcGetEntityCommand

public class JdbcBaseCommand
extends Object


Constructor Summary
JdbcBaseCommand()
           
 
Method Summary
protected  BoolCommonExpression prependPrimaryKeyFilter(JdbcMetadataMapping mapping, EdmEntityType entityType, OEntityKey entityKey, BoolCommonExpression filter)
           
protected  OEntity toOEntity(JdbcMetadataMapping mapping, EdmEntitySet entitySet, ResultSet results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcBaseCommand

public JdbcBaseCommand()
Method Detail

prependPrimaryKeyFilter

protected BoolCommonExpression prependPrimaryKeyFilter(JdbcMetadataMapping mapping,
                                                       EdmEntityType entityType,
                                                       OEntityKey entityKey,
                                                       BoolCommonExpression filter)

toOEntity

protected OEntity toOEntity(JdbcMetadataMapping mapping,
                            EdmEntitySet entitySet,
                            ResultSet results)
                     throws SQLException
Throws:
SQLException


http://odata4j.org