Aimsun Next Scripting
22
|
Public Member Functions | |
GKRealDataSetRestorerODBCSg () | |
~GKRealDataSetRestorerODBCSg () | |
uint | getRID () const |
void | setRID (uint) |
const QDateTime & | getStartTime () const |
void | setStartTime (const QDateTime &) |
const GKTimeDuration & | getInterval () const |
void | setInterval (const GKTimeDuration &) |
const GKDataBaseInfo & | getDbInfo () const |
void | setDbInfo (const GKDataBaseInfo &) |
![]() | |
if (base) | |
Py_END_ALLOW_THREADS End | GKRealDataSetRestorer () |
~GKRealDataSetRestorer () | |
void | setRealDataSet (GKRealDataSet *arealDataSet) |
virtual QString | getName () const =0 |
virtual QString | getExternalName () const =0 |
virtual QString | getDescription () const =0 |
virtual uint | order () const |
virtual QString | secondaryOrder () const |
const GKType * | getObjectType () const |
void | setObjectType (const GKType *type) |
virtual bool | restoreData (GKRealDataSet *, GKModel *) |
virtual QString | store () const =0 |
virtual void | restore (GKRealDataSet *, const QString &)=0 |
virtual GKTimeDuration | getForcedInterval () const |
virtual QString | getOriginatorName () const =0 |
Additional Inherited Members | |
![]() | |
ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKRealDataSetRestorer * | base = (GKRealDataSetRestorer*)sipCpp |
sipType = 0 | |
The table columns are:
GKRealDataSetRestorerODBCSg::GKRealDataSetRestorerODBCSg | ( | ) |
GKRealDataSetRestorerODBCSg::~GKRealDataSetRestorerODBCSg | ( | ) |
const GKDataBaseInfo & GKRealDataSetRestorerODBCSg::getDbInfo | ( | ) | const |
returns the database info (user, password, etc.)
const GKTimeDuration & GKRealDataSetRestorerODBCSg::getInterval | ( | ) | const |
returns the interval time
uint GKRealDataSetRestorerODBCSg::getRID | ( | ) | const |
Returns the replication ID.
const QDateTime & GKRealDataSetRestorerODBCSg::getStartTime | ( | ) | const |
returns the starting time
void GKRealDataSetRestorerODBCSg::setDbInfo | ( | const GKDataBaseInfo & | ) |
sets the database info (user, password, etc.)
void GKRealDataSetRestorerODBCSg::setInterval | ( | const GKTimeDuration & | ) |
sets the interval time
void GKRealDataSetRestorerODBCSg::setRID | ( | uint | ) |
sets the replication ID
void GKRealDataSetRestorerODBCSg::setStartTime | ( | const QDateTime & | ) |
sets the starting time