#include <iopcClassObjectImpl.h>
Public Attributes | |
CStdString | name |
bool | persistent |
CStdString | selectStmt |
Attributes from the same group are loaded from the database when first of them is accessed (see IopcClassOnject::loadAttribute()).
First group in GroupVector is always default fetch group. Attributes from this group are loaded when the object is retrieved from the database. Default fetch group can be empty.
The group (among other less important information) contains list of indexes to appropriate AttrVector - these indexes identify individual attributes of the group.
|
Name of the group (currently not used for anything).
|
|
Are the group attributes persistent?
|
|
SQL statement that gets all attributes of this group from the database. Initialized by IopcClassObjectImpl::generateLoadAttrGroupSqlStmts().
|