|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of UCountry in org.jooq.util.maven.example.postgres.enums |
|---|
| Methods in org.jooq.util.maven.example.postgres.enums that return UCountry | |
|---|---|
static UCountry |
UCountry.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UCountry[] |
UCountry.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of UCountry in org.jooq.util.maven.example.postgres.tables.pojos |
|---|
| Methods in org.jooq.util.maven.example.postgres.tables.pojos that return UCountry | |
|---|---|
UCountry[] |
TArrays.getEnumArray()
|
| Methods in org.jooq.util.maven.example.postgres.tables.pojos with parameters of type UCountry | |
|---|---|
void |
TArrays.setEnumArray(UCountry[] enumArray)
|
| Uses of UCountry in org.jooq.util.maven.example.postgres.tables.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.tables.records that return UCountry | |
|---|---|
UCountry[] |
TArraysRecord.getEnumArray()
An uncommented item |
| Methods in org.jooq.util.maven.example.postgres.tables.records with parameters of type UCountry | |
|---|---|
void |
TArraysRecord.setEnumArray(UCountry[] value)
An uncommented item |
| Uses of UCountry in org.jooq.util.maven.example.postgres.udt |
|---|
| Fields in org.jooq.util.maven.example.postgres.udt with type parameters of type UCountry | |
|---|---|
static org.jooq.UDTField<UAddressTypeRecord,UCountry> |
UAddressType.COUNTRY
An uncommented item |
| Uses of UCountry in org.jooq.util.maven.example.postgres.udt.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.udt.records that return UCountry | |
|---|---|
UCountry |
UAddressTypeRecord.getCountry()
An uncommented item |
| Methods in org.jooq.util.maven.example.postgres.udt.records with parameters of type UCountry | |
|---|---|
void |
UAddressTypeRecord.setCountry(UCountry value)
An uncommented item |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||