Method | Description | |
---|---|---|
beginTransaction ( ) : string | Initiates a "local transaction" on the root node | |
commitTransaction ( ) | Commits a transaction started with {@link beginTransaction()} | |
rollbackTransaction ( ) | Rolls back a transaction started with {@link beginTransaction()} | |
setTransactionTimeout ( integer $seconds ) | Sets the default transaction timeout |
public beginTransaction ( ) : string | ||
return | string | The received transaction token |
public commitTransaction ( ) |
public rollbackTransaction ( ) |
public setTransactionTimeout ( integer $seconds ) | ||
$seconds | integer | The value of the timeout in seconds |