#include <cdbDAOProxy.h>
List of all members.
Detailed Description
Internal class for XML tree handling.
Member Typedef Documentation
Constructor & Destructor Documentation
cdb::DAOProxy::DAOProxy |
( |
const char * |
nodeName, |
|
|
CDB::DAO_ptr |
dao | |
|
) |
| | |
Constrcutor (remote mode).
cdb::DAOProxy::DAOProxy |
( |
const char * |
nodeName, |
|
|
const char * |
xml | |
|
) |
| | |
Constrcutor (local mode).
- Parameters:
-
| xml | XML represendation (to be parsed). |
virtual cdb::DAOProxy::~DAOProxy |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void cdb::DAOProxy::destroy |
( |
|
) |
[virtual] |
void cdb::DAOProxy::End |
( |
const char * |
el |
) |
[protected] |
static void cdb::DAOProxy::end |
( |
void * |
data, |
|
|
const char * |
el | |
|
) |
| | [static, protected] |
virtual CORBA::Double cdb::DAOProxy::get_double |
( |
const char * |
propertyName |
) |
[virtual] |
virtual ::CDB::doubleSeq* cdb::DAOProxy::get_double_seq |
( |
const char * |
propertyName |
) |
|
void cdb::DAOProxy::get_field |
( |
const char * |
name, |
|
|
std::string & |
value | |
|
) |
| | |
Internal helper method.
- Parameters:
-
| name | attribute name. |
| value | out parameter. |
- Exceptions:
-
| cdbErrType::CDBFieldDoesNotExistExImpl | |
virtual char* cdb::DAOProxy::get_field_data |
( |
const char * |
propertyName |
) |
[virtual] |
virtual CORBA::Long cdb::DAOProxy::get_long |
( |
const char * |
propertyName |
) |
[virtual] |
virtual ::CDB::longSeq* cdb::DAOProxy::get_long_seq |
( |
const char * |
propertyName |
) |
|
virtual char* cdb::DAOProxy::get_string |
( |
const char * |
propertyName |
) |
[virtual] |
virtual ::CDB::stringSeq* cdb::DAOProxy::get_string_seq |
( |
const char * |
propertyName |
) |
|
static bool cdb::DAOProxy::split |
( |
const std::string & |
str, |
|
|
VectorString & |
array | |
|
) |
| | [static] |
Split std::string str into several substrings, which are separated with commas. If quotes are used, then substrings are considered to be enclosed in them. Quotes can be escaped so that they can be treated verbatim.
static void cdb::DAOProxy::start |
( |
void * |
data, |
|
|
const char * |
el, |
|
|
const char ** |
attr | |
|
) |
| | [static, protected] |
void cdb::DAOProxy::Start |
( |
const char * |
el, |
|
|
const char ** |
attr | |
|
) |
| | [protected] |
Member Data Documentation
The documentation for this class was generated from the following file: