Package org.jooq
Interface CharacterSet
- 
- All Superinterfaces:
- QueryPart,- java.io.Serializable
 
 public interface CharacterSet extends QueryPart A character set.Instances can be created using DSL.characterSet(Name)and overloads.- Author:
- Lukas Eder
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The name of the collation.
 
-