Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
Cursor<R extends Record>
Cursors allow for lazy, sequential access to an underlying JDBC
ResultSet . |
interface |
Result<R extends Record>
A wrapper for database results returned by
|
Copyright © 2019. All rights reserved.