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

Public Member Functions

byte[] getId ()
void setId (byte[] value)
int getNumber ()
void setNumber (int value)
String getName ()
void setName (String value)
- Public Member Functions inherited from com.mysql.clusterj.DynamicObject
String table ()
final void delegate (DynamicObjectDelegate delegate)
final DynamicObjectDelegate delegate ()
final Object get (int columnNumber)
final void set (int columnNumber, Object value)
final ColumnMetadata[] columnMetadata ()
Boolean found ()

Detailed Description

Schema

drop table if exists xxx; create table xxx ( id binary(xxx) primary key not null, number int not null, name varchar(10) not null ) ENGINE=ndbcluster DEFAULT CHARSET=latin1;

Definition at line 32 of file DynamicPK.java.


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