This package contains jOOQ's public API.
-
interface
This type is used for the
Select
's DSL API when selecting generic
Record
types.
interface
This type is used for the
Select
's DSL API when selecting generic
Record
types.
interface
This type is used for the
Select
's DSL API when selecting generic
Record
types.
Add an Oracle-style hint to the preceding select clause.
Add a PL/SQL style INTO
clause to the SELECT
statement to assign the projection of a single row SELECT
statement to local variables in a procedural context.
Add a T-SQL style INTO
clause to the SELECT
statement to create a new table from a SELECT
statement.
Add a PL/SQL style INTO
clause to the SELECT
statement to assign the projection of a single row SELECT
statement to local variables in a procedural context.