Zserio C++ runtime library  1.0.0
Built for Zserio 2.13.0
zserio::BasicTableInfo< ALLOC > Struct Template Reference

#include <ITypeInfo.h>

Public Attributes

StringView 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 93 of file ITypeInfo.h.

Member Data Documentation

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

table schema name

Definition at line 458 of file ITypeInfo.h.

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

reference to type information for a table

Definition at line 459 of file ITypeInfo.h.


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