com.sleepycat.db
public class Transaction extends Object
| Method Summary | |
|---|---|
| void | abort() |
| void | commit() |
| void | commitNoSync() |
| void | commitSync() |
| void | discard() |
| int | getId() |
| String | getName() |
| void | prepare(byte[] gid) |
| void | setLockTimeout(long timeOut) |
| void | setName(String name) |
| void | setTxnTimeout(long timeOut) |