Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
Metadata about a column in a SQL query.
Defined in header <boost/mysql/metadata.hpp>
class metadata;
|
Name |
Description |
|---|---|
|
Returns the ID of the collation that fields belonging to this column use. |
|
|
Returns the maximum length of the column. |
|
|
Returns the actual name of the column. |
|
|
Returns the name of the database (schema) the column belongs to. |
|
|
Returns the number of decimals of the column. |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
Returns |
|
|
metadata [constructor] |
Default constructor. |
|
Move assignment. |
|
|
Returns the original (physical) name of the column. |
|
|
Returns the name of the physical table the column belongs to. |
|
|
Returns the name of the virtual table the column belongs to. |
|
|
Returns the type of the column (see |
|
|
~metadata [destructor] |
Destructor. |
This is a regular, value type. Instances of this class are not created by the user directly, but by the library.
Convenience header <boost/mysql.hpp>