Uses of Class
org.odata4j.command.CommandResult

Packages that use CommandResult
org.odata4j.command   
org.odata4j.producer.jdbc   
 

Uses of CommandResult in org.odata4j.command
 

Methods in org.odata4j.command that return CommandResult
 CommandResult Command.execute(TContext context)
           
 CommandResult ChainCommand.execute(TContext context)
           
static CommandResult CommandResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandResult[] CommandResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CommandResult in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc that return CommandResult
 CommandResult NoopCommand.execute(CommandContext context)
           
 CommandResult JdbcCreateEntityCommand.execute(CreateEntityCommandContext context)
           
 CommandResult JdbcDeleteEntityCommand.execute(DeleteEntityCommandContext context)
           
 CommandResult JdbcGetEntitiesCommand.execute(GetEntitiesCommandContext context)
           
 CommandResult JdbcGetEntityCommand.execute(GetEntityCommandContext context)
           
 CommandResult JdbcGetMetadataCommand.execute(GetMetadataCommandContext context)
           
 CommandResult LoggingCommand.execute(ProducerCommandContext<?> context)
           
 



http://odata4j.org