Class JdbcSQLXML

JdbcSQLXML

A JDBC SQLXML. For documentation of this class, see java.sql.SQLXML .

Methods

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

Detailed documentation

free()

For documentation of this method, see java.sql.SQLXML#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

NameTypeDescription
valueStringThe string representation of the XML value to set.