IClob.Free Method

Definition

This method frees the Clob object and releases the resources the resources that it holds.

[Android.Runtime.Register("free", "()V", "GetFreeHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Free ();
[<Android.Runtime.Register("free", "()V", "GetFreeHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Free : unit -> unit
Attributes

Exceptions

Remarks

This method frees the Clob object and releases the resources the resources that it holds. The object is invalid once the free method is called.

After free has been called, any attempt to invoke a method other than free will result in a SQLException being thrown. If free is called multiple times, the subsequent calls to free are treated as a no-op.

Added in 1.6.

Java documentation for java.sql.Clob.free().

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