@Evolving public class StringType extends BasePrimitiveType
string type values.| Modifier and Type | Field and Description |
|---|---|
static StringType |
STRING |
| Constructor and Description |
|---|
StringType(CollationIdentifier collationIdentifier) |
StringType(String collationName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CollationIdentifier |
getCollationIdentifier() |
createPrimitive, getAllPrimitiveTypes, hashCode, isPrimitiveType, toStringequivalentpublic static final StringType STRING
public StringType(CollationIdentifier collationIdentifier)
collationIdentifier - An identifier representing the collation to be used for string
comparison and sorting. This determines how strings will be ordered and compared in query
operations.public StringType(String collationName)
collationName - name of collation in which this StringType will be observed. In form of
PROVIDER.COLLATION_NAME[.VERSION]public CollationIdentifier getCollationIdentifier()
public boolean equals(Object o)
equals in class BasePrimitiveType