MySQL 5.6.14 Source Code Document
|
Classes | |
struct | Column |
class | Table |
Public Types | |
enum | Error { ERR_NoError = 0, ERR_NoSuchTable = 40, ERR_OutOfMemory = 41, ERR_ClusterFailure = 42, ERR_WrongState = 43 } |
Public Member Functions | |
NdbInfo (class Ndb_cluster_connection *connection, const char *prefix, const char *dbname="", const char *table_prefix="") | |
bool | init (void) |
int | openTable (const char *table_name, const Table **) |
int | openTable (Uint32 tableId, const Table **) |
void | closeTable (const Table *table) |
int | createScanOperation (const Table *, class NdbInfoScanOperation **, Uint32 max_rows=256, Uint32 max_bytes=0) |
void | releaseScanOperation (class NdbInfoScanOperation *) const |
Definition at line 30 of file NdbInfo.hpp.