Uses of Class
com.sibvisions.rad.persist.jdbc.TableInfo

Packages that use TableInfo
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

Uses of TableInfo in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return TableInfo
 TableInfo DBAccess.getTableInfo(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo SQLiteDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo PostgreSQLDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo MySQLDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo MSSQLDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo HanaDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo DerbyDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo DBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo DB2DBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
protected  TableInfo AbstractOracleDBAccess.getTableInfoIntern(java.lang.String pWriteBackTable)
          Returns the meta data information for the specified query, and configures all columns with defaults.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.