My Project
inplace_alter_handler_ctx Class Reference

#include <handler.h>

Inheritance diagram for inplace_alter_handler_ctx:
Sql_alloc

List of all members.


Detailed Description

In-place alter handler context.

This is a superclass intended to be subclassed by individual handlers in order to store handler unique context between in-place alter API calls.

The handler is responsible for creating the object. This can be done as early as during check_if_supported_inplace_alter().

The SQL layer is responsible for destroying the object. The class extends Sql_alloc so the memory will be mem root allocated.

See also:
Alter_inplace_info

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines