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.
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.