Package | Description |
---|---|
cn.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.getTables(DataSource ds,
String schema,
String tableName,
TableType... types)
获得所有表名
|
static List<String> |
MetaUtil.getTables(DataSource ds,
String schema,
TableType... types)
获得所有表名
|
static List<String> |
MetaUtil.getTables(DataSource ds,
TableType... types)
获得所有表名
|
Copyright © 2024. All rights reserved.