|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableInfo | |
|---|---|
| com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
| Uses of TableInfo in com.sibvisions.rad.persist.jdbc |
|---|
| Fields in com.sibvisions.rad.persist.jdbc declared as TableInfo | |
|---|---|
static TableInfo |
DBAccess.TABLEINFO_NULL
Constant for column meta data are null. |
| Methods in com.sibvisions.rad.persist.jdbc that return TableInfo | |
|---|---|
TableInfo |
DBAccess.getTableInfo(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
DerbyDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
SQLiteDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
DB2DBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
PostgreSQLDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
DBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
HanaDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
MySQLDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
MSSQLDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
protected TableInfo |
AbstractOracleDBAccess.getTableInfoIntern(String pWriteBackTable)
Returns the meta data information for the specified query, and configures all columns with defaults. |
| Methods in com.sibvisions.rad.persist.jdbc that return types with arguments of type TableInfo | |
|---|---|
static Hashtable<String,TableInfo> |
DBAccess.getTableInfoCache(String pIdentifier)
Gets the TableInfo cache for a given identifier. |
| Method parameters in com.sibvisions.rad.persist.jdbc with type arguments of type TableInfo | |
|---|---|
static void |
DBAccess.setTableInfoCache(String pIdentifier,
Hashtable<String,TableInfo> pTableInfoCache)
Sets the TableInfo cache for a given identifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||