- java.lang.Object
-
- org.jooq.meta.AbstractDefinition
-
- org.jooq.meta.AbstractElementContainerDefinition<AttributeDefinition>
-
- org.jooq.meta.AbstractUDTDefinition
-
- org.jooq.meta.postgres.PostgresUDTDefinition
-
- All Implemented Interfaces:
Definition,PackageDefinition,UDTDefinition
public class PostgresUDTDefinition extends AbstractUDTDefinition
-
-
Field Summary
-
Fields inherited from class org.jooq.meta.AbstractElementContainerDefinition
PRECISION_SCALE
-
-
Constructor Summary
Constructors Constructor Description PostgresUDTDefinition(SchemaDefinition schema, String name, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<AttributeDefinition>getElements0()protected List<RoutineDefinition>getRoutines0()-
Methods inherited from class org.jooq.meta.AbstractUDTDefinition
getAttribute, getAttribute, getAttributes, getConstants, getRoutines, getUDTs, isSynthetic
-
Methods inherited from class org.jooq.meta.AbstractElementContainerDefinition
getElement, getElement, getElement, getElements, parseNotNull, parsePrecision, parseScale, parseTypeName
-
Methods inherited from class org.jooq.meta.AbstractDefinition
create, create, equals, getCatalog, getComment, getConnection, getDatabase, getDefinitionPath, getDialect, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource
-
-
-
-
Constructor Detail
-
PostgresUDTDefinition
public PostgresUDTDefinition(SchemaDefinition schema, String name, String comment)
-
-
Method Detail
-
getElements0
protected List<AttributeDefinition> getElements0() throws SQLException
- Specified by:
getElements0in classAbstractElementContainerDefinition<AttributeDefinition>- Throws:
SQLException
-
getRoutines0
protected List<RoutineDefinition> getRoutines0()
- Specified by:
getRoutines0in classAbstractUDTDefinition
-
-