MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testsuite.clusterj.tie.HashOnlyLongIntStringPKTest Class Reference
Inheritance diagram for testsuite.clusterj.tie.HashOnlyLongIntStringPKTest:
Collaboration diagram for testsuite.clusterj.tie.HashOnlyLongIntStringPKTest:

Additional Inherited Members

- Public Member Functions inherited from testsuite.clusterj.HashOnlyLongIntStringPKTest
void localSetUp ()
void test ()
- Protected Member Functions inherited from testsuite.clusterj.HashOnlyLongIntStringPKTest
void insert ()
void find ()
void update ()
void delete ()
void createInstances ()
HashOnlyLongIntStringPK createInstance (int index)
String toString (HashOnlyLongIntStringPK instance)
long getPK1 (int index)
int getPK2 (int index)
String getPK3 (int index)
String getValue (int index)
void verify (HashOnlyLongIntStringPK instance, int index, boolean updated)
- Static Protected Member Functions inherited from testsuite.clusterj.AbstractClusterJTest
static String dump (String string)
- Protected Attributes inherited from testsuite.clusterj.HashOnlyLongIntStringPKTest
int PK_MODULUS = 2
int NUMBER_OF_INSTANCES = PK_MODULUS * PK_MODULUS * PK_MODULUS
long PRETTY_BIG_NUMBER = 1000000000000000L
List< HashOnlyLongIntStringPKinstances = new ArrayList<HashOnlyLongIntStringPK>()
- Static Protected Attributes inherited from testsuite.clusterj.AbstractClusterJTest
static final String JDBC_DRIVER_NAME = "jdbc.driverName"
static final String JDBC_URL = "jdbc.url"
static Connection connection
static String jdbcDriverName
static String jdbcPassword
static String jdbcURL
static String jdbcUsername
static Properties props
static List< StringschemaDefinition = new ArrayList<String>()
static boolean schemaInitialized = false

Detailed Description

Definition at line 20 of file HashOnlyLongIntStringPKTest.java.


The documentation for this class was generated from the following file: