| title | setRef Method (SQLServerPreparedStatement) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 1a09bbf9-6f8f-4a21-85d2-2182111b5ce7 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the given Ref object.
public final void setRef(int i,
java.sql.Ref x)
i
An int that indicates the parameter number.
x
A Ref object.
This setRef method is specified by the setRef method in the java.sql.PreparedStatement interface.
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class