MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.core.store.PartitionKey Interface Reference
Inheritance diagram for com.mysql.clusterj.core.store.PartitionKey:

Public Member Functions

void addIntKey (Column storeColumn, int key)
void addLongKey (Column storeColumn, long key)
void addStringKey (Column storeColumn, String string)
void addBytesKey (Column storeColumn, byte[] bytes)

Detailed Description

This interface represents a partition key. A partition key consists of a table and values that make up the partition key. An instance of this interface can be used to specify the partition key used when starting a transaction.

Definition at line 26 of file PartitionKey.java.


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