Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
DbName string
GoName string
DbType string
GoType string //may be NULL
GoTypeReal string
Size string
AutoIncrement bool
NotNull bool
Unsigned bool
}
func (*Column) IsUniqueIndex ¶
type Generator ¶
type Generator struct {
Namespace string
DbName string
TableList []*Table
// contains filtered or unexported fields
}
func NewGenerator ¶
func NewGenerator() *Generator
type Table ¶
type UnionIndex ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.