#include <NdbDictionary.hpp>
|
Create event given defined Event instance
|
|
Create index given defined Index instance
|
|
Create defined table given defined Table instance
|
|
Drop event with given name
|
|
Drop index with given name
|
|
Drop table given table name
|
|
Drop table given retrieved Table instance
|
|
Get event with given name.
|
|
Get index with given name, NULL if undefined
|
|
Get the latest error
|
|
Get table with given name, NULL if undefined
|
|
Fetch list of indexes of given table.
|
|
Fetch list of all objects, optionally restricted to given type.
|
|
Remove index from local cache |
|
Remove table from local cache |