MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
copy_info_unittest::Mock_COPY_INFO_insert Class Reference
Inheritance diagram for copy_info_unittest::Mock_COPY_INFO_insert:
Collaboration diagram for copy_info_unittest::Mock_COPY_INFO_insert:

Public Member Functions

 Mock_COPY_INFO_insert (List< Item > *fields)
- Public Member Functions inherited from COPY_INFO
 COPY_INFO (operation_type optype, List< Item > *inserted_columns, bool manage_defaults, enum_duplicates duplicate_handling, bool ignore_errors)
 COPY_INFO (operation_type optype, List< Item > *inserted_columns, List< Item > *inserted_columns2, bool manage_defaults, enum_duplicates duplicates_handling, bool ignore_duplicates, int escape_character)
 COPY_INFO (operation_type optype, List< Item > *fields, List< Item > *values)
operation_type get_operation_type () const
List< Item > * get_changed_columns () const
const List< Item > * get_changed_columns2 () const
bool get_manage_defaults () const
enum_duplicates get_duplicate_handling () const
bool get_ignore_errors () const
virtual void set_function_defaults (TABLE *table)
bool add_function_default_columns (TABLE *table, MY_BITMAP *columns)
bool function_defaults_apply (const TABLE *table) const
bool function_defaults_apply_on_columns (MY_BITMAP *map)
bool ignore_last_columns (TABLE *table, uint count)
virtual ~COPY_INFO ()

Additional Inherited Members

- Public Types inherited from COPY_INFO
enum  operation_type { INSERT_OPERATION, UPDATE_OPERATION }
- Static Public Member Functions inherited from Sql_alloc
static void * operator new (size_t size) throw ()
static void * operator new[] (size_t size) throw ()
static void * operator new[] (size_t size, MEM_ROOT *mem_root) throw ()
static void * operator new (size_t size, MEM_ROOT *mem_root) throw ()
static void operator delete (void *ptr, size_t size)
static void operator delete (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, size_t size)
- Public Attributes inherited from COPY_INFO
Statistics stats
int escape_char
int last_errno
List< Item > * update_values
- Protected Member Functions inherited from COPY_INFO
bool get_function_default_columns (TABLE *table)
MY_BITMAPget_cached_bitmap () const
- Protected Attributes inherited from COPY_INFO
enum enum_duplicates handle_duplicates
bool ignore

Detailed Description

Definition at line 110 of file copy_info-t.cc.


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