![]() |
VR-Forces Developer's Guide
|
A class representing a column of data from a table.
Public Member Functions | |
| DtVpfColumn (DtVpfTable *table) | |
| virtual | ~DtVpfColumn () |
| virtual bool | readDescription () |
| virtual bool | readValue () |
| virtual const DtVpfData * | operator[] (const unsigned int row) const |
| virtual DtString | columnName () const |
| virtual char | dataType () const |
| virtual int | numberDataElements () const |
| virtual const DtString & | columnDescription () const |
| virtual const DtString & | valueDescriptionTableName () const |
| virtual bool | hasValueDescription () const |
| virtual const DtString | valueDescription (const int input) const |
| virtual const DtString | valueDescription (const DtString &input) const |
| virtual DtVpfTable * | table () const |
| virtual unsigned int | numRows () const |
Private Member Functions | |
| DtVpfColumn (const DtVpfColumn &column) | |
| DtVpfColumn & | operator= (const DtVpfColumn &column) |
|
private |
Copy constructor is private to prevent copying.
| DtVpfColumn::DtVpfColumn | ( | DtVpfTable * | table | ) |
Constructor takes the table that this column belongs to.
|
virtual |
Destructor.
|
private |
Assignment Operator is private to prevent copying.
|
virtual |
Reads the column description.
|
virtual |
Reads the column data.
Reads the column description.
|
virtual |
returns the column name
|
virtual |
returns a character that represents the column data type
|
virtual |
returns the number of data elements in this column
|
virtual |
returns the column description
|
virtual |
returns the description table name
|
virtual |
determines whether or not a colunmn has a value description
returns the value description of the input value
returns the value description of the input value
|
virtual |
returns the table that owns this column
the number of rows that this column has
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |