Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DB *sql.DB Debug = false )
Functions ¶
func RegisterFlags ¶
Types ¶
type ColumnInfo ¶
type TableInfo ¶
type TableInfo struct {
Name string
KeyColumns []ColumnInfo
DataColumns []ColumnInfo
}
func (*TableInfo) OverrideKeyColumns ¶
Click to show internal directories.
Click to hide internal directories.