MySQL 9.0.0
Source Code Documentation
field_wrapper.h File Reference

Experimental API header. More...

Go to the source code of this file.

Classes

class  mysql::serialization::Field_wrapper< Field_type, defined_field_size >
 Wrapper for fields to hold field reference and user-defined, compile-time field size. More...
 
class  mysql::serialization::Field_wrapper< const Field_type, defined_field_size >
 Wrapper for fields to hold field reference and defined by the user compile time size of the field. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::serialization
 

Functions

template<typename Field_type >
auto mysql::serialization::create_varlen_field_wrapper (Field_type &field_reference)
 

Detailed Description

Experimental API header.