Java.Sql.ISavepoint
A savepoint is an instant during the current transaction that can be utilized by a rollback via the Connection.rollback() command.

See Also: ISavepoint Members

Syntax

[Android.Runtime.Register("java/sql/Savepoint", "", "Java.Sql.ISavepointInvoker")]
public interface ISavepoint : Android.Runtime.IJavaObject, IDisposable

Remarks

A savepoint is an instant during the current transaction that can be utilized by a rollback via the Connection.rollback() command. Rolling back to a particular savepoint means that all changes that occurred after that savepoint are undone.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1