MySQL 9.0.0
Source Code Documentation
Rewrite_params Class Reference

An interface to wrap the parameters required by specific Rewriter. More...

#include <sql_rewrite.h>

Inheritance diagram for Rewrite_params:
[legend]

Protected Member Functions

virtual ~Rewrite_params ()=default
 

Detailed Description

An interface to wrap the parameters required by specific Rewriter.

Parameters required by specific Rewriter must be added in the concrete implementation. Clients need to wrap the parameters in specific concrete object. The Rewrite_params objects are not expected to change and are passed around as const objects.

Constructor & Destructor Documentation

◆ ~Rewrite_params()

virtual Rewrite_params::~Rewrite_params ( )
protectedvirtualdefault

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