MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ndb_local_connection Class Reference

Public Member Functions

 Ndb_local_connection (THD *thd)
bool truncate_table (const char *db, size_t db_length, const char *table, size_t table_length, bool ignore_no_such_table)
bool flush_table (const char *db, size_t db_length, const char *table, size_t table_length)
bool delete_rows (const char *db, size_t db_length, const char *table, size_t table_length, bool ignore_no_such_table,...)
bool create_sys_table (const char *db, size_t db_length, const char *table, size_t table_length, bool create_if_not_exists, const char *create_definiton, const char *create_options)
bool raw_run_query (const char *query, size_t query_length, const int *suppress_errors)

Detailed Description

Definition at line 36 of file ndb_local_connection.h.


The documentation for this class was generated from the following files: