public class EnumerationType extends Type
Type.Category, Type.Codec| Constructor and Description |
|---|
EnumerationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isParameterFormatSupported(ResultField.Format format) |
boolean |
isResultFormatSupported(ResultField.Format format) |
void |
load(PgType.Row source,
Collection<PgAttribute.Row> attrs,
Registry registry)
Load this type from a "pg_type" table entry and, if available, a
collection of "pg_attribute" table entries.
|
Type |
unwrap()
Strips all "wrapping" type (e.g.
|
equals, getAlignment, getAlignment, getArrayTypeId, getBinaryCodec, getCategory, getCodec, getDelimeter, getId, getJavaType, getLength, getModifierParser, getName, getNamespace, getParameterFormat, getPreferredFormat, getPrimitiveType, getRelationId, getResultFormat, getTextCodec, hashCode, setAlignment, setArrayTypeId, setBinaryCodec, setCategory, setDelimeter, setId, setLength, setModifierParser, setName, setNamespace, setRelationId, setTextCodec, toStringpublic boolean isParameterFormatSupported(ResultField.Format format)
isParameterFormatSupported in class Typepublic boolean isResultFormatSupported(ResultField.Format format)
isResultFormatSupported in class Typepublic Type unwrap()
Typepublic void load(PgType.Row source, Collection<PgAttribute.Row> attrs, Registry registry)
TypeCopyright © 2013–2017 impossibl.com. All rights reserved.