Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildSelectQueryMap ¶
func BuildSelectQueryMap( driver string, tableDependencies map[string][]*sqlmanager_shared.ForeignConstraint, runConfigs []*tabledependency.RunConfig, subsetByForeignKeyConstraints bool, groupedColumnInfo map[string]map[string]*sqlmanager_shared.ColumnInfo, ) (map[string]map[tabledependency.RunType]string, error)
returns map of schema.table -> select query
Types ¶
type SubsetColumnConstraint ¶
type SubsetColumnConstraint struct { Columns []string NotNullable []bool ForeignKey *SubsetReferenceKey }
type SubsetReferenceKey ¶
Click to show internal directories.
Click to hide internal directories.