|
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 varbinarypk; create table varbinarypk ( id varbinary(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 VarbinaryPK.java.