MySQL 8.4.2
Source Code Documentation
|
An interface to wrap the parameters required by specific Rewriter. More...
#include <sql_rewrite.h>
Protected Member Functions | |
virtual | ~Rewrite_params ()=default |
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.
|
protectedvirtualdefault |