Package | Description |
---|---|
com.impossibl.postgres.system.tables | |
com.impossibl.postgres.types |
Modifier and Type | Method and Description |
---|---|
PgAttribute.Row |
PgAttribute.createRow() |
Modifier and Type | Method and Description |
---|---|
void |
EnumerationType.load(PgType.Row source,
Collection<PgAttribute.Row> attrs,
Registry registry) |
void |
PsuedoType.load(PgType.Row source,
Collection<PgAttribute.Row> attrs,
Registry registry) |
void |
DomainType.load(PgType.Row source,
Collection<PgAttribute.Row> attrs,
Registry registry) |
void |
RangeType.load(PgType.Row source,
Collection<PgAttribute.Row> attrs,
Registry registry) |
void |
BaseType.load(PgType.Row source,
Collection<PgAttribute.Row> attrs,
Registry registry) |
void |
CompositeType.load(PgType.Row pgType,
Collection<PgAttribute.Row> pgAttrs,
Registry registry) |
void |
Type.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.
|
void |
Registry.update(Collection<PgType.Row> pgTypeRows,
Collection<PgAttribute.Row> pgAttrRows,
Collection<PgProc.Row> pgProcRows)
Updates the type information from the given catalog data.
|
Copyright © 2013–2017 impossibl.com. All rights reserved.