|
|||||||||
| 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 |
Map<String,Class<?>> |
getTypeMapping()
The complete type mapping for this UDT. |
| Methods inherited from interface org.jooq.Type |
|---|
getRecordType |
| Methods inherited from interface org.jooq.NamedQueryPart |
|---|
getName |
| Methods inherited from interface org.jooq.Attachable |
|---|
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 |
| Methods inherited from interface org.jooq.SchemaProvider |
|---|
getSchema |
| Method Detail |
|---|
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.
SQLExceptionfor the {@link Schema}'s complete type
mappingDataType<R> getDataType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||