This function returns the MCO_HAMODE_* value specified for this database.
uint4 mco_HA_get_mode( mco_db_h db);
db | The database handle |
This function returns the mode specified in the mco_HA_master_params_t
or the
structure when this database was opened.mco_HA_replica_params_t
uint4 | The MCO_HAMODE_* value for this database |