Class | Description |
---|---|
Column |
数据库表的列信息
|
ColumnIndexInfo |
索引中的列信息
|
IndexInfo | |
MetaUtil |
数据库元数据信息工具类
需要注意的是,此工具类在某些数据库(比如Oracle)下无效,此时需要手动在数据库配置中增加:
remarks = true
useInformationSchema = true
|
Table |
数据库表信息
|
Enum | Description |
---|---|
JdbcType |
JDBC中字段类型枚举
|
TableType |
元信息中表的类型
|
Copyright © 2024. All rights reserved.