Module org.jooq
Package org.jooq

Interface CharacterSet

All Superinterfaces:
QueryPart, Serializable

public interface CharacterSet extends QueryPart
A character set.

Instances can be created using DSL.characterSet(Name) and overloads.

Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    The name of the collation.

    Methods inherited from interface org.jooq.QueryPart

    equals, hashCode, toString
  • Method Details

    • getName

      @NotNull @NotNull String getName()
      The name of the collation.