Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
|
#include <TypeInfo.h>
Type information class for SQL table types.
Definition at line 686 of file TypeInfo.h.
zserio::SqlTableTypeInfo< ALLOC >::SqlTableTypeInfo | ( | StringView | schemaName, |
StringView | templateName, | ||
Span< const BasicTemplateArgumentInfo< ALLOC >> | templateArguments, | ||
Span< const BasicColumnInfo< ALLOC >> | columns, | ||
StringView | sqlConstraint, | ||
StringView | virtualTableUsing, | ||
bool | isWithoutRowId | ||
) |
Constructor.
schemaName | The schema name to be stored in type information. |
templateName | The full schema template name. |
templateArguments | The sequence of type informations for template arguments. |
columns | The sequence of type informations for columns. |
sqlConstraint | The SQL table constraint. |
virtualTableUsing | The SQL virtual table using specification. |
isWithoutRowId | true if SQL table is without row id table, otherwise false. |
Definition at line 1665 of file TypeInfo.h.
|
overridevirtual |
Gets the type information for SQL table columns.
CppRuntimeException | If the zserio type is not SQL table type. |
Reimplemented from zserio::TypeInfoBase< ALLOC >.
Definition at line 1676 of file TypeInfo.h.
|
overridevirtual |
Gets the SQL table constraint.
CppRuntimeException | If the zserio type is not SQL table type. |
Reimplemented from zserio::TypeInfoBase< ALLOC >.
Definition at line 1682 of file TypeInfo.h.
|
overridevirtual |
Gets the SQL virtual table using specification.
CppRuntimeException | If the zserio type is not SQL table type. |
Reimplemented from zserio::TypeInfoBase< ALLOC >.
Definition at line 1688 of file TypeInfo.h.
|
overridevirtual |
Checks if SQL table is without row id table.
CppRuntimeException | If the zserio type is not SQL table type. |
Reimplemented from zserio::TypeInfoBase< ALLOC >.
Definition at line 1694 of file TypeInfo.h.