IConnection.CreateSQLXML Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an object that implements the SQLXML
interface.
[Android.Runtime.Register("createSQLXML", "()Ljava/sql/SQLXML;", "GetCreateSQLXMLHandler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Sql.ISQLXML? CreateSQLXML ();
[<Android.Runtime.Register("createSQLXML", "()Ljava/sql/SQLXML;", "GetCreateSQLXMLHandler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateSQLXML : unit -> Java.Sql.ISQLXML
Returns
An object that implements the SQLXML
interface
- Attributes
Exceptions
if this connection is closed, or there's a problem creating a new XML.
Remarks
Constructs an object that implements the SQLXML
interface. The object returned initially contains no data. The createXmlStreamWriter
object and setString
method of the SQLXML
interface may be used to add data to the SQLXML
object.
Added in 1.6.
Java documentation for java.sql.Connection.createSQLXML()
.
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.