|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectru.mfd.api.Transaction
public class Transaction
User: MMarkelov Date: 05.07.13 Time: 17:53
| Constructor Summary | |
|---|---|
Transaction(SrvrSession srvrSession,
java.lang.String transactionName)
Initializes a new transaction instance. |
|
| Method Summary | |
|---|---|
Row |
createRow()
Creates new data row structure. |
void |
execute(Row row)
Sends transaction row to server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transaction(SrvrSession srvrSession,
java.lang.String transactionName)
throws ClientException
srvrSession - server sessiontransactionName - name of transaction to initialize
ClientException - if catalog or table not found| Method Detail |
|---|
public Row createRow()
Row
public void execute(Row row)
throws ClientException
row - Row filled with data
ClientException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||