Package org.apache.derby.iapi.types
Interface CollationElementsInterface
-
- All Known Implementing Classes:
CollatorSQLChar,CollatorSQLClob,CollatorSQLLongvarchar,CollatorSQLVarchar
interface CollationElementsInterfaceCollationElementsInterface is an interface which will be implemented by all the Collator sensitive char data types. These methods will be called by WorkHorseForCollatorDatatypes's collation sensitive methods "like, stringcompare" etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasSingleCollationElement()Check if this instance represents a value that has a single collation element.
-
-
-
Method Detail
-
hasSingleCollationElement
boolean hasSingleCollationElement() throws StandardExceptionCheck if this instance represents a value that has a single collation element.- Returns:
trueif the value has exactly one collation element, orfalseotherwise- Throws:
StandardException- if an error occurs when accessing the value
-
-