Java.Sql.IStatement.ClearBatch Method
Clears the current list of SQL commands for this statement.

Syntax

[Android.Runtime.Register("clearBatch", "()V", "GetClearBatchHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ClearBatch ()

Exceptions

TypeReason
Java.Sql.SQLExceptionif an error occurs accessing the database or the database does not support batch updates.

Remarks

Clears the current list of SQL commands for this statement.

[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