| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectQuery<R> | SelectFinalStep. getQuery()Get the underlying  Querythat is being constructed. | 
| SelectQuery<Record> | DSLContext. selectQuery()Create a new  SelectQuery | 
| <R extends Record>  | DSLContext. selectQuery(TableLike<R> table)Create a new  SelectQuery | 
Copyright © 2013. All Rights Reserved.