MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
byte[] | getId () |
void | setId (byte[] value) |
int | getNumber () |
void | setNumber (int value) |
String | getName () |
void | setName (String value) |
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.