org.odata4j.producer.jdbc
Class JdbcGetMetadataCommand

java.lang.Object
  extended by org.odata4j.producer.jdbc.JdbcGetMetadataCommand
All Implemented Interfaces:
Command<GetMetadataCommandContext>

public class JdbcGetMetadataCommand
extends Object
implements Command<GetMetadataCommandContext>


Constructor Summary
JdbcGetMetadataCommand()
           
 
Method Summary
 void cleanupModel(JdbcModel model)
           
 CommandResult execute(GetMetadataCommandContext context)
           
 JdbcModel generateModel(JdbcProducerCommandContext jdbcContext)
           
 JdbcMetadataMapping modelToMapping(JdbcProducerCommandContext jdbcContext, JdbcModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcGetMetadataCommand

public JdbcGetMetadataCommand()
Method Detail

cleanupModel

public void cleanupModel(JdbcModel model)

execute

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

generateModel

public JdbcModel generateModel(JdbcProducerCommandContext jdbcContext)

modelToMapping

public JdbcMetadataMapping modelToMapping(JdbcProducerCommandContext jdbcContext,
                                          JdbcModel model)


http://odata4j.org