MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testsuite.clusterj.model.LongvarbinaryPK 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 longvarbinarypk; create table longvarbinarypk ( id varbinary(256) primary key not null, number int not null, name varchar(10) not null ) ENGINE=ndbcluster DEFAULT CHARSET=latin1;

Definition at line 33 of file LongvarbinaryPK.java.


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