public class BaseType extends Type
Type.Category, Type.Codec
Constructor and Description |
---|
BaseType() |
BaseType(int id,
String name,
Short length,
Byte alignment,
Type.Category category,
char delimeter,
int arrayTypeId,
String procName,
Procs procs) |
BaseType(int id,
String name,
Short length,
Byte alignment,
Type.Category category,
char delimeter,
int arrayTypeId,
Type.Codec binaryCodec,
Type.Codec textCodec) |
Modifier and Type | Method and Description |
---|---|
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.
|
equals, getAlignment, getAlignment, getArrayTypeId, getBinaryCodec, getCategory, getCodec, getDelimeter, getId, getJavaType, getLength, getModifierParser, getName, getNamespace, getParameterFormat, getPreferredFormat, getPrimitiveType, getRelationId, getResultFormat, getTextCodec, hashCode, isParameterFormatSupported, isResultFormatSupported, setAlignment, setArrayTypeId, setBinaryCodec, setCategory, setDelimeter, setId, setLength, setModifierParser, setName, setNamespace, setRelationId, setTextCodec, toString, unwrap
public BaseType()
public BaseType(int id, String name, Short length, Byte alignment, Type.Category category, char delimeter, int arrayTypeId, Type.Codec binaryCodec, Type.Codec textCodec)
public void load(PgType.Row source, Collection<PgAttribute.Row> attrs, Registry registry)
Type
Copyright © 2013–2017 impossibl.com. All rights reserved.