public class

JdbcDeleteEntityCommand

extends JdbcBaseCommand
implements Command<TContext extends CommandContext>
java.lang.Object
   ↳ org.odata4j.producer.jdbc.JdbcBaseCommand
     ↳ org.odata4j.producer.jdbc.JdbcDeleteEntityCommand

Summary

Public Constructors
JdbcDeleteEntityCommand()
Public Methods
CommandResult execute(DeleteEntityCommandContext context)
[Expand]
Inherited Methods
From class org.odata4j.producer.jdbc.JdbcBaseCommand
From class java.lang.Object
From interface org.odata4j.command.Command

Public Constructors

public JdbcDeleteEntityCommand ()

Public Methods

public CommandResult execute (DeleteEntityCommandContext context)

Parameters
context
Throws
Exception