| Package | Description |
|---|---|
| org.dromara.hutool.db.meta |
JDBC数据表元数据信息封装,包括表结构、列信息的封装,入口为MetaUtil
|
| Modifier and Type | Method and Description |
|---|---|
static TableType |
TableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableType[] |
TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
MetaUtil.getTableNames(DataSource ds,
String catalog,
String schema,
String tableNamePattern,
TableType... types)
获得所有表名
|
static List<String> |
MetaUtil.getTableNames(DataSource ds,
String schema,
String tableNamePattern,
TableType... types)
获得所有表名
|
static List<String> |
MetaUtil.getTableNames(DataSource ds,
String schema,
TableType... types)
获得所有表名
|
static List<String> |
MetaUtil.getTableNames(DataSource ds,
TableType... types)
获得所有表名
|
List<String> |
DatabaseMetaDataWrapper.getTableNames(String tableNamePattern,
TableType... types)
获取符合指定模式的表名称列表。
|
Copyright © 2024. All rights reserved.