Version 4.10.0

hirondelle.web4j.database
Interface Tx

All Known Implementing Classes:
TxSimple, TxTemplate

public interface Tx

Execute a database transaction.

Should be applied only to operations involving more than one SQL statement.


Method Summary
 int executeTx()
          Execute a database transaction, and return the number of edited records.
 

Method Detail

executeTx

int executeTx()
              throws DAOException
Execute a database transaction, and return the number of edited records.

Throws:
DAOException

Version 4.10.0

Copyright Hirondelle Systems. Published October 19, 2013 - User Guide - All Docs.