com.ibm.websphere.rsadapter
Interface Beginnable
-
public interface BeginnableEnables the call of an explicit begin on a JDBC Connection. The WebSphere CCI layer detects if this interface is available on a Connection, and if so, uses it to request a LocalTransaction begin.
-
-
Method Summary
Methods Modifier and Type Method and Description voidbeginLocalTransaction()Explicitly begin a local transaction on the Connection.
-