|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- The record typepublic interface UDT<R extends UDTRecord<R>>
UDT definition
Method Summary | |
---|---|
DataType<R> |
getDataType()
The UDT's data type as known to the database |
Class<? extends R> |
getRecordType()
|
Schema |
getSchema()
Get the UDT schema |
Map<String,Class<?>> |
getTypeMapping()
Deprecated. - 2.3.0 - Do not reuse this method. It will be moved to jOOQ's internals, soon |
Methods inherited from interface org.jooq.NamedQueryPart |
---|
getName |
Methods inherited from interface org.jooq.QueryPart |
---|
attach |
Methods inherited from interface org.jooq.Adapter |
---|
internalAPI |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.jooq.FieldProvider |
---|
getField, getField, getField, getFields, getIndex |
Method Detail |
---|
Schema getSchema()
getSchema
in interface SchemaProvider
Class<? extends R> getRecordType()
getRecordType
in interface Type<R extends UDTRecord<R>>
@Deprecated Map<String,Class<?>> getTypeMapping() throws SQLException
This method returns all types involved with this UDT, including nested
types. The result can be used in ResultSet.getObject(int, Map)
and similar methods.
SQLException
for the {@link Schema}'s complete type
mapping
DataType<R> getDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |