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

Public Member Functions

boolean isUnique ()
String getName ()
String getInternalName ()
String[] getColumnNames ()

Detailed Description

Definition at line 23 of file Index.java.

Member Function Documentation

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

Get the names of the columns in this index, in the order they are declared in the KEY clause of the CREATE TABLE statement.

Returns
the column names

Here is the caller graph for this function:

String com.mysql.clusterj.core.store.Index.getInternalName ( )

Get the actual name of the index, e.g. idx_name_hash$unique.

Returns
the actual name of the index
String com.mysql.clusterj.core.store.Index.getName ( )

Get the external name of the index, i.e the name used to create the index.

Returns
the name

Here is the caller graph for this function:

boolean com.mysql.clusterj.core.store.Index.isUnique ( )

Is this index unique?

Returns
true if the index is unique

Here is the caller graph for this function:


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