MySQL 5.6.14 Source Code Document
|
In-memory representation of a containers record from the configuration. More...
#include <TableSpec.h>
Public Member Functions | |
TableSpec (int nkeys, int nvals) | |
TableSpec (const char *db, const char *tab, int nkeys, int nvals) | |
TableSpec (const char *sqltabname, const char *keycols, const char *valcols) | |
TableSpec (const TableSpec &) | |
void | setTable (const char *db, const char *table) |
void | setKeyColumns (const char *col1,...) |
void | setValueColumns (const char *col1,...) |
In-memory representation of a containers record from the configuration.
Definition at line 13 of file TableSpec.h.