|
MySQL 5.6.14 Source Code Document
|


Additional Inherited Members | |
Public Member Functions inherited from testsuite.clusterj.CharsetTest | |
| void | localSetUp () |
| void | testLatin1 () |
| void | testUtf8 () |
| void | testSjis () |
| void | testBig5 () |
Protected Member Functions inherited from testsuite.clusterj.CharsetTest | |
| void | writeJDBCreadJDBC (String charsetName, String tableName, Class<?extends CharsetModel > modelClass, ColumnDescriptor columnDescriptor) |
| void | writeJDBCreadNDB (String charsetName, String tableName, Class<?extends CharsetModel > modelClass, ColumnDescriptor columnDescriptor) |
| void | writeNDBreadJDBC (String charsetName, String tableName, Class<?extends CharsetModel > modelClass, ColumnDescriptor columnDescriptor) |
| void | writeNDBreadNDB (String charsetName, String tableName, Class<?extends CharsetModel > modelClass, ColumnDescriptor columnDescriptor) |
| List< String > | generateStrings (ColumnDescriptor columnDescriptor, String charsetName) |
| List< CharsetModel > | generateInstances (ColumnDescriptor columnDescriptor, Class<?extends CharsetModel > modelClass, List< String > strings) |
| void | writeToJDBC (ColumnDescriptor columnDescriptor, String tableName, List< CharsetModel > instances) |
| void | writeToNDB (ColumnDescriptor columnDescriptor, List< CharsetModel > instances) |
| List< String > | readFromNDB (ColumnDescriptor columnDescriptor, Class<?extends CharsetModel > modelClass) |
| List< String > | readFromJDBC (ColumnDescriptor columnDescriptor, String tableName) |
Static Protected Member Functions inherited from testsuite.clusterj.AbstractClusterJModelTest | |
| static long | getMillisFor (int year, int month, int day, int hour, int minute, int second) |
| static long | getMillisFor (int year, int month, int day) |
| static long | getMillisFor (int days, int hour, int minute, int second) |
| static void | resetLocalSystemDefaultTimeZone (Connection connection) |
| static Object[] | setupDn2idPK () |
Protected Attributes inherited from testsuite.clusterj.CharsetTest | |
| List< CharsetModel > | charsetTypes = new ArrayList<CharsetModel>() |
Static Protected Attributes inherited from testsuite.clusterj.AbstractClusterJModelTest | |
| static TimeZone | localSystemTimeZone = TimeZone.getDefault() |
| static final long | ONE_SECOND = 1000L |
| static final long | ONE_MINUTE = 1000L * 60L |
| static final long | ONE_HOUR = 1000L * 60L * 60L |
| static final long | TEN_HOURS = 1000L * 60L * 60L * 10L |
| static final long | ONE_DAY = 1000L * 60L * 60L * 24L |
| static Object[] | dn2idPK = setupDn2idPK() |
Definition at line 21 of file CharsetTest.java.