Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnInfo ¶
type ColumnInfo struct {
Name string
Type string
IsNullable bool
DefaultValue string
Comment string
IsPrimaryKey bool
IsAutoIncr bool
}
ColumnInfo 列信息
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
Database 数据库连接管理器
func (*Database) GetTableInfo ¶
GetTableInfo 获取表结构信息
Click to show internal directories.
Click to hide internal directories.