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

Public Member Functions

int getId ()
void setId (int id)
long getLongix ()
void setLongix (long value)
int getIntix ()
void setIntix (int value)
String getStringix ()
void setStringix (String value)
String getStringvalue ()
void setStringvalue (String value)

Detailed Description

Schema

drop table if exists longintstringix; create table longintstringix ( id int primary key, longix bigint not null, stringix varchar(10) not null, intix int not null, stringvalue varchar(10) ) ENGINE=ndbcluster DEFAULT CHARSET=latin1;

create index idx_long_int_string on longintstringix(longix, intix, stringix);

Definition at line 41 of file LongIntStringIndex.java.


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