Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
FieldOrdinal int
Name string
DataType string
NotNull bool
Comment *string
DefaultValue *string
IsPrimaryKey bool
}
Column struct
type ForeignKey ¶
type ForeignKey struct {
Name string
FullName string
DataType string
RefIndexName string
RefTableName string
RefColumnName string
KeyID int
SeqNo int
OnUpdate string
OnDelete string
Match string
}
ForeignKey struct
type Index ¶
type Index struct {
Name string
IsUnique bool
IsPrimary bool
SeqNo int
Origin string
IsPartial bool
}
Index struct
type IndexColumn ¶
IndexColumn struct
Click to show internal directories.
Click to hide internal directories.