Module org.jooq
Package org.jooq

Interface Named

    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        The unqualified name of this object.
      • getQualifiedName

        @NotNull
        @NotNull Name getQualifiedName()
        The qualified name of this object.
      • getUnqualifiedName

        @NotNull
        @NotNull Name getUnqualifiedName()
        The unqualified name of this object.
      • getCommentPart

        @NotNull
        @NotNull Comment getCommentPart()
        The comment on this object as a QueryPart.