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 a comment to the table.@NotNull CommentOnFinalStep
Add theIS
clause to theCOMMENT ON TABLE
statement. -
Uses of Comment in org.jooq.impl
Modifier and TypeMethodDescriptionstatic <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)