#include <classic_protocol_message.h>
|
| using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
| |
|
| constexpr | ColumnMeta (string_type catalog, string_type schema, string_type table, string_type orig_table, string_type name, string_type orig_name, uint16_t collation, uint32_t column_length, uint8_t type, classic_protocol::column_def::value_type flags, uint8_t decimals) |
| |
| constexpr string_type | catalog () const |
| |
| constexpr string_type | schema () const |
| |
| constexpr string_type | table () const |
| |
| constexpr string_type | orig_table () const |
| |
| constexpr string_type | name () const |
| |
| constexpr string_type | orig_name () const |
| |
| constexpr uint16_t | collation () const |
| |
| constexpr uint32_t | column_length () const |
| |
| constexpr uint8_t | type () const |
| |
| constexpr classic_protocol::column_def::value_type | flags () const |
| |
| constexpr uint8_t | decimals () const |
| |
◆ string_type
◆ ColumnMeta()
template<bool Borrowed>
| constexpr classic_protocol::borrowable::message::server::ColumnMeta< Borrowed >::ColumnMeta |
( |
string_type |
catalog, |
|
|
string_type |
schema, |
|
|
string_type |
table, |
|
|
string_type |
orig_table, |
|
|
string_type |
name, |
|
|
string_type |
orig_name, |
|
|
uint16_t |
collation, |
|
|
uint32_t |
column_length, |
|
|
uint8_t |
type, |
|
|
classic_protocol::column_def::value_type |
flags, |
|
|
uint8_t |
decimals |
|
) |
| |
|
inlineconstexpr |
◆ catalog()
◆ collation()
◆ column_length()
◆ decimals()
◆ flags()
◆ name()
◆ orig_name()
◆ orig_table()
◆ schema()
◆ table()
◆ type()
◆ catalog_
◆ collation_
◆ column_length_
◆ decimals_
◆ flags_
◆ name_
◆ orig_name_
◆ orig_table_
◆ schema_
◆ table_
◆ type_
The documentation for this class was generated from the following file: