@LoadLevel(name="oracle") public class OracleTableMetaCache extends AbstractTableMetaCache
| 构造器和说明 |
|---|
OracleTableMetaCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected TableMeta |
fetchSchema(Connection connection,
String tableName)
get scheme from datasource and tableName
|
protected String |
getCacheKey(Connection connection,
String tableName,
String resourceId)
generate cache key
|
getTableMeta, refreshprotected String getCacheKey(Connection connection, String tableName, String resourceId)
AbstractTableMetaCachegetCacheKey 在类中 AbstractTableMetaCacheconnection - the connectiontableName - the table nameresourceId - the resource idprotected TableMeta fetchSchema(Connection connection, String tableName) throws SQLException
AbstractTableMetaCachefetchSchema 在类中 AbstractTableMetaCacheconnection - the connectiontableName - the table nameSQLException - the sql exceptionCopyright © 2022 Seata. All rights reserved.