Module org.jooq
Package org.jooq.impl

Interface QOM.CommentOn

All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
Enclosing class:
QOM

public static interface QOM.CommentOn extends DDLQuery
The COMMENT ON TABLE statement.
  • Method Details

    • $table

      @Nullable @Nullable Table<?> $table()
    • $isView

      boolean $isView()
    • $field

      @Nullable @Nullable Field<?> $field()
    • $comment

      @NotNull @NotNull Comment $comment()
    • $table

      @NotNull @NotNull QOM.CommentOn $table(Table<?> table)
    • $isView

      @NotNull @NotNull QOM.CommentOn $isView(boolean isView)
    • $field

      @NotNull @NotNull QOM.CommentOn $field(Field<?> field)
    • $comment

      @NotNull @NotNull QOM.CommentOn $comment(Comment comment)