[jOOQ/jOOQ#14106] Support default values of PL/SQL RECORD types
This includes: - Support for default values in flat records This does not include: - %ROWTYPE records (which don't inherit defaults) - Tables, varrays, and associative arrays of records
This commit is contained in:
parent
359ef49ad6
commit
35fb3973e6
@ -151,6 +151,7 @@ import org.jooq.Results;
|
||||
import org.jooq.Routine;
|
||||
import org.jooq.SQLDialect;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.UDT;
|
||||
import org.jooq.UDTField;
|
||||
import org.jooq.UDTRecord;
|
||||
@ -1472,6 +1473,14 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user