xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::DataStructure::Field Struct Reference

A single field in a row. More...

#include <DataTypes.h>

Collaboration diagram for Xale::DataStructure::Field:
Collaboration graph

Public Member Functions

 Field ()
 Field (std::string n, FieldType t, FieldValue v)

Public Attributes

std::string name
FieldType type
FieldValue value

Detailed Description

A single field in a row.

Constructor & Destructor Documentation

◆ Field() [1/2]

Xale::DataStructure::Field::Field ( )
inline

◆ Field() [2/2]

Xale::DataStructure::Field::Field ( std::string n,
FieldType t,
FieldValue v )
inline

Member Data Documentation

◆ name

std::string Xale::DataStructure::Field::name

◆ type

FieldType Xale::DataStructure::Field::type

◆ value

FieldValue Xale::DataStructure::Field::value

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