List of all members.
Public Member Functions |
| | DAOImpl (String name, XMLTreeNode rootNode, POA poa, Logger logger) |
| | DAOImpl (String name, XMLTreeNode rootNode, POA poa, Logger logger, boolean silent) |
| void | destroy () |
| int | get_long (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| double | get_double (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String | get_string (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String | get_field_data (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String[] | get_string_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| int[] | get_long_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| double[] | get_double_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| XMLTreeNode | getRootNode () |
| void | setRootNode (XMLTreeNode mRootNode) |
| String | getName () |
| POA | getPOA () |
Constructor & Destructor Documentation
| com.cosylab.cdb.jdal.DAOImpl.DAOImpl |
( |
String |
name, |
|
|
XMLTreeNode |
rootNode, |
|
|
POA |
poa, |
|
|
Logger |
logger | |
|
) |
| | |
| com.cosylab.cdb.jdal.DAOImpl.DAOImpl |
( |
String |
name, |
|
|
XMLTreeNode |
rootNode, |
|
|
POA |
poa, |
|
|
Logger |
logger, |
|
|
boolean |
silent | |
|
) |
| | |
Member Function Documentation
| void com.cosylab.cdb.jdal.DAOImpl.destroy |
( |
|
) |
|
| double com.cosylab.cdb.jdal.DAOImpl.get_double |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| double [] com.cosylab.cdb.jdal.DAOImpl.get_double_seq |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String com.cosylab.cdb.jdal.DAOImpl.get_field_data |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| int com.cosylab.cdb.jdal.DAOImpl.get_long |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| int [] com.cosylab.cdb.jdal.DAOImpl.get_long_seq |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String com.cosylab.cdb.jdal.DAOImpl.get_string |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String [] com.cosylab.cdb.jdal.DAOImpl.get_string_seq |
( |
String |
propertyName |
) |
throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String com.cosylab.cdb.jdal.DAOImpl.getName |
( |
|
) |
|
| POA com.cosylab.cdb.jdal.DAOImpl.getPOA |
( |
|
) |
|
| XMLTreeNode com.cosylab.cdb.jdal.DAOImpl.getRootNode |
( |
|
) |
|
| void com.cosylab.cdb.jdal.DAOImpl.setRootNode |
( |
XMLTreeNode |
mRootNode |
) |
|
The documentation for this class was generated from the following file: