import "cdbDAL.idl";
List of all members.
Public Member Functions |
long | get_long (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
double | get_double (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
string | get_string (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
string | get_field_data (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
stringSeq | get_string_seq (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
longSeq | get_long_seq (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
doubleSeq | get_double_seq (in string propertyName) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
void | destroy () |
Detailed Description
Interface to manipulate xml
Member Function Documentation
void CDB::DAO::destroy |
( |
|
) |
|
The documentation for this interface was generated from the following file: