|
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 () |