[jOOQ/jOOQ#7965] Table can also be a view

This commit is contained in:
Lukas Eder 2021-12-17 13:29:27 +01:00
parent 08114dfb48
commit 8a0be09c61

View File

@ -97,7 +97,7 @@ import org.jetbrains.annotations.Nullable;
* different types of tables, including:
* <p>
* <ul>
* <li>Generated table references</li>
* <li>Generated table or view references</li>
* <li>Plain SQL tables created with {@link DSL#table(String)}</li>
* <li>Table references created with {@link DSL#table(Name)}</li>
* <li>Derived tables created with {@link DSL#table(Select)}</li>