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.Table Interface Reference
Inheritance diagram for com.mysql.clusterj.core.store.Table:

Public Member Functions

Column getColumn (String columnName)
String getName ()
String[] getPrimaryKeyColumnNames ()
String[] getPartitionKeyColumnNames ()
PartitionKey createPartitionKey ()
String[] getIndexNames ()
String[] getColumnNames ()

Detailed Description

Definition at line 23 of file Table.java.

Member Function Documentation

PartitionKey com.mysql.clusterj.core.store.Table.createPartitionKey ( )

Create a partition key for this table

String [] com.mysql.clusterj.core.store.Table.getColumnNames ( )

Get the names of all columns for this table

String [] com.mysql.clusterj.core.store.Table.getIndexNames ( )

Get the names of the indexes on this table

String [] com.mysql.clusterj.core.store.Table.getPartitionKeyColumnNames ( )

Get the names of the partition key columns

String [] com.mysql.clusterj.core.store.Table.getPrimaryKeyColumnNames ( )

Get the names of the primary key columns


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