Uses of Interface
org.jooq.Formattable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Formattable in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), or an associative array, additionally providing some convenience methods.interface
ArrayRecord<E>
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally providing some convenience methods.interface
A "record" that encapsulates an Oracle-style associative array, additionally providing some convenience methods.interface
Cursors allow for lazy, sequential access to an underlying JDBCResultSet
.interface
EmbeddableRecord<R extends EmbeddableRecord<R>>
An embeddable record.interface
QualifiedRecord<R extends QualifiedRecord<R>>
interface
A database result record.interface
Record1<T1>
A model type for a records with degree1
interface
Record10<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10> A model type for a records with degree10
interface
Record11<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> A model type for a records with degree11
interface
Record12<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> A model type for a records with degree12
interface
Record13<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> A model type for a records with degree13
interface
Record14<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> A model type for a records with degree14
interface
Record15<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> A model type for a records with degree15
interface
Record16<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> A model type for a records with degree16
interface
Record17<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> A model type for a records with degree17
interface
Record18<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> A model type for a records with degree18
interface
Record19<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> A model type for a records with degree19
interface
Record2<T1,
T2> A model type for a records with degree2
interface
Record20<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> A model type for a records with degree20
interface
Record21<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> A model type for a records with degree21
interface
Record22<T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> A model type for a records with degree22
interface
Record3<T1,
T2, T3> A model type for a records with degree3
interface
Record4<T1,
T2, T3, T4> A model type for a records with degree4
interface
Record5<T1,
T2, T3, T4, T5> A model type for a records with degree5
interface
Record6<T1,
T2, T3, T4, T5, T6> A model type for a records with degree6
interface
Record7<T1,
T2, T3, T4, T5, T6, T7> A model type for a records with degree7
interface
Record8<T1,
T2, T3, T4, T5, T6, T7, T8> A model type for a records with degree8
interface
Record9<T1,
T2, T3, T4, T5, T6, T7, T8, T9> A model type for a records with degree9
interface
A wrapper for database results returned by
.SelectQuery
interface
TableRecord<R extends TableRecord<R>>
A record originating from a single tableinterface
An object holding data of a UDTinterface
UpdatableRecord<R extends UpdatableRecord<R>>
A common interface for records that can be stored back to the database again. -
Uses of Formattable in org.jooq.impl
Modifier and TypeClassDescriptionclass
A common base class for Oracle ARRAY typesclass
A common base class for Oracle associative array typesclass
CustomRecord<R extends TableRecord<R>>
A base class for customTableRecord
implementations in client code.static class
static class
static class
static class
class
EmbeddableRecordImpl<R extends EmbeddableRecord<R>>
A record implementation for a record originating from a single tableclass
TableRecordImpl<R extends TableRecord<R>>
A record implementation for a record originating from a single tableclass
UDTRecordImpl<R extends UDTRecord<R>>
A record implementation for a record originating from a single UDTclass
UpdatableRecordImpl<R extends UpdatableRecord<R>>
A record implementation for a record holding a primary key