org.odata4j.producer.jdbc
Class JdbcModel.JdbcTable

java.lang.Object
  extended by org.odata4j.producer.jdbc.JdbcModel.JdbcTable
Enclosing class:
JdbcModel

public static class JdbcModel.JdbcTable
extends Object


Field Summary
 List<JdbcModel.JdbcColumn> columns
           
 List<JdbcModel.JdbcPrimaryKey> primaryKeys
           
 String tableName
           
 String tableType
           
 
Constructor Summary
JdbcModel.JdbcTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columns

public final List<JdbcModel.JdbcColumn> columns

primaryKeys

public final List<JdbcModel.JdbcPrimaryKey> primaryKeys

tableName

public String tableName

tableType

public String tableType
Constructor Detail

JdbcModel.JdbcTable

public JdbcModel.JdbcTable()


http://odata4j.org