Uses of Interface
org.jooq.Comment
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Comment in org.jooq
Modifier and TypeMethodDescription@NotNull Comment
Named.getCommentPart()
The comment on this object as aQueryPart
.Modifier and TypeMethodDescription@NotNull AlterTableFinalStep
Specify a comment for a table using MySQL's syntax.@NotNull AlterViewFinalStep
Add theCOMMENT
clause to theALTER VIEW
statement.@NotNull CreateTableStorageStep
Add theCOMMENT
clause to theCREATE TABLE
statement.Attach aComment
to this field, for use in DDL statements, such asDSLContext.createTable(Table)
.@NotNull CommentOnFinalStep
Add theIS
clause to theCOMMENT ON TABLE
statement. -
Uses of Comment in org.jooq.impl
Modifier and TypeMethodDescription@Nullable Comment
QOM.AlterView.$comment()
@NotNull Comment
QOM.CommentOn.$comment()
@Nullable Comment
QOM.CreateTable.$comment()
static @NotNull Comment
Create a comment.Modifier and TypeMethodDescription@NotNull QOM.AlterView
@NotNull QOM.CommentOn
@NotNull QOM.CreateTable
static <T> @NotNull Field<T>
Create a qualified field, given its (qualified) field name.Create a qualified table, given its table name.ModifierConstructorDescriptionCatalogImpl
(Name name, Comment comment) LazySchema
(Name name, Comment comment, LazySupplier<Schema> supplier) SchemaImpl
(Name name, Catalog catalog, Comment comment) TableImpl
(Name name, Schema schema, Table<?> child, ForeignKey<?, R> path, Table<R> aliased, Field<?>[] parameters, Comment comment) TableImpl
(Name name, Schema schema, Table<?> child, ForeignKey<?, R> path, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options) TableImpl
(Name name, Schema schema, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options)