| Package | Description |
|---|---|
| org.jooq.util | |
| org.jooq.util.db2 | |
| org.jooq.util.oracle | |
| org.jooq.util.postgres |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeDefinition
A base implementation for column definitions.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
UDTDefinition.getAttribute(int attributeIndex)
Get an attribute in this UDT by its index (starting at 0)
|
AttributeDefinition |
AbstractUDTDefinition.getAttribute(int attributeIndex) |
AttributeDefinition |
UDTDefinition.getAttribute(String attributeName)
Get an attribute in this UDT by its name
|
AttributeDefinition |
AbstractUDTDefinition.getAttribute(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
UDTDefinition.getAttributes()
All attributes in the UDT
|
List<AttributeDefinition> |
AbstractUDTDefinition.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeDefinition> |
DB2UDTDefinition.getElements0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeDefinition> |
OracleUDTDefinition.getElements0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeDefinition> |
PostgresUDTDefinition.getElements0() |
Copyright © 2013. All Rights Reserved.