public class

JdbcGetEntityCommand

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

Summary

Public Constructors
JdbcGetEntityCommand()
Public Methods
CommandResult execute(GetEntityCommandContext 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 JdbcGetEntityCommand ()

Public Methods

public CommandResult execute (GetEntityCommandContext context)

Parameters
context
Throws
Exception