CDB::WDAO Interface Reference
import "cdbDAL.idl";
List of all members.
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) |
Detailed Description
Interface of writable DAO
Member Function Documentation
| 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
- Parameters:
-
| 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
- Parameters:
-
| 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_long |
( |
in string |
propertyName, |
|
|
in long |
value | |
|
) |
| | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a long value in the given property of the current Node
- Parameters:
-
| 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_string |
( |
in string |
propertyName, |
|
|
in string |
value | |
|
) |
| | raises (cdbErrType::CDBFieldDoesNotExistEx, cdbErrType::CDBFieldIsReadOnlyEx) |
Set a string value in the given property of the current Node
- Parameters:
-
| 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
- Parameters:
-
| property | name to set the value |
| the | value to write |
The documentation for this interface was generated from the following file: