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

Public Member Functions

long getLongpk ()
void setLongpk (long value)
int getIntpk ()
void setIntpk (int value)
String getStringpk ()
void setStringpk (String value)
String getStringvalue ()
void setStringvalue (String value)

Detailed Description

Schema

drop table if exists longintstringpk; create table longintstringpk ( stringpk varchar(10) not null, intpk int not null, longpk bigint not null, stringvalue varchar(10), CONSTRAINT PK_longlongstringpk PRIMARY KEY (longpk, intpk, stringpk)

) ENGINE=ndbcluster DEFAULT CHARSET=latin1 PARTITION BY KEY(intpk, longpk);

Definition at line 37 of file HashOnlyLongIntStringPK.java.


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