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 |
---|---|
CommentOnIsStep |
DSLContext.commentOnColumn(Field<?> field)
Create a new DSL
COMMENT ON COLUMN statement. |
CommentOnIsStep |
DSLContext.commentOnColumn(Name columnName)
Create a new DSL
COMMENT ON COLUMN statement. |
CommentOnIsStep |
DSLContext.commentOnTable(Name tableName)
Create a new DSL
COMMENT ON TABLE statement. |
CommentOnIsStep |
DSLContext.commentOnTable(String tableName)
Create a new DSL
COMMENT ON TABLE statement. |
CommentOnIsStep |
DSLContext.commentOnTable(Table<?> table)
Create a new DSL
COMMENT ON TABLE statement. |
CommentOnIsStep |
DSLContext.commentOnView(Name viewName)
Create a new DSL
COMMENT ON VIEW statement. |
CommentOnIsStep |
DSLContext.commentOnView(String viewName)
Create a new DSL
COMMENT ON VIEW statement. |
CommentOnIsStep |
DSLContext.commentOnView(Table<?> view)
Create a new DSL
COMMENT ON VIEW statement. |
Modifier and Type | Method and Description |
---|---|
static CommentOnIsStep |
DSL.commentOnColumn(Field<?> field)
Create a new DSL
COMMENT ON COLUMN statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnColumn(Field<?> field) |
static CommentOnIsStep |
DSL.commentOnColumn(Name columnName)
Create a new DSL
COMMENT ON COLUMN statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnColumn(Name columnName) |
static CommentOnIsStep |
DSL.commentOnTable(Name tableName)
Create a new DSL
COMMENT ON TABLE statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnTable(Name tableName) |
static CommentOnIsStep |
DSL.commentOnTable(String tableName)
Create a new DSL
COMMENT ON TABLE statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnTable(String tableName) |
static CommentOnIsStep |
DSL.commentOnTable(Table<?> table)
Create a new DSL
COMMENT ON TABLE statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnTable(Table<?> table) |
static CommentOnIsStep |
DSL.commentOnView(Name viewName)
Create a new DSL
COMMENT ON VIEW statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnView(Name viewName) |
static CommentOnIsStep |
DSL.commentOnView(String viewName)
Create a new DSL
COMMENT ON VIEW statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnView(String viewName) |
static CommentOnIsStep |
DSL.commentOnView(Table<?> view)
Create a new DSL
COMMENT ON VIEW statement. |
CommentOnIsStep |
DefaultDSLContext.commentOnView(Table<?> view) |
Copyright © 2019. All rights reserved.