Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.52 KB

File metadata and controls

48 lines (35 loc) · 1.52 KB
title registerOutParameter Method to type
description registerOutParameter Method (java.lang.String, int)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerCallableStatement.registerOutParameter (java.lang.String, int)
apitype Assembly

registerOutParameter Method (java.lang.String, int)

[!INCLUDEDriver_JDBC_Download]

Registers the OUT parameter with the specified name to the given JDBC type.

Syntax

  
public void registerOutParameter(java.lang.String s,  
                                 int n)  

Parameters

s

A String that contains the parameter name.

n

A JDBC type code as defined in java.sql.Types.

Exceptions

SQLServerException

Remarks

This registerOutParameter method is specified by the registerOutParameter method in the java.sql.CallableStatement interface.

See Also

registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class