|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
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. | |
Describes a single field (column) in a DB2 table.
Definition at line 13 of file DB2Table.h.
| unsigned int DB2FieldInfo::arraySize = 1 |
Array size (> 1 for array fields).
Definition at line 18 of file DB2Table.h.
| bool DB2FieldInfo::isKey = false |
Whether this field is the primary key.
Definition at line 19 of file DB2Table.h.
| bool DB2FieldInfo::isRelationshipData = false |
Whether this field is relationship data.
Definition at line 20 of file DB2Table.h.
| std::string DB2FieldInfo::name |
Column name.
Definition at line 15 of file DB2Table.h.
| int DB2FieldInfo::pos = -1 |
DB2 field position index (-1 for non-inline/key).
Definition at line 17 of file DB2Table.h.
| std::string DB2FieldInfo::type |
Type string ("text", "float", "int8", "uint8", etc.).
Definition at line 16 of file DB2Table.h.