mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
add comment
This commit is contained in:
parent
58355265ff
commit
81439c04a2
@ -173,7 +173,12 @@ public class MetaUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获得表的元信息
|
||||
* 获得表的元信息<br>
|
||||
* 注意如果需要获取注释,某些数据库如MySQL,需要在配置中添加:
|
||||
* <pre>
|
||||
* remarks = true
|
||||
* useInformationSchema = true
|
||||
* </pre>
|
||||
*
|
||||
* @param ds 数据源
|
||||
* @param tableName 表名
|
||||
|
Loading…
x
Reference in New Issue
Block a user