Description.
This is used to create an new instance of
Index.
Indexes created using the NDB API cannot be
seen by the MySQL Server.
Signature.
Index
(
const char* name = ""
)
Parameters.
The name of the new index. It is possible to create an index
without a name, and then assign a name to it later using
setName(). See
Section 4.5.2.11, “Index::setName()”.
Return Value.
A new instance of Index.
Destructor.
The destructor (~Index()) is supplied as a
virtual method.
