Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <ITypeInfo.h>
Public Member Functions | |
BasicColumnInfo (StringView schemaName_, const IBasicTypeInfo< ALLOC > &typeInfo_, Span< const StringView > typeArguments_, StringView sqlTypeName_, StringView sqlConstraint_, bool isVirtual_) | |
Public Attributes | |
StringView | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
Span< const StringView > | typeArguments |
StringView | sqlTypeName |
StringView | sqlConstraint |
bool | isVirtual |
Type information for SQL table column.
Definition at line 448 of file ITypeInfo.h.
|
inline |
Definition at line 450 of file ITypeInfo.h.
bool zserio::BasicColumnInfo< ALLOC >::isVirtual |
true if SQL table is virtual
Definition at line 466 of file ITypeInfo.h.
StringView zserio::BasicColumnInfo< ALLOC >::schemaName |
column schema name
Definition at line 461 of file ITypeInfo.h.
StringView zserio::BasicColumnInfo< ALLOC >::sqlConstraint |
column constraint or empty if column does not have any constraint
Definition at line 465 of file ITypeInfo.h.
StringView zserio::BasicColumnInfo< ALLOC >::sqlTypeName |
column SQL type name
Definition at line 464 of file ITypeInfo.h.
Span<const StringView> zserio::BasicColumnInfo< ALLOC >::typeArguments |
sequence of column type arguments
Definition at line 463 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicColumnInfo< ALLOC >::typeInfo |
reference to type information for a column type
Definition at line 462 of file ITypeInfo.h.