| title | registerOutParameter Method to type | 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 | 5d00242c-4d9c-42cc-86bb-b76f5ef876b8 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Registers the OUT parameter with the specified name to the given JDBC type.
public void registerOutParameter(java.lang.String s,
int n)
s
A String that contains the parameter name.
n
A JDBC type code as defined in java.sql.Types.
This registerOutParameter method is specified by the registerOutParameter method in the java.sql.CallableStatement interface.
registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class