Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstraintColumns ¶
type OrderedTablesResult ¶
func GetTablesOrderedByDependency ¶
func GetTablesOrderedByDependency(dependencyMap map[string][]string) (*OrderedTablesResult, error)
type RunConfig ¶
type RunConfig struct {
Table string // schema.table
Columns []string
DependsOn []*DependsOn
RunType RunType
PrimaryKeys []string
WhereClause *string
}
func GetRunConfigs ¶
type TableColumn ¶
Click to show internal directories.
Click to hide internal directories.