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

Public Member Functions

int getId ()
void setId (int id)
String getName ()
void setName (String name)
int getMagic ()
void setMagic (int magic)
Integer getAge ()
void setAge (Integer age)

Detailed Description

Customer

create table t_basic ( id int not null, name varchar(32), age int, magic int not null, primary key(id)) engine=ndbcluster; create unique index idx_unique_hash_magic using hash on t_basic(magic); create index idx_btree_age on t_basic(age);

Definition at line 38 of file Customer.java.


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