mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-30 03:01:26 +08:00
支持tdengine
This commit is contained in:
@@ -3,7 +3,5 @@ package driver
|
||||
type DbMetadata interface {
|
||||
GetTables() []map[string]interface{}
|
||||
GetColumns(tableNames ...string) []map[string]interface{}
|
||||
GetPrimaryKey(tableName string) string
|
||||
GetTableInfos() []map[string]interface{}
|
||||
GetTableRecord(tableName string, pageNum, pageSize int) ([]string, []map[string]interface{}, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user