MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testsuite.clusterj.model.BinaryPK Interface Reference

Public Member Functions

byte[] getId ()
void setId (byte[] value)
int getNumber ()
void setNumber (int value)
String getName ()
void setName (String value)

Detailed Description

Schema

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

Definition at line 33 of file BinaryPK.java.


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