Uses of Interface
org.jooq.CommentOnFinalStep
-
Packages that use CommentOnFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of CommentOnFinalStep in org.jooq
Methods in org.jooq that return CommentOnFinalStep Modifier and Type Method Description @NotNull CommentOnFinalStep
CommentOnIsStep. is(String comment)
Specify the comment for the given object type.@NotNull CommentOnFinalStep
CommentOnIsStep. is(Comment comment)
Specify the comment for the given object type.
-