Documentation
¶
Index ¶
- type Column
- type ForeignKey
- type MySQL
- func (m MySQL) Columns(ctx context.Context, schema, table string) (<-chan generator.Column, <-chan error)
- func (MySQL) DBTypesToPaths() map[string][2]string
- func (m MySQL) ForeignKeys(ctx context.Context, schema, table string) (<-chan generator.ForeignKey, <-chan error)
- func (m MySQL) Tables(ctx context.Context, schema string) (<-chan string, <-chan error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
// contains filtered or unexported fields
}
func (*Column) Type ¶
func (c *Column) Type() *sql.ColumnType
type ForeignKey ¶
type ForeignKey struct {
// contains filtered or unexported fields
}
func (*ForeignKey) Name ¶
func (c *ForeignKey) Name() string
Click to show internal directories.
Click to hide internal directories.