Uses of Interface
org.jooq.Cursor
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Cursor in org.jooq
Modifier and TypeMethodDescriptionExecute a new query holding plain SQL and "lazily" return the generated result.Execute a new query holding plain SQL and "lazily" return the generated result.Execute a new query holding plain SQL and "lazily" return the generated result.DSLContext.fetchLazy
(ResultQuery<R> query) Execute aResultQuery
in the context of thisDSLContext
and return a cursor.Execute a new query holding plain SQL and "lazily" return the generated result.Execute and return all records lazily forDSLContext.fetchLazy
(Table<R> table, Collection<? extends Condition> conditions) Execute and return all records lazily forExecute and return all records lazily forExecute and return all records lazily forResultQuery.fetchLazy()
Execute the query and "lazily" return the generated result. -
Uses of Cursor in org.jooq.impl
Modifier and TypeMethodDescriptionDefaultDSLContext.fetchLazy
(ResultQuery<R> query) DefaultDSLContext.fetchLazy
(Table<R> table, Collection<? extends Condition> conditions)