Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.ds.jdbc.pool | |
com.streamscape.runtime.mf.admin.dfo | |
java.sql |
Modifier and Type | Class and Description |
---|---|
class |
JDBCSavepoint
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
Savepoint |
JDBCConnection.setSavepoint()
Creates an unnamed savepoint in the current transaction and
returns the new
Savepoint object that represents it. |
Savepoint |
JDBCConnection.setSavepoint(java.lang.String name)
Creates a savepoint with the given name in the current transaction
and returns the new
Savepoint object that represents it. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConnection.releaseSavepoint(Savepoint savepoint)
Removes the specified
Savepoint (JDBC4 Clarification:) and subsequent Savepoint objects from the current
transaction. |
void |
JDBCConnection.rollback(Savepoint savepoint)
Undoes all changes made after the given
Savepoint object
was set. |
Modifier and Type | Method and Description |
---|---|
Savepoint |
JDBCXAConnectionWrapper.setSavepoint()
Interceptor method, because this method is prohibited within
any global transaction.
|
Savepoint |
JDBCXAConnectionWrapper.setSavepoint(java.lang.String name)
Interceptor method, because this method is prohibited within
any global transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCXAConnectionWrapper.rollback(Savepoint savepoint)
Interceptor method, because this method is prohibited within
any global transaction.
|
Modifier and Type | Method and Description |
---|---|
Savepoint |
DatabaseConnectionDelegate.setSavepoint() |
Savepoint |
DatabaseConnectionDelegate.setSavepoint(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionDelegate.releaseSavepoint(Savepoint savepoint) |
void |
DatabaseConnectionDelegate.rollback(Savepoint savepoint) |
Modifier and Type | Method and Description |
---|---|
Savepoint |
Connection.setSavepoint()
Creates an unnamed savepoint in the current transaction and
returns the new
Savepoint object that represents it. |
Savepoint |
Connection.setSavepoint(java.lang.String name)
Creates a savepoint with the given name in the current transaction
and returns the new
Savepoint object that represents it. |
Modifier and Type | Method and Description |
---|---|
void |
Connection.releaseSavepoint(Savepoint savepoint)
Removes the specified
Savepoint and subsequent Savepoint objects from the current
transaction. |
void |
Connection.rollback(Savepoint savepoint)
Undoes all changes made after the given
Savepoint object
was set. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.