BOSS 7.0.4
BESIII Offline Software System
|
#include <Visitor.h>
Public Types | |
enum | VisitorState { VCONTINUE = 0 , VDONE , VBRANCHDONE , VERROR , VERRORABORT , VCONTINUE = 0 , VDONE , VBRANCHDONE , VERROR , VERRORABORT } |
enum | VisitorState { VCONTINUE = 0 , VDONE , VBRANCHDONE , VERROR , VERRORABORT , VCONTINUE = 0 , VDONE , VBRANCHDONE , VERROR , VERRORABORT } |
This abstract class is the base for the visitors hierarchy; its main purpouse is to provide an abstract interface common to all the different kind of visitor; in this way the manager can hold a list of visitors that the client can start.
One likly visitor would be something which instantiates a suitable representation, e.g. in a MySQL database, of the tables described
Definition at line 32 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Management/Visitor.h.
Enumerator | |
---|---|
VCONTINUE | |
VDONE | |
VBRANCHDONE | |
VERROR | |
VERRORABORT | |
VCONTINUE | |
VDONE | |
VBRANCHDONE | |
VERROR | |
VERRORABORT |
Definition at line 34 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Management/Visitor.h.
Enumerator | |
---|---|
VCONTINUE | |
VDONE | |
VBRANCHDONE | |
VERROR | |
VERRORABORT | |
VCONTINUE | |
VDONE | |
VBRANCHDONE | |
VERROR | |
VERRORABORT |
Definition at line 34 of file InstallArea/include/rdbModel/rdbModel/Management/Visitor.h.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
This method says if the visitor is recursive or not.
This method sets if the visitor is recursive or not
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
This method says if the visitor is recursive or not.
This method sets if the visitor is recursive or not
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.
|
pure virtual |
Implemented in rdbModel::MysqlConnection, and rdbModel::MysqlConnection.