mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
@@ -19,7 +19,7 @@ type MetaData interface {
|
||||
GetDbNames() ([]string, error)
|
||||
|
||||
// 获取表信息
|
||||
GetTables() ([]Table, error)
|
||||
GetTables(tableNames ...string) ([]Table, error)
|
||||
|
||||
// 获取指定表名的所有列元信息
|
||||
GetColumns(tableNames ...string) ([]Column, error)
|
||||
|
||||
Reference in New Issue
Block a user