|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.jooq.Adapter
- 2.5.0 [#1639] - This part of the internal API will be removed in the near future. Do not reuse. |
|
org.jooq.AliasProvider
- 2.6.0 [#1800] - This marker interface will be removed in future versions of jOOQ |
|
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.ConfigurationProvider
- 2.1.0 [#1191] - Use ExecuteListener.start(ExecuteContext) instead to provide
jOOQ with valid connections |
|
org.jooq.LockProvider
- 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.MasterDataType
- 2.5.0 [#1741] - This feature will be removed as of jOOQ 3.0 |
|
org.jooq.NamedQueryPart
- 2.6.0 [#1869] - This marker interface does not have enough momentum to be exposed in the public API. It will be removed in the future. |
|
org.jooq.NamedTypeProviderQueryPart
- 2.6.0 [#1870] - This marker interface does not have enough momentum to be exposed in the public API. It will be removed in the future. |
|
org.jooq.OrderProvider
- 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.SchemaProvider
- 2.5.0 [#1580] - The org.jooq.SchemaProvider marker
interface has not proven to be useful to the public API so far.
There is no real need to abstract its implementations with a
single interface |
|
org.jooq.Store
- 2.6.0 [#1840] - This type provides no useful abstraction over Record and ArrayRecord and will be removed in the
future. Do not reference it directly. |
|
org.jooq.Type
- 2.5.0 [#1579] - The org.jooq.Type Table and
UDT with a single interface |
Deprecated Classes | |
---|---|
org.jooq.ConfigurationRegistry
- 2.1.0 [#1191] - Use ExecuteListener.start(ExecuteContext) instead to provide
jOOQ with valid connections |
|
org.jooq.impl.FactoryProxy
- Use the newly DataSource -enabled Factory
constructors instead, e.g.
Factory.Factory(DataSource, SQLDialect) or
Factory.Factory(DataSource, SQLDialect, Settings) |
|
org.jooq.util.postgres.PGIntervalConverter
- 2.3.0 - Use PostgresUtils methods instead |
|
org.jooq.util.postgres.PGobjectParser
- 2.3.0 - Use PostgresUtils.toPGObject(String) instead |
|
org.jooq.SchemaMapping
- 2.0.5 - Use runtime configuration Settings instead |
Deprecated Fields | |
---|---|
org.jooq.SchemaMapping.NO_MAPPING
- 2.0.5 - Do not reuse this SchemaMapping! |
Deprecated Methods | |
---|---|
org.jooq.impl.SchemaImpl.addMapping(String, Class>)
- 2.3.0 - regenerate your schema |
|
org.jooq.DataType.asMasterDataType(Class - 2.5.0 [#1741] - This feature will be removed as of jOOQ 3.0 |
|
org.jooq.QueryPart.attach(Configuration)
- 2.5.0 [#1544] - The Attachable type will no longer be part of the QueryPart hierarchy. Please do not attach any QueryPart objects anymore, except for
Query objects |
|
org.jooq.impl.CustomTable.attach(Configuration)
|
|
org.jooq.impl.CustomField.attach(Configuration)
|
|
org.jooq.impl.CustomCondition.attach(Configuration)
|
|
org.jooq.ArrayRecord.createArray()
- 2.5.0 [#1638] - Do not reuse this method |
|
org.jooq.impl.ArrayRecordImpl.createArray()
|
|
org.jooq.TableRecord.deleteUsing(TableField - 2.5.0 [#1736] - These methods will be made part of jOOQ's internal API soon. Do not reuse these methods. |
|
org.jooq.Field.equalSome(Select>)
- 2.0.2 - Use Field.equalAny(Select) instead |
|
org.jooq.FactoryOperations.executeDelete(Table - 2.5.0 [#1692] - The semantics of FactoryOperations.executeDelete(TableRecord, Condition) has changed.
This method here is no longer necessary. |
|
org.jooq.impl.FactoryProxy.executeDelete(Table |
|
org.jooq.impl.Factory.executeDelete(Table |
|
org.jooq.FactoryOperations.executeDelete(Table - 2.5.0 [#1692] - The semantics of FactoryOperations.executeDelete(TableRecord, Condition) has changed.
This method here is no longer necessary. |
|
org.jooq.impl.FactoryProxy.executeDelete(Table |
|
org.jooq.impl.Factory.executeDelete(Table |
|
org.jooq.FactoryOperations.executeDeleteOne(Table - 2.5.0 [#1692] - The semantics of FactoryOperations.executeDelete(TableRecord, Condition) has changed.
This method here is no longer necessary. |
|
org.jooq.impl.FactoryProxy.executeDeleteOne(Table |
|
org.jooq.impl.Factory.executeDeleteOne(Table |
|
org.jooq.FactoryOperations.executeDeleteOne(Table - 2.5.0 [#1692] - The semantics of FactoryOperations.executeDelete(TableRecord, Condition) has changed.
This method here is no longer necessary. |
|
org.jooq.impl.FactoryProxy.executeDeleteOne(Table |
|
org.jooq.impl.Factory.executeDeleteOne(Table |
|
org.jooq.FactoryOperations.executeInsert(Table - 2.5.0 [#1692] - Use FactoryOperations.executeInsert(TableRecord)
instead |
|
org.jooq.impl.FactoryProxy.executeInsert(Table |
|
org.jooq.impl.Factory.executeInsert(Table |
|
org.jooq.FactoryOperations.executeUpdate(Table - 2.5.0 [#1692] - This "mass" update is no longer supported |
|
org.jooq.impl.FactoryProxy.executeUpdate(Table |
|
org.jooq.impl.Factory.executeUpdate(Table |
|
org.jooq.FactoryOperations.executeUpdate(Table - 2.5.0 [#1692] - Use FactoryOperations.executeUpdate(TableRecord, Condition) instead |
|
org.jooq.impl.FactoryProxy.executeUpdate(Table |
|
org.jooq.impl.Factory.executeUpdate(Table |
|
org.jooq.FactoryOperations.executeUpdateOne(Table - 2.5.0 [#1692] - This "mass" update is no longer supported |
|
org.jooq.impl.FactoryProxy.executeUpdateOne(Table |
|
org.jooq.impl.Factory.executeUpdateOne(Table |
|
org.jooq.FactoryOperations.executeUpdateOne(Table - 2.5.0 [#1692] - The semantics of FactoryOperations.executeUpdate(TableRecord, Condition) has changed.
This method here is no longer necessary. |
|
org.jooq.impl.FactoryProxy.executeUpdateOne(Table |
|
org.jooq.impl.Factory.executeUpdateOne(Table |
|
org.jooq.Result.exportXML()
- 2.0.5 - Use Result.intoXML() instead |
|
org.jooq.AttachableInternal.getAttachables()
- 2.5.0 [#1544] - This internal method will be removed soon. Do not reuse. |
|
org.jooq.QueryPartInternal.getDialect()
- 2.0.2 - The attached SQL dialect of a QueryPart
should no longer be referenced, as query parts become more
and more Configuration - independent |
|
org.jooq.MasterDataType.getPrimaryKey()
- 2.5.0 [#1741] - This feature will be removed as of jOOQ 3.0 |
|
org.jooq.Configuration.getSchemaMapping()
- 2.0.5 - Use Configuration.getSettings() instead |
|
org.jooq.impl.FactoryProxy.getSchemaMapping()
|
|
org.jooq.impl.Factory.getSchemaMapping()
|
|
org.jooq.QueryPartInternal.getSQL()
- 2.5.0 [#1544] - This method will be removed from the internal API. Do not reuse it, except through Query.getSQL() |
|
org.jooq.QueryPartInternal.getSQL(boolean)
- 2.5.0 [#1544] - This method will be removed from the internal API. Do not reuse it, except through Query.getSQL(boolean) |
|
org.jooq.UDT.getTypeMapping()
- 2.3.0 - Do not reuse this method. It will be moved to jOOQ's internals, soon |
|
org.jooq.Schema.getTypeMapping()
- 2.3.0 - Do not reuse this method |
|
org.jooq.impl.UDTImpl.getTypeMapping()
|
|
org.jooq.impl.SchemaImpl.getTypeMapping()
|
|
org.jooq.impl.FieldTypeHelper.getTypeMapping(Class>)
- 2.3.0 - Do not reuse this method |
|
org.jooq.Record.getValueAsArray(Field)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse |
|
org.jooq.Record.getValueAsArray(Field, T[])
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse |
|
org.jooq.Result.getValueAsArray(int, Field)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse |
|
org.jooq.Result.getValueAsArray(int, Field, T[])
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse |
|
org.jooq.Record.getValueAsBigDecimal(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsBigDecimal(Field>, BigDecimal)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsBigDecimal(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsBigDecimal(int, Field>, BigDecimal)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsBigDecimal(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsBigDecimal(int, int, BigDecimal)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsBigDecimal(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsBigDecimal(int, String, BigDecimal)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsBigDecimal(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsBigDecimal(String, BigDecimal)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsBigInteger(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsBigInteger(Field>, BigInteger)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsBigInteger(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsBigInteger(int, Field>, BigInteger)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsBigInteger(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsBigInteger(int, int, BigInteger)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsBigInteger(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsBigInteger(int, String, BigInteger)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsBigInteger(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsBigInteger(String, BigInteger)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsBoolean(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsBoolean(Field>, Boolean)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsBoolean(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsBoolean(int, Field>, Boolean)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsBoolean(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsBoolean(int, int, Boolean)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsBoolean(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsBoolean(int, String, Boolean)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsBoolean(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsBoolean(String, Boolean)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsByte(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsByte(Field>, Byte)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsByte(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsByte(int, Field>, Byte)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsByte(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsByte(int, int, Byte)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsByte(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsByte(int, String, Byte)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsByte(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsByte(String, Byte)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsDate(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsDate(Field>, Date)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsDate(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsDate(int, Field>, Date)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsDate(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsDate(int, int, Date)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsDate(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsDate(int, String, Date)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsDate(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsDate(String, Date)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsDouble(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsDouble(Field>, Double)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsDouble(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsDouble(int, Field>, Double)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsDouble(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsDouble(int, int, Double)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsDouble(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsDouble(int, String, Double)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsDouble(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsDouble(String, Double)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsFloat(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsFloat(Field>, Float)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsFloat(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsFloat(int, Field>, Float)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsFloat(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsFloat(int, int, Float)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsFloat(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsFloat(int, String, Float)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsFloat(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsFloat(String, Float)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsInteger(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsInteger(Field>, Integer)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsInteger(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsInteger(int, Field>, Integer)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsInteger(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsInteger(int, int, Integer)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsInteger(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsInteger(int, String, Integer)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsInteger(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsInteger(String, Integer)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsLong(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsLong(Field>, Long)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsLong(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsLong(int, Field>, Long)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsLong(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsLong(int, int, Long)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsLong(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsLong(int, String, Long)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsLong(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsLong(String, Long)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsShort(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsShort(Field>, Short)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsShort(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsShort(int, Field>, Short)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsShort(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsShort(int, int, Short)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsShort(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsShort(int, String, Short)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsShort(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsShort(String, Short)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsString(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsString(Field>, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsString(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsString(int, Field>, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsString(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsString(int, int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsString(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsString(int, String, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsString(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsString(String, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsTime(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsTime(Field>, Time)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsTime(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsTime(int, Field>, Time)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsTime(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsTime(int, int, Time)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsTime(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsTime(int, String, Time)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsTime(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsTime(String, Time)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsTimestamp(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Record.getValueAsTimestamp(Field>, Timestamp)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class)
instead. |
|
org.jooq.Result.getValueAsTimestamp(int, Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsTimestamp(int, Field>, Timestamp)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(Field, Class) instead. |
|
org.jooq.Result.getValueAsTimestamp(int, int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsTimestamp(int, int, Timestamp)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(int, Class)
instead. |
|
org.jooq.Result.getValueAsTimestamp(int, String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Result.getValueAsTimestamp(int, String, Timestamp)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class) instead. |
|
org.jooq.Record.getValueAsTimestamp(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Record.getValueAsTimestamp(String, Timestamp)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Record.getValue(String, Class)
instead. |
|
org.jooq.Result.getValuesAsBigDecimal(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsBigDecimal(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsBigDecimal(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsBigInteger(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsBigInteger(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsBigInteger(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsByte(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsByte(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsByte(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsDate(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsDate(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsDate(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsDouble(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsDouble(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsDouble(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsFloat(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsFloat(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsFloat(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsInteger(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsInteger(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsInteger(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsLong(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsLong(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsLong(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsShort(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsShort(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsShort(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsString(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsString(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsString(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsTime(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsTime(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsTime(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Result.getValuesAsTimestamp(Field>)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(Field, Class)
instead. |
|
org.jooq.Result.getValuesAsTimestamp(int)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(int, Class)
instead. |
|
org.jooq.Result.getValuesAsTimestamp(String)
- 2.6.0 [#1839] - These methods will be removed in the future. Do not reuse. Use Result.getValues(String, Class)
instead. |
|
org.jooq.Field.greaterOrEqualSome(Select>)
- 2.0.2 - Use Field.greaterOrEqualAny(Select) instead |
|
org.jooq.Field.greaterThanSome(Select>)
- 2.0.2 - Use Field.greaterThanAny(Select) instead |
|
org.jooq.FactoryOperations.insertInto(Table - 2.0.3 - Use any of these methods instead: |
|
org.jooq.impl.FactoryProxy.insertInto(Table |
|
org.jooq.impl.Factory.insertInto(Table |
|
org.jooq.Adapter.internalAPI(Class)
- 2.5.0 [#1639] - This part of the internal API will be removed in the near future. Do not reuse. |
|
org.jooq.Field.lessOrEqualSome(Select>)
- 2.0.2 - Use Field.lessOrEqualAny(Select) instead |
|
org.jooq.Field.lessThanSome(Select>)
- 2.0.2 - Use Field.lessThanAny(Select) instead |
|
org.jooq.impl.Factory.literal(Object, Class - 2.3.0 - Use Factory.field(String, Class) , or
Factory.inline(Object, Class) instead. |
|
org.jooq.impl.Factory.literal(Object, DataType - 2.3.0 - Use Factory.field(String, DataType) , or
Factory.inline(Object, DataType) instead. |
|
org.jooq.impl.Factory.literal(T)
- 2.3.0 - Use Factory.field(String) , or
Factory.inline(Object) instead. |
|
org.jooq.Field.notEqualSome(Select>)
- 2.0.2 - Use Field.notEqualAny(Select) instead |
|
org.jooq.util.postgres.PGobjectParser.parse(String)
- 2.3.0 - Use PostgresUtils.toPGObject(String)
instead |
|
org.jooq.TableRecord.refreshUsing(TableField - 2.5.0 [#1736] - These methods will be made part of jOOQ's internal API soon. Do not reuse these methods. |
|
org.jooq.TableRecord.storeUsing(TableField - 2.5.0 [#1736] - These methods will be made part of jOOQ's internal API soon. Do not reuse these methods. |
|
org.jooq.util.postgres.PGIntervalConverter.toDayToSecond(Object)
- 2.3.0 - Use PostgresUtils.toDayToSecond(Object)
methods instead |
|
org.jooq.util.postgres.PGIntervalConverter.toPGInterval(DayToSecond)
- 2.3.0 - Use PostgresUtils.toPGInterval(DayToSecond)
methods instead |
|
org.jooq.util.postgres.PGIntervalConverter.toPGInterval(YearToMonth)
- 2.3.0 - Use PostgresUtils.toPGInterval(YearToMonth)
methods instead |
|
org.jooq.util.postgres.PGIntervalConverter.toYearToMonth(Object)
- 2.3.0 - Use PostgresUtils.toYearToMonth(Object)
methods instead |
|
org.jooq.impl.FieldTypeHelper.writeToSQLOutput(SQLOutput, Class extends T>, T)
- 2.3.0 - Do not reuse this method |
Deprecated Enum Constants | |
---|---|
org.jooq.SQLDialect.SQL99
- Do not reference this pseudo-dialect. It is only used for unit testing |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |