SQLBuilderListExtension extension

on

Properties

isValidOrder bool
no setter

Methods

bestOrder() → void
Sorts the SQLs in the best execution order, to avoid reference issues.
getCreateTable(String table) CreateTableSQL?
invalidSQLsOrder() Map<SQLBuilder, List<SQLBuilder>>
sortByName() → void
Sorts the SQLs by table name.
toGraph() → Graph<SQLBuilder>
Converts this SQLBuilder list to a Graph.
toHierarchicalOrder({bool verbose = false}) List<SQLBuilder>
Returns the SQLs in hierarchical order, respecting the dependencies of each SQLBuilder. See toGraph.