Public Member Functions |
|
| STATIC_CONST (MaxRowBytes=NDB_MAX_TUPLE_SIZE_IN_WORDS *4) |
|
| STATIC_CONST (MaxKeyBytes=NDB_MAX_KEYSIZE_IN_WORDS *4) |
|
| STATIC_CONST (MinKeyBytes=4) |
|
| STATIC_CONST (MaxVarTypeKeyBytes=MaxKeyBytes-2) |
|
| STATIC_CONST (MaxKeyMaxAttrBytes=MaxRowBytes-MaxKeyBytes) |
|
| STATIC_CONST (MaxKeyMaxVarTypeAttrBytes=MaxKeyMaxAttrBytes-2) |
|
| STATIC_CONST (MinKeyMaxAttrBytes=MaxRowBytes-MinKeyBytes) |
|
| STATIC_CONST (MinKeyMaxVarTypeAttrBytes=MinKeyMaxAttrBytes-2) |
|
| STATIC_CONST (UniqueIndexOverheadBytes=4) |
|
| STATIC_CONST (MaxKeyMaxVarTypeAttrBytesIndex=((MaxKeyMaxVarTypeAttrBytes<=MaxKeyBytes)?MaxKeyMaxVarTypeAttrBytes:MaxKeyBytes)-UniqueIndexOverheadBytes) |
|
| STATIC_CONST (HugoOverheadBytes=2 *(4+4)) |
Static Public Member Functions |
|
static int | createTable (Ndb *pNdb, const char *_name, bool _temp=false, bool existsOK=false, NDBT_CreateTableHook=0, void *arg=0) |
|
static int | createAllTables (Ndb *pNdb, bool _temp, bool existsOK=false) |
|
static int | createAllTables (Ndb *pNdb) |
|
static int | dropAllTables (Ndb *pNdb) |
|
static int | print (const char *name) |
|
static int | printAll () |
|
static const NdbDictionary::Table * | getTable (const char *_nam) |
|
static const NdbDictionary::Table * | getTable (int _num) |
|
static int | getNumTables () |
|
static const char ** | getIndexes (const char *table) |
|
static int | create_default_tablespace (Ndb *pNdb) |
Detailed Description
Definition at line 31 of file NDBT_Tables.hpp.
The documentation for this class was generated from the following files: