|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.persistence.LocalTransaction
public abstract class LocalTransaction
Generic wrapper for JDBC / UltraLiteJ database transactions.
Constructor Summary | |
---|---|
LocalTransaction()
|
Method Summary | |
---|---|
abstract void |
commit()
Commit the database transactions. |
abstract void |
rollback()
Rollback the database transactions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalTransaction()
Method Detail |
---|
public abstract void commit()
public abstract void rollback()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |