com.ibm.websphere.rsadapter
Interface Beginnable
- public interface Beginnable
Enables an explicit begin to be called on a JDBC Connection. The WebSphere CCI layer will detect if this interface is available on a Connection, and if so, will use it to request a LocalTransaction begin.
Method Summary void beginLocalTransaction()
Explicitly begin a local transaction on the Connection.
Method Detail beginLocalTransaction
public 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.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.