Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <ITypeInfo.h>
Public Attributes | |
StringView | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
Type information for SQL database table.
Definition at line 473 of file ITypeInfo.h.
StringView zserio::BasicTableInfo< ALLOC >::schemaName |
table schema name
Definition at line 475 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicTableInfo< ALLOC >::typeInfo |
reference to type information for a table
Definition at line 476 of file ITypeInfo.h.