| title | setSQLXML Method (SQLServerPreparedStatement) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql-non-specified | |
| ms.prod_service | drivers | |
| ms.service | ||
| ms.component | jdbc | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| ms.assetid | 70bbdde0-75f7-4169-88c5-dbbe2c4bcd03 | |
| caps.latest.revision | 8 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard | |
| ms.workload | Inactive |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified SQLXML object.
public final void setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
parameterIndex
An int that indicates the parameter index.
xmlObject
A SQLXML object that contains the parameter value.
This setSQLXML method is specified by the setSQLXML method in the java.sql.PreparedStatement interface.