Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::ValidationSqliteUtil< ALLOC >::ColumnDescription Struct Reference

#include <ValidationSqliteUtil.h>

Public Attributes

string_type name
 
string_type type
 
bool isNotNull
 
bool isPrimaryKey
 

Detailed Description

template<typename ALLOC>
struct zserio::ValidationSqliteUtil< ALLOC >::ColumnDescription

Description of a single column.

Definition at line 25 of file ValidationSqliteUtil.h.

Member Data Documentation

◆ isNotNull

template<typename ALLOC >
bool zserio::ValidationSqliteUtil< ALLOC >::ColumnDescription::isNotNull

Is true if the column has "NOT NULL" constraint.

Definition at line 29 of file ValidationSqliteUtil.h.

◆ isPrimaryKey

template<typename ALLOC >
bool zserio::ValidationSqliteUtil< ALLOC >::ColumnDescription::isPrimaryKey

Is true if the column is primary key.

Definition at line 30 of file ValidationSqliteUtil.h.

◆ name

template<typename ALLOC >
string_type zserio::ValidationSqliteUtil< ALLOC >::ColumnDescription::name

Column name.

Definition at line 27 of file ValidationSqliteUtil.h.

◆ type

template<typename ALLOC >
string_type zserio::ValidationSqliteUtil< ALLOC >::ColumnDescription::type

Column SQLite data type ("INTEGER", "REAL", "TEXT" or "BLOB").

Definition at line 28 of file ValidationSqliteUtil.h.


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