Class JdbcSQLXML | Apps Script | Google for Developers (original) (raw)
Class JdbcSQLXML
Stay organized with collections Save and categorize content based on your preferences.
JdbcSQLXML
A JDBC SQLXML
. For documentation of this class, see java.sql.SQLXML.
Detailed documentation
free()
getString()
For documentation of this method, see java.sql.SQLXML#getString().
Return
String
— The string representation of the XML value designated by this SQLXML instance.
setString(value)
For documentation of this method, see java.sql.SQLXML#setString(String).
Parameters
Name | Type | Description |
---|---|---|
value | String | The string representation of the XML value to set. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-05 UTC.