#include <NdbDictionary.hpp>
Inheritance diagram for NdbDictionary::Index:
|
Represents type of index
Reimplemented from NdbDictionary::Object. |
|
Constructor
|
|
Add a column to the index definition Note that the order of columns will be in the order they are added (only matters for ordered indexes). |
|
Add a column name to the index definition Note that the order of indexes will be in the order they are added (only matters for ordered indexes). |
|
Add several column names to the index definition Note that the order of indexes will be in the order they are added (only matters for ordered indexes). |
|
Get a specific column in the index |
|
Check if index is set to be stored on disk
|
|
Get the name of an index |
|
Get the number of columns in the index |
|
Get object status Implements NdbDictionary::Object. |
|
Get object version Implements NdbDictionary::Object. |
|
Get the name of the table being indexed |
|
Get index type of the index |
|
Enable/Disable index storage on disk
|
|
Set the name of an index |
|
Define the name of the table to be indexed |
|
Set index type of the index |