Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
SelectDistinctOnStep<R extends Record>
|
interface |
SelectSelectStep<R extends Record>
|
Modifier and Type | Method and Description |
---|---|
SelectIntoStep<R> |
SelectDistinctOnStep.distinctOn(Collection<? extends SelectField<?>> fields)
Add the PostgreSQL-specific
ON(...) |
SelectIntoStep<R> |
SelectDistinctOnStep.distinctOn(SelectField<?>... fields)
Add the PostgreSQL-specific
ON(...) |
SelectIntoStep<Record> |
SelectIntoStep.into(Table<?> table)
Add an
INTO clause to the SELECT statement. |
SelectIntoStep<R> |
SelectDistinctOnStep.on(Collection<? extends SelectField<?>> fields)
Add the PostgreSQL-specific
ON(...) |
SelectIntoStep<R> |
SelectDistinctOnStep.on(SelectField<?>... fields)
Add the PostgreSQL-specific
ON(...) |
Copyright © 2016. All Rights Reserved.