Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Results |
ResultQuery.fetchMany()
Execute a query, possibly returning several result sets.
|
<R extends Record> |
DSLContext.fetchMany(ResultQuery<R> query)
Execute a
ResultQuery in the context of this DSLContext and return
a cursor. |
Results |
DSLContext.fetchMany(SQL sql)
Execute a new query holding plain SQL, possibly returning several result
sets.
|
Results |
DSLContext.fetchMany(String sql)
Execute a new query holding plain SQL, possibly returning several result
sets.
|
Results |
DSLContext.fetchMany(String sql,
Object... bindings)
Execute a new query holding plain SQL, possibly returning several result
sets.
|
Results |
DSLContext.fetchMany(String sql,
QueryPart... parts)
Execute a new query holding plain SQL, possibly returning several result
sets.
|
Results |
Routine.getResults() |
Modifier and Type | Method and Description |
---|---|
<R extends Record> |
DefaultDSLContext.fetchMany(ResultQuery<R> query) |
Results |
DefaultDSLContext.fetchMany(SQL sql) |
Results |
DefaultDSLContext.fetchMany(String sql) |
Results |
DefaultDSLContext.fetchMany(String sql,
Object... bindings) |
Results |
DefaultDSLContext.fetchMany(String sql,
QueryPart... parts) |
Results |
AbstractRoutine.getResults() |
Copyright © 2016. All Rights Reserved.