org.apache.derby.iapi.types
Interface CollationElementsInterface

All Known Implementing Classes:
CollatorSQLChar, CollatorSQLClob, CollatorSQLLongvarchar, CollatorSQLVarchar

interface CollationElementsInterface

CollationElementsInterface 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
 boolean hasSingleCollationElement()
          Check if this instance represents a value that has a single collation element.
 

Method Detail

hasSingleCollationElement

boolean hasSingleCollationElement()
                                  throws StandardException
Check if this instance represents a value that has a single collation element.

Returns:
true if the value has exactly one collation element, or false otherwise
Throws:
StandardException - if an error occurs when accessing the value

Built on Wed 2013-06-12 15:21:56+0000, from revision ???

Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.