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