ISQLXML.Free Method

Definition

This method closes this object and releases the resources that it held.

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

Exceptions

Remarks

This method closes this object and releases the resources that it held. The SQL XML object becomes invalid and neither readable or writeable when this 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.SQLXML.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