Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

CDB::DAO Interface Reference

import "cdbDAL.idl";

Inheritance diagram for CDB::DAO:

Inheritance graph
[legend]
Collaboration diagram for CDB::DAO:

Collaboration graph
[legend]
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:
Generated on Thu Apr 30 02:29:17 2009 for ACS IDL interfaces by doxygen 1.3.8