CDB::DAO Interface Reference
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 |
( |
|
) |
|
| double CDB::DAO::get_double |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
| doubleSeq CDB::DAO::get_double_seq |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
| string CDB::DAO::get_field_data |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
| long CDB::DAO::get_long |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
| longSeq CDB::DAO::get_long_seq |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
| string CDB::DAO::get_string |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
| stringSeq CDB::DAO::get_string_seq |
( |
in string |
propertyName |
) |
raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx) |
The documentation for this interface was generated from the following file: