Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdbf.engine.database
Interface Database  view Database download Database.java

All Known Implementing Classes:
DatabaseCore

public interface Database

Database is the interface that represents the database.


Method Summary
 void begin()
          Begin transaction
 void close()
          Close the transaction
 void commit(java.sql.Connection connection)
          Commit the transaction
 void rollback(java.sql.Connection connection)
          Rollback the trasanction
 

Method Detail

begin

public void begin()
           throws org.jdbf.engine.transaction.TransactionException
Begin transaction


close

public void close()
Close the transaction


commit

public void commit(java.sql.Connection connection)
            throws org.jdbf.engine.transaction.TransactionException
Commit the transaction


rollback

public void rollback(java.sql.Connection connection)
              throws org.jdbf.engine.transaction.TransactionException
Rollback the trasanction