Uses of Interface
org.jooq.Formattable

Packages that use Formattable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
  • Uses of Formattable in org.jooq

    Subinterfaces of Formattable in org.jooq
    Modifier and Type
    Interface
    Description
    interface 
    A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), or an associative array, additionally providing some convenience methods.
    interface 
    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 
    Cursor<R extends Record>
    Cursors allow for lazy, sequential access to an underlying JDBC ResultSet.
    interface 
    A record originating from a single table
    interface 
    A record that has a RecordQualifier (a UDTRecord or a TableRecord).
    interface 
    A database result record.
    interface 
    A model type for a records with degree 1
    interface 
    Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
    A model type for a records with degree 10
    interface 
    Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
    A model type for a records with degree 11
    interface 
    Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>
    A model type for a records with degree 12
    interface 
    Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>
    A model type for a records with degree 13
    interface 
    Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>
    A model type for a records with degree 14
    interface 
    Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
    A model type for a records with degree 15
    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 degree 16
    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 degree 17
    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 degree 18
    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 degree 19
    interface 
    Record2<T1,T2>
    A model type for a records with degree 2
    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 degree 20
    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 degree 21
    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 degree 22
    interface 
    Record3<T1,T2,T3>
    A model type for a records with degree 3
    interface 
    Record4<T1,T2,T3,T4>
    A model type for a records with degree 4
    interface 
    Record5<T1,T2,T3,T4,T5>
    A model type for a records with degree 5
    interface 
    Record6<T1,T2,T3,T4,T5,T6>
    A model type for a records with degree 6
    interface 
    Record7<T1,T2,T3,T4,T5,T6,T7>
    A model type for a records with degree 7
    interface 
    Record8<T1,T2,T3,T4,T5,T6,T7,T8>
    A model type for a records with degree 8
    interface 
    Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
    A model type for a records with degree 9
    interface 
    Result<R extends Record>
    A wrapper for database results returned by SelectQuery.
    interface 
    TableRecord<R extends TableRecord<R>>
    A record originating from a single table
    interface 
    UDTRecord<R extends UDTRecord<R>>
    An object holding data of a UDT
    interface 
    A common interface for records that can be stored back to the database again.
  • Uses of Formattable in org.jooq.impl

    Classes in org.jooq.impl that implement Formattable
    Modifier and Type
    Class
    Description
    class 
    A common base class for Oracle ARRAY types
    class 
    A common base class for Oracle associative array types
    class 
    A base class for custom TableRecord implementations in client code.
    static class 
     
    static class 
     
    static class 
     
    static class 
     
    class 
    A record implementation for a record originating from a single table
    class 
    A record implementation for a record originating from a single table
    class 
    UDTRecordImpl<R extends UDTRecord<R>>
    A record implementation for a record originating from a single UDT
    class 
    A record implementation for a record holding a primary key