Class JdbcSQLXML

  • JdbcSQLXML is a JDBCSQLXML object with methods for interacting with XML data.

  • Thefree() method is used for documentation purposes, referring tojava.sql.SQLXML#free().

  • ThegetString() method retrieves the string representation of the XML value.

  • ThesetString(value) method sets the XML value using a string representation.

JdbcSQLXML

A JDBCSQLXML. For documentation of this class, seejava.sql.SQLXML.

Methods

MethodReturn typeBrief description
free()voidFor documentation of this method, seejava.sql.SQLXML#free().
getString()StringFor documentation of this method, seejava.sql.SQLXML#getString().
setString(value)voidFor documentation of this method, seejava.sql.SQLXML#setString(String).

Detailed documentation

free()

For documentation of this method, seejava.sql.SQLXML#free().


getString()

For documentation of this method, seejava.sql.SQLXML#getString().

Return

String — The string representation of the XML value designated by this SQLXML instance.


setString(value)

For documentation of this method, seejava.sql.SQLXML#setString(String).

Parameters

NameTypeDescription
valueStringThe string representation of the XML value to set.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-11 UTC.