#include <rviewApp.hh>
|
| rmanClientApp (const char *homevar, const char *prefsname, const char *labelname) |
|
virtual | ~rmanClientApp (void) |
|
int | OpenServer (const char *srvname, int srvport, const char *dbname, const char *usrname, const char *usrpassword) |
|
int | CloseServer (void) |
|
bool | ReadDBState (void) |
|
int | LookupCollection (void) |
|
int | LookupScaledCollection (void) |
|
int | LookupScaledCollection (const char *name, double scale) |
|
int | LookupOrthosection (void) |
|
int | LookupOrthosection (const char *name, const double *loid) |
|
int | CreateCollection (void) |
|
int | DeleteCollection (void) |
|
rviewFrame * | OpenFile (unsigned int flags=0, r_Ref< r_GMarray > *newMddObj=NULL, bool resultwin=FALSE) |
|
virtual void | Shutdown (void) |
|
int | insertMDD (r_Ref< r_GMarray > srcMdd, char *collName=NULL, r_Minterval *domain=NULL) |
|
int | executeQuery (char *query, r_Ref< r_GMarray > *updateMdd=NULL) |
|
collection_desc * | executeQuerySync (char *query, r_Ref< r_GMarray > *updateMdd=NULL, bool showProgress=TRUE) |
|
int | getMinterval (r_Minterval &dom, const char *collname, const double *loid=NULL) |
|
int | SavePreferences (void) const |
|
bool | findPreferencesOnPath (char *path) |
|
rmanClientApp::rmanClientApp |
( |
const char * |
homevar, |
|
|
const char * |
prefsname, |
|
|
const char * |
labelname |
|
) |
| |
virtual rmanClientApp::~rmanClientApp |
( |
void |
| ) |
|
|
virtual |
int rmanClientApp::CloseServer |
( |
void |
| ) |
|
int rmanClientApp::CreateCollection |
( |
void |
| ) |
|
int rmanClientApp::DeleteCollection |
( |
void |
| ) |
|
int rmanClientApp::executeQuery |
( |
char * |
query, |
|
|
r_Ref< r_GMarray > * |
updateMdd = NULL |
|
) |
| |
bool rmanClientApp::findPreferencesOnPath |
( |
char * |
path | ) |
|
int rmanClientApp::getMinterval |
( |
r_Minterval & |
dom, |
|
|
const char * |
collname, |
|
|
const double * |
loid = NULL |
|
) |
| |
int rmanClientApp::LookupCollection |
( |
void |
| ) |
|
int rmanClientApp::LookupOrthosection |
( |
void |
| ) |
|
int rmanClientApp::LookupOrthosection |
( |
const char * |
name, |
|
|
const double * |
loid |
|
) |
| |
int rmanClientApp::LookupScaledCollection |
( |
void |
| ) |
|
int rmanClientApp::LookupScaledCollection |
( |
const char * |
name, |
|
|
double |
scale |
|
) |
| |
int rmanClientApp::OpenServer |
( |
const char * |
srvname, |
|
|
int |
srvport, |
|
|
const char * |
dbname, |
|
|
const char * |
usrname, |
|
|
const char * |
usrpassword |
|
) |
| |
bool rmanClientApp::ReadDBState |
( |
void |
| ) |
|
int rmanClientApp::SavePreferences |
( |
void |
| ) |
const |
virtual void rmanClientApp::Shutdown |
( |
void |
| ) |
|
|
virtual |
char rmanClientApp::homeDir[STRINGSIZE] |
|
protected |
char rmanClientApp::prefsFile[STRINGSIZE] |
|
protected |
char rmanClientApp::prefsFileLeafname[STRINGSIZE] |
|
protected |
char rmanClientApp::prefsSaveFile[STRINGSIZE] |
|
protected |
The documentation for this class was generated from the following file: