|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ database overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.database
Interface Database

- 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
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ database overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC