org.odata4j.producer.jdbc
Class JdbcDeleteEntityCommand

java.lang.Object
  extended by org.odata4j.producer.jdbc.JdbcBaseCommand
      extended by org.odata4j.producer.jdbc.JdbcDeleteEntityCommand
All Implemented Interfaces:
Command<DeleteEntityCommandContext>

public class JdbcDeleteEntityCommand
extends JdbcBaseCommand
implements Command<DeleteEntityCommandContext>


Constructor Summary
JdbcDeleteEntityCommand()
           
 
Method Summary
 CommandResult execute(DeleteEntityCommandContext context)
           
 
Methods inherited from class org.odata4j.producer.jdbc.JdbcBaseCommand
prependPrimaryKeyFilter, toOEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcDeleteEntityCommand

public JdbcDeleteEntityCommand()
Method Detail

execute

public CommandResult execute(DeleteEntityCommandContext context)
                      throws Exception
Specified by:
execute in interface Command<DeleteEntityCommandContext>
Throws:
Exception


http://odata4j.org