Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
zserio::BasicTableInfo< ALLOC > Struct Template Reference

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicTableInfo< ALLOC >:

Public Attributes

std::string_view schemaName
 
const IBasicTypeInfo< ALLOC > & typeInfo
 

Detailed Description

template<typename ALLOC = std::allocator<uint8_t>>
struct zserio::BasicTableInfo< ALLOC >

Type information for SQL database table.

Definition at line 587 of file ITypeInfo.h.

Member Data Documentation

◆ schemaName

template<typename ALLOC = std::allocator<uint8_t>>
std::string_view zserio::BasicTableInfo< ALLOC >::schemaName

table schema name

Definition at line 589 of file ITypeInfo.h.

◆ typeInfo

template<typename ALLOC = std::allocator<uint8_t>>
const IBasicTypeInfo<ALLOC>& zserio::BasicTableInfo< ALLOC >::typeInfo

reference to type information for a table

Definition at line 590 of file ITypeInfo.h.


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