Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Qualifier string Name string Alias string Type ColumnType }
func (*Column) QualifiedName ¶
type Relation ¶
type Relation struct { Name string Type RelationType Source string Columns []*Column }
func (*Relation) ColumnsMap ¶
Click to show internal directories.
Click to hide internal directories.