Class JdbcSQLXML

Jdbc SQLXML

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

Methods

Method Return type Brief description
void For documentation of this method, see java.sql.SQLXML#free() .
String For documentation of this method, see java.sql.SQLXML#getString() .
void For documentation of this method, see java.sql.SQLXML#setString(String) .

Detailed documentation

free()

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


get String()

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

Return

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


set String(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.
Design a Mobile Site
View Site in Mobile | Classic
Share by: