| |
|
| org.hsqldb.test.TestBase org.hsqldb.test.TestCollation
TestCollation | public class TestCollation extends TestBase (Code) | | Test HSQLDBs collation capabilities
author: frank.schoenheit@sun.com |
TestCollation | public TestCollation(String name)(Code) | | Creates a new instance of TestCollation
|
checkSorting | protected String checkSorting(String collationName)(Code) | | checks sorting a table with according to a given collation
|
getSetCollationStmt | final protected String getSetCollationStmt(String collationName)(Code) | | returns an SQL statement to set the database collation
|
setUp | protected void setUp()(Code) | | |
tearDown | protected void tearDown()(Code) | | |
verifyAvailability | public void verifyAvailability()(Code) | | checks whether expected locales are present and selectable
|
verifyCollation | public void verifyCollation()(Code) | | checks whether sorting via a given collation works as expected
|
|
|
|