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 |
---|---|
Keyword |
SortOrder.toKeyword() |
Keyword |
JoinType.toKeyword() |
Keyword |
DatePart.toKeyword() |
Keyword |
Comparator.toKeyword()
A keyword rendition of this comparator.
|
Modifier and Type | Class and Description |
---|---|
class |
KeywordImpl
A default
Keyword implementation. |
Modifier and Type | Method and Description |
---|---|
static Keyword |
DSL.keyword(String keyword)
Create a SQL keyword.
|
Copyright © 2019. All rights reserved.