| 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(java.util.Collection<? extends Field<?>> fields)
Add the PostgreSQL-specific  
ON(...) | 
SelectIntoStep<R> | 
SelectDistinctOnStep.distinctOn(Field<?>... fields)
Add the PostgreSQL-specific  
ON(...) | 
SelectIntoStep<Record> | 
SelectIntoStep.into(Table<?> table)
Add an  
INTO clause to the SELECT statement. | 
SelectIntoStep<R> | 
SelectDistinctOnStep.on(java.util.Collection<? extends Field<?>> fields)
Add the PostgreSQL-specific  
ON(...) | 
SelectIntoStep<R> | 
SelectDistinctOnStep.on(Field<?>... fields)
Add the PostgreSQL-specific  
ON(...) | 
Copyright © 2015. All Rights Reserved.