MySQL 5.6.14 Source Code Document
|
Additional Inherited Members | |
Public Member Functions inherited from testsuite.clusterj.DynamicBinaryPKTest | |
void | localSetUp () |
void | test () |
void | run (Class<?extends DynamicPK > cls) |
Protected Member Functions inherited from testsuite.clusterj.DynamicBinaryPKTest | |
void | deleteAll (Class<?extends DynamicPK > cls) |
void | insert () |
void | find (Class<?extends DynamicPK > cls) |
void | update (Class<?extends DynamicPK > cls) |
void | delete (Class<?extends DynamicPK > cls) |
void | createInstances (Class<?extends DynamicPK > cls) |
DynamicPK | createInstance (Class<?extends DynamicPK > cls, int index) |
String | toString (DynamicPK instance) |
byte[] | getPK (int index) |
String | getValue (int index) |
void | verify (String where, DynamicPK 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.DynamicBinaryPKTest | |
int | NUMBER_OF_INSTANCES = 15 |
List< DynamicPK > | instances = new ArrayList<DynamicPK>() |
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< String > | schemaDefinition = new ArrayList<String>() |
static boolean | schemaInitialized = false |
Definition at line 20 of file DynamicBinaryPKTest.java.