Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type ColumnNode ¶
type ColumnNode struct {
Column Column
}
func (*ColumnNode) Err ¶
func (cn *ColumnNode) Err() error
type DatabaseNode ¶
type DatabaseNode struct {
SchemaNodes []SchemaNode
ExtensionNodes []ExtensionNode
}
func (*DatabaseNode) Err ¶
func (dn *DatabaseNode) Err() error
type ExtensionNode ¶
type ExtensionNode struct {
Extension Extension
}
type SchemaNode ¶
func (*SchemaNode) Err ¶
func (sn *SchemaNode) Err() error
Click to show internal directories.
Click to hide internal directories.