Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
<A extends ArrayRecord<T>> |
DataType.asArrayDataType(Class<A> arrayDataType)
Retrieve the data type for an Oracle-style ARRAY of this data type.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayRecordImpl<T>
A common base class for Oracle ARRAY types
This type is for JOOQ INTERNAL USE only.
|
Modifier and Type | Method and Description |
---|---|
<A extends ArrayRecord<T>> |
DefaultDataType.asArrayDataType(Class<A> arrayDataType) |
Modifier and Type | Method and Description |
---|---|
static Table<?> |
DSL.table(ArrayRecord<?> array)
A synonym for
DSL.unnest(ArrayRecord) . |
static Table<?> |
DSL.unnest(ArrayRecord<?> array)
Create a table from an array of values.
|
Copyright © 2014. All Rights Reserved.