Package | Description |
---|---|
cn.hutool.db.meta |
JDBC数据表元数据信息封装,包括表结构、列信息的封装,入口为MetaUtil
|
Modifier and Type | Method and Description |
---|---|
JdbcType |
Column.getTypeEnum()
获取字段类型的枚举
|
static JdbcType |
JdbcType.valueOf(int code)
通过
Types 中对应int值找到enum值 |
static JdbcType |
JdbcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcType[] |
JdbcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.