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

Public Member Functions

long getLongpk1 ()
void setLongpk1 (long value)
long getLongpk2 ()
void setLongpk2 (long value)
String getStringpk ()
void setStringpk (String value)
String getStringvalue ()
void setStringvalue (String value)

Detailed Description

Schema

create table longlongstringpk ( longpk1 bigint not null, longpk2 bigint not null, stringpk varchar(10) not null, stringvalue varchar(10), CONSTRAINT PK_longlongstringpk PRIMARY KEY (longpk1, longpk2, stringpk)

) ENGINE=ndbcluster DEFAULT CHARSET=latin1;

Definition at line 43 of file LongLongStringPK.java.


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