| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.postgres | |
| org.jooq.meta.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeDefinition
A base implementation for column definitions.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
AbstractUDTDefinition.getAttribute(int attributeIndex) |
AttributeDefinition |
UDTDefinition.getAttribute(int attributeIndex)
Get an attribute in this UDT by its index (starting at 0)
|
AttributeDefinition |
AbstractUDTDefinition.getAttribute(String attributeName) |
AttributeDefinition |
UDTDefinition.getAttribute(String attributeName)
Get an attribute in this UDT by its name
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
AbstractUDTDefinition.getAttributes() |
List<AttributeDefinition> |
UDTDefinition.getAttributes()
All attributes in the UDT
|
List<AttributeDefinition> |
AbstractPackageDefinition.getConstants() |
List<AttributeDefinition> |
AbstractUDTDefinition.getConstants() |
List<AttributeDefinition> |
PackageDefinition.getConstants()
Fetch all constants from the package.
|
protected abstract List<AttributeDefinition> |
AbstractPackageDefinition.getConstants0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeDefinition> |
PostgresUDTDefinition.getElements0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeDefinition> |
XMLPackageDefinition.getConstants0() |
Copyright © 2021. All rights reserved.