lumis.doui.table
Class TableDaoJdbc
java.lang.Object
lumis.doui.table.TableDaoJdbc
- All Implemented Interfaces:
- ITableDao
public class TableDaoJdbc
- extends Object
- implements ITableDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableDaoJdbc
public TableDaoJdbc()
executeInsert
public void executeInsert(QueryInsert queryInsert,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
executeInsert
in interface ITableDao
- Throws:
DaoException
PortalException
executeUpdate
public void executeUpdate(QueryUpdate queryUpdate,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
executeUpdate
in interface ITableDao
- Throws:
DaoException
PortalException
executeDelete
public void executeDelete(QueryDelete queryDelete,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
executeDelete
in interface ITableDao
- Throws:
DaoException
PortalException
getTotalInfo
public Node getTotalInfo(QuerySelect querySelect,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
getTotalInfo
in interface ITableDao
- Throws:
DaoException
PortalException
readData
public TabularData readData(QuerySelect querySelect,
ITransaction transaction)
throws DaoException,
PortalException
- Description copied from interface:
ITableDao
- Reads the data as specified in the given querySelect, and returns the result in a
TabularData
.
- Specified by:
readData
in interface ITableDao
- Parameters:
querySelect
- the select query definition.transaction
- the transaction for persistence access.
- Returns:
- the data retrieved by the select query.
- Throws:
DaoException
PortalException
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.