@LoadLevel(name="dm") public class DmTableMetaCache extends OracleTableMetaCache
| Modifier and Type | Class and Description |
|---|---|
static class |
DmTableMetaCache.TableNameMeta |
| Constructor and Description |
|---|
DmTableMetaCache() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processColumns(TableMeta tableMeta,
ResultSet rs) |
protected void |
processIndexes(TableMeta tableMeta,
ResultSet rs) |
protected void |
processPrimaries(TableMeta tableMeta,
ResultSet rs) |
protected TableMeta |
resultSetMetaToSchema(DatabaseMetaData dbmd,
String tableName) |
protected ColumnMeta |
toColumnMeta(ResultSet rs) |
protected IndexMeta |
toIndexMeta(ResultSet rs,
String indexName,
ColumnMeta columnMeta) |
protected DmTableMetaCache.TableNameMeta |
toTableNameMeta(String tableName,
String schemaFromConnection) |
fetchSchema, getCacheKeygetTableMeta, refreshprotected TableMeta resultSetMetaToSchema(DatabaseMetaData dbmd, String tableName) throws SQLException
resultSetMetaToSchema in class OracleTableMetaCacheSQLExceptionprotected DmTableMetaCache.TableNameMeta toTableNameMeta(String tableName, String schemaFromConnection)
protected void processColumns(TableMeta tableMeta, ResultSet rs) throws SQLException
SQLExceptionprotected void processIndexes(TableMeta tableMeta, ResultSet rs) throws SQLException
SQLExceptionprotected void processPrimaries(TableMeta tableMeta, ResultSet rs) throws SQLException
SQLExceptionprotected ColumnMeta toColumnMeta(ResultSet rs) throws SQLException
SQLExceptionprotected IndexMeta toIndexMeta(ResultSet rs, String indexName, ColumnMeta columnMeta) throws SQLException
SQLExceptionCopyright © 2024 Apache. All rights reserved.