MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
virtual bool | is_index () const |
bool | is_unique () const |
const ST_Trg & | trg (int k) const |
ST_Trg & | trg (int k) |
ST_Ind (const char *a_db, const char *a_name) | |
Public Member Functions inherited from ST_Obj | |
bool | exists () const |
virtual bool | is_trigger () const |
virtual bool | is_table () const |
virtual const char * | realname () const |
ST_Obj (const char *a_dbname, const char *a_name) |
Public Attributes | |
struct ST_Tab * | tab |
const NdbDictionary::Index * | ind |
const NdbDictionary::Index * | ind_r |
BaseString | colnames |
ST_Trglist * | trglist |
int | trgcount |
Public Attributes inherited from ST_Obj | |
NdbDictionary::Object::Type | type |
char | dbname [ST_MAX_NAME_SIZE] |
char | name [ST_MAX_NAME_SIZE] |
int | id |
bool | create |
bool | commit |
Definition at line 4208 of file testDict.cpp.