#include <iopcClassObjectImpl.h>
Public Attributes | |
CStdString | name |
bool | containsCIDs |
std::map< CStdString, CStdString > | attributes |
CStdString | insertSqlStatement |
|
Name of the table.
|
|
Does the table contain Class ID column?
|
|
Map of table columns / attributes. Key = attribute name, value = column name.
|
|
SQL statement used when inserting new row into this table. Inserts the data into all table columns. Initialized by IopcClassObjectImpl::generateInsertObjectSqlStmt().
|