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 Summary
Modifier and TypeMethodDescriptionviewTables(Table<?> view) The direct table dependencies of a view.viewTablesTransitive(Table<?> view) The and transitive table dependencies of a view.
-
Method Details
-
viewTables
The direct table dependencies of a view. -
viewTablesTransitive
The and transitive table dependencies of a view.
-