MySQL 9.1.0
Source Code Documentation
|
Class to hold information regarding a predefined tablespace created by a storage engine. More...
#include <plugin_table.h>
Classes | |
class | Plugin_tablespace_file |
Public Member Functions | |
Plugin_tablespace (const char *name, const char *options, const char *se_private_data, const char *comment, const char *engine) | |
void | add_file (const Plugin_tablespace_file *file) |
const char * | get_name () const |
const char * | get_options () const |
const char * | get_se_private_data () const |
const char * | get_comment () const |
const char * | get_engine () const |
const List< const Plugin_tablespace_file > & | get_files () const |
Private Attributes | |
const char * | m_name |
const char * | m_options |
const char * | m_se_private_data |
const char * | m_comment |
const char * | m_engine |
List< const Plugin_tablespace_file > | m_files |
Class to hold information regarding a predefined tablespace created by a storage engine.
The class stores the name, options, se_private_data, comment and engine of the tablespace. A list of of the tablespace files is also stored.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |