IConnection.ReleaseSavepoint(ISavepoint) Method

Definition

Removes the specified <code>Savepoint</code> and subsequent <code>Savepoint</code> objects from the current transaction.

[Android.Runtime.Register("releaseSavepoint", "(Ljava/sql/Savepoint;)V", "GetReleaseSavepoint_Ljava_sql_Savepoint_Handler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ReleaseSavepoint (Java.Sql.ISavepoint? savepoint);
[<Android.Runtime.Register("releaseSavepoint", "(Ljava/sql/Savepoint;)V", "GetReleaseSavepoint_Ljava_sql_Savepoint_Handler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReleaseSavepoint : Java.Sql.ISavepoint -> unit

Parameters

savepoint
ISavepoint

the <code>Savepoint</code> object to be removed

Attributes

Exceptions

if there is a problem with accessing the database or if savepoint is considered not valid in this transaction.

Remarks

Java documentation for java.sql.Connection.releaseSavepoint(java.sql.Savepoint).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to