Interface and Description |
---|
org.jooq.ConditionProvider
- 2.6.0 [#1881] - This type will be removed from the public API,
soon. Its methods will be pushed down into extending interfaces.
Do not reference this type directly.
|
org.jooq.FutureResult
- 3.2.0 - [#2581] - This type will be removed in jOOQ 4.0
|
org.jooq.Template
- This type is still very experimental and not yet released to a
broad public. Do not use this type yet.
|
Class and Description |
---|
org.jooq.SchemaMapping
- 2.0.5 - Use runtime configuration
Settings instead |
Annotation Type and Description |
---|
org.jooq.api.annotation.State
- 3.5.0 - [#3345] - The DSL API annotation is in a prototype
state and will be removed from the 3.x APIs
|
org.jooq.api.annotation.Transition
- 3.5.0 - [#3345] - The DSL API annotation is in a prototype
state and will be removed from the 3.x APIs
|
Constructor and Description |
---|
org.jooq.impl.ArrayRecordImpl(Schema, String, DataType<T>, Configuration)
- 3.4.0 - [#3126] - Use the
ArrayRecordImpl.ArrayRecordImpl(Schema, String, DataType)
constructor instead |
org.jooq.impl.ArrayRecordImpl(Schema, String, DataType<X>, Configuration, Binding<X, Y>)
- 3.4.0 - [#3126] - Use the
ArrayRecordImpl.ArrayRecordImpl(Schema, String, DataType, Converter)
constructor instead. |
org.jooq.impl.ArrayRecordImpl(Schema, String, DataType<X>, Configuration, Converter<X, T>)
- 3.4.0 - [#3126] - Use the
ArrayRecordImpl.ArrayRecordImpl(Schema, String, DataType, Converter)
constructor instead. |
org.jooq.impl.ArrayRecordImpl(Schema, String, DataType<X>, Configuration, Converter<Y, T>, Binding<X, Y>)
- 3.4.0 - [#3126] - Use the
ArrayRecordImpl.ArrayRecordImpl(Schema, String, DataType, Converter)
constructor instead. |
Enum Constant and Description |
---|
org.jooq.RenderContext.CastMode.SOME
- [#3703] - 3.5.0 - Do not use this any longer
|
org.jooq.SQLDialect.SQL99
- Do not reference this pseudo-dialect. It is only used for
unit testing
|
Copyright © 2014. All Rights Reserved.