-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The name of the collation.
-
-
-
Method Detail
-
getName
String getName()
The name of the collation.
-
-