public final class IndexMetaDataLoader extends Object
| Constructor and Description |
|---|
IndexMetaDataLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<IndexMetaData> |
load(Connection connection,
String table)
Load index meta data list.
|
public static Collection<IndexMetaData> load(Connection connection, String table) throws SQLException
connection - connectiontable - table nameSQLException - SQL exceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.