This package contains jOOQ's public API.
-
interface
A step in the construction of the CREATE TABLE
statement.
interface
A step in the construction of the CREATE TABLE
statement.
interface
A step in the construction of the CREATE TABLE
statement.
interface
A step in the construction of the CREATE TABLE
statement.
Add the ON COMMIT DELETE ROWS
clause to the CREATE TABLE
statement.
Add the ON COMMIT DROP
clause to the CREATE TABLE
statement.
Add the ON COMMIT PRESERVE ROWS
clause to the CREATE TABLE
statement.