import "cdbDAL.idl";


Public Member Functions | |
| void | set_long (in string propertyName, in long value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_double (in string propertyName, in double value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_string (in string propertyName, in string value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_field_data (in string propertyName, in string value) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_string_seq (in string propertyName, in stringSeq value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_long_seq (in string propertyName, in longSeq value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_double_seq (in string propertyName, in doubleSeq value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_long (in string propertyName, in long value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_double (in string propertyName, in double value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_string (in string propertyName, in string value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_field_data (in string propertyName, in string value) raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_string_seq (in string propertyName, in stringSeq value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_long_seq (in string propertyName, in longSeq value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void | set_double_seq (in string propertyName, in doubleSeq value) raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Interface of writable DAO
| void CDB::WDAO::set_double | ( | in string | propertyName, | |
| in double | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a double value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_double | ( | in string | propertyName, | |
| in double | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a double value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_double_seq | ( | in string | propertyName, | |
| in doubleSeq | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a double sequence value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_double_seq | ( | in string | propertyName, | |
| in doubleSeq | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a double sequence value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_field_data | ( | in string | propertyName, | |
| in string | value | |||
| ) | raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void CDB::WDAO::set_field_data | ( | in string | propertyName, | |
| in string | value | |||
| ) | raises (cdbErrType::WrongCDBDataTypeEx, cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void CDB::WDAO::set_long | ( | in string | propertyName, | |
| in long | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a long value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_long | ( | in string | propertyName, | |
| in long | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a long value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_long_seq | ( | in string | propertyName, | |
| in longSeq | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void CDB::WDAO::set_long_seq | ( | in string | propertyName, | |
| in longSeq | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
| void CDB::WDAO::set_string | ( | in string | propertyName, | |
| in string | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a string value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_string | ( | in string | propertyName, | |
| in string | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a string value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_string_seq | ( | in string | propertyName, | |
| in stringSeq | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a string sequence value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
| void CDB::WDAO::set_string_seq | ( | in string | propertyName, | |
| in stringSeq | value | |||
| ) | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a string sequence value in the given property of the current Node
| property | name to set the value | |
| the | value to write |
1.7.0