public interface Transaction
Modifier and Type | Method and Description |
---|---|
void |
begin()
Begins the transaction.
|
void |
commit()
Commit the transaction.
|
void |
rollback()
Rolls back the transaction.
|
Copyright © 2005–2016. All rights reserved.