WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
DB2FieldInfo Struct Reference

Describes a single field (column) in a DB2 table. More...

#include <DB2Table.h>

Public Attributes

std::string name
 Column name.
 
std::string type
 Type string ("text", "float", "int8", "uint8", etc.).
 
int pos = -1
 DB2 field position index (-1 for non-inline/key).
 
unsigned int arraySize = 1
 Array size (> 1 for array fields).
 
bool isKey = false
 Whether this field is the primary key.
 
bool isRelationshipData = false
 Whether this field is relationship data.
 

Detailed Description

Describes a single field (column) in a DB2 table.

Definition at line 13 of file DB2Table.h.

Member Data Documentation

◆ arraySize

unsigned int DB2FieldInfo::arraySize = 1

Array size (> 1 for array fields).

Definition at line 18 of file DB2Table.h.

◆ isKey

bool DB2FieldInfo::isKey = false

Whether this field is the primary key.

Definition at line 19 of file DB2Table.h.

◆ isRelationshipData

bool DB2FieldInfo::isRelationshipData = false

Whether this field is relationship data.

Definition at line 20 of file DB2Table.h.

◆ name

std::string DB2FieldInfo::name

Column name.

Definition at line 15 of file DB2Table.h.

◆ pos

int DB2FieldInfo::pos = -1

DB2 field position index (-1 for non-inline/key).

Definition at line 17 of file DB2Table.h.

◆ type

std::string DB2FieldInfo::type

Type string ("text", "float", "int8", "uint8", etc.).

Definition at line 16 of file DB2Table.h.


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