public interface Dependencies
A representation of the object dependencies between the various objects in a
 
Meta object collection.
 
 Unqualified table references are looked up using
 Settings.getInterpreterSearchPath().
 
This is a commercial jOOQ edition only feature.
- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescriptionviewTables(Table<?> view) The direct table dependencies of a view.viewTablesTransitive(Table<?> view) The and transitive table dependencies of a view.
- 
Method Details- 
viewTablesThe direct table dependencies of a view.
- 
viewTablesTransitiveThe and transitive table dependencies of a view.
 
-