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

Public Member Functions

void testWriteJDBCReadNDB ()
void testWriteNDBReadJDBC ()
void testWriteJDBCReadJDBC ()

Additional Inherited Members

- Protected Member Functions inherited from testsuite.clusterj.BigIntegerTypesTest
boolean getDebug ()
int getNumberOfInstances ()
String getTableName ()
Object getColumnValue (int i, int j)
ColumnDescriptor[] getColumnDescriptors ()
- 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< Employeeemployees
List< Dn2iddn2ids
List< IdBaseinstances = new ArrayList<IdBase>()
ClassLoader loader
- Static Protected Attributes inherited from testsuite.clusterj.BigIntegerTypesTest
static ColumnDescriptor[] columnDescriptors

Detailed Description

Definition at line 20 of file BigIntegerTypesTest.java.

Member Function Documentation

void jdbctest.BigIntegerTypesTest.testWriteJDBCReadJDBC ( )
inline

The test we want

Definition at line 50 of file BigIntegerTypesTest.java.

Here is the call graph for this function:

void jdbctest.BigIntegerTypesTest.testWriteJDBCReadNDB ( )
inline
    Test all BigIntegerTypes columns.

drop table if exists bigintegertypes; create table bigintegertypes ( id int not null primary key,

decimal_null_hash decimal(10), decimal_null_btree decimal(10), decimal_null_both decimal(10), decimal_null_none decimal(10)

) ENGINE=ndbcluster DEFAULT CHARSET=latin1;

create unique index idx_decimal_null_hash using hash on bigintegertypes(decimal_null_hash); create index idx_decimal_null_btree on bigintegertypes(decimal_null_btree); create unique index idx_decimal_null_both on bigintegertypes(decimal_null_both);One of two tests in the superclass that we don't want to run

Reimplemented from testsuite.clusterj.BigIntegerTypesTest.

Definition at line 41 of file BigIntegerTypesTest.java.

void jdbctest.BigIntegerTypesTest.testWriteNDBReadJDBC ( )
inline

One of two tests in the superclass that we don't want to run

Reimplemented from testsuite.clusterj.BigIntegerTypesTest.

Definition at line 46 of file BigIntegerTypesTest.java.


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