MySQL 9.1.0
Source Code Documentation
|
Contains classes representing SQL-data change statements. More...
#include <assert.h>
#include <stddef.h>
#include <sys/types.h>
#include "my_base.h"
#include "my_bitmap.h"
Go to the source code of this file.
Classes | |
class | COPY_INFO |
This class encapsulates a data change operation. More... | |
class | COPY_INFO::Statistics |
Enumerations | |
enum | enum_duplicates { DUP_ERROR , DUP_REPLACE , DUP_UPDATE } |
Contains classes representing SQL-data change statements.
The actual implementions of the functionality are found in files sql_{insert, update}.{h,cc}
enum enum_duplicates |