com.ibm.websphere.rsadapter
Interface Beginnable
- public interface Beginnable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
beginLocalTransaction()
Explicitly begin a local transaction on the Connection.
|
Method Detail
beginLocalTransaction
- void beginLocalTransaction()
- throws java.sql.SQLException
Explicitly begin a local transaction on the Connection.
Throws:
java.sql.SQLException
- if an error occurs starting the local transaction.