Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Collation |
DataType.collation()
Get the collation of this data type, or
null if there is no
collation, or if the default collation applies. |
Modifier and Type | Method and Description |
---|---|
Field<String> |
Field.collate(Collation collation)
Apply a collation operator to this column expression.
|
DataType<T> |
DataType.collation(Collation collation)
Return a new data type like this, with a new collation.
|
Modifier and Type | Method and Description |
---|---|
Collation |
DefaultDataType.collation() |
static Collation |
DSL.collation(Name collation)
Create a collation by its qualified name.
|
static Collation |
DSL.collation(String collation)
Create a collation by its unqualified name.
|
Modifier and Type | Method and Description |
---|---|
DataType<T> |
DefaultDataType.collation(Collation c) |
Copyright © 2019. All rights reserved.