public class

JdbcGetEntitiesCommand

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

Summary

Public Constructors
JdbcGetEntitiesCommand()
Public Methods
CommandResult execute(GetEntitiesCommandContext 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 JdbcGetEntitiesCommand ()

Public Methods

public CommandResult execute (GetEntitiesCommandContext context)

Parameters
context
Throws
Exception