public abstract void setSQLXML (String parameterName, SQLXML xmlObject) throws SQLException

Sets the designated parameter to the given java.sql.SQLXML object. The driver converts this to an SQL XML value when it sends it to the database.

Parameters:
parameterName    the name of the parameter
xmlObject    a SQLXML object that maps an SQL XML value

Exceptions:
SQLException    if parameterName does not correspond to a named parameter; if a database access error occurs; this method is called on a closed CallableStatement or the java.xml.transform.Result, Writer or OutputStream has not been closed for the SQLXML object
SQLFeatureNotSupportedException    if the JDBC driver does not support this method

Since:  1.6