MySQL 5.6.14 Source Code Document
|
Additional Inherited Members | |
Public Member Functions inherited from testsuite.clusterj.NullValuesTest | |
void | localSetUp () |
void | test () |
Protected Member Functions inherited from testsuite.clusterj.NullValuesTest | |
NullValues | createValidInstance () |
int | whatDatabaseDefault (int id) |
int | whatDatabaseNull (int id) |
int | whatNullValue (int id) |
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.AbstractClusterJModelTest | |
List< Employee > | employees |
List< Dn2id > | dn2ids |
List< IdBase > | instances = new ArrayList<IdBase>() |
ClassLoader | loader |
Static Protected Attributes inherited from testsuite.clusterj.NullValuesTest | |
static final String | tablename = "nullvalues" |
static final int | numberOfPropertyTypes = 7 |
static final int | numberOfFieldsPerProperty = 12 |
static final int | DATABASE_NOT_NULL = 0 |
static final int | DATABASE_NULL = 1 |
static final String[] | databaseNull |
static final int | DATABASE_NO_DEFAULT = 0 |
static final int | DATABASE_DEFAULT = 2 |
static final String[] | databaseDefault |
static final int | NULLVALUE_NONE = 0 |
static final int | NULLVALUE_EXCEPTION = 4 |
static final int | NULLVALUE_DEFAULT = 8 |
static final String[] | nullValue |
static final String[] | propertyTypes |
Definition at line 21 of file NullValuesTest.java.