DataSetList class is used to specify multiple tables.
The class can be called from Material class.
.
More...
Public Member Functions | |
| String | GetName () |
| Returns the name of the dataset list (multiple tables) as a string. More... | |
| DataSet * | GetTable (int index) |
| Returns the table with the specified index as a dataset. More... | |
| virtual bool | IsValid () |
| Returns True if an object is valid. More... | |
| int | NumTable () |
| Returns the number of tables in the dataset list (multiple tables). More... | |
| void | SetName (String &name) |
| Specifies the name for the dataset list (multiple tables). More... | |
| void | SetTable (double primaryKey, String &primaryUnitName, String array &mat) |
| Specifies a point sequence for the multidimensional array of the specified primary key in the dataset list (multiple tables). More... | |
| void | SetTableWithDualKey (double primaryKey, String &primaryUnitName, double secondaryKey, String &secondaryUnitName, String array &mat) |
| Specifies a point sequence for the multidimensional array of the specified primary key and secondary key in the dataset list (multiple tables). More... | |
DataSetList class is used to specify multiple tables.
The class can be called from Material class.
.
Example of obtaining the class object:
| String DataSetList::GetName | ( | ) |
Returns the name of the dataset list (multiple tables) as a string.
| DataSet * DataSetList::GetTable | ( | int | index | ) |
Returns the table with the specified index as a dataset.
| index | Index of the table |
|
virtual |
Returns True if an object is valid.
| int DataSetList::NumTable | ( | ) |
Returns the number of tables in the dataset list (multiple tables).
| void DataSetList::SetName | ( | String & | name | ) |
Specifies the name for the dataset list (multiple tables).
| name | DataSet list name |
| void DataSetList::SetTable | ( | double | primaryKey, |
| String & | primaryUnitName, | ||
| String array & | mat | ||
| ) |
Specifies a point sequence for the multidimensional array of the specified primary key in the dataset list (multiple tables).
| primaryKey | Value of the primary key |
| primaryUnitName | Unit name of the primary key |
| mat | Multidimensional array |
| void DataSetList::SetTableWithDualKey | ( | double | primaryKey, |
| String & | primaryUnitName, | ||
| double | secondaryKey, | ||
| String & | secondaryUnitName, | ||
| String array & | mat | ||
| ) |
Specifies a point sequence for the multidimensional array of the specified primary key and secondary key in the dataset list (multiple tables).
| primaryKey | Value of the primary key |
| primaryUnitName | Unit name of the secondary key |
| secondaryKey | Value of the primary key |
| secondaryUnitName | Unit name of the secondary key |
| mat | Multidimensional array |