Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Characters ¶ added in v3.2.15
Types ¶
type Column ¶ added in v3.2.15
type Column struct {
ColumnName string `db:"COLUMN_NAME"`
IsNullable string `db:"IS_NULLABLE"`
DataType string `db:"DATA_TYPE"`
ColumnKey string `db:"COLUMN_KEY"`
ColumnComment string `db:"COLUMN_COMMENT"`
}
Column ...
Click to show internal directories.
Click to hide internal directories.