Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.18 KB

File metadata and controls

34 lines (28 loc) · 2.18 KB
title registerOutParameter Method (SQLServerCallableStatement)
description registerOutParameter Method (SQLServerCallableStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerCallableStatement.registerOutParameter
apitype Assembly

registerOutParameter Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Registers the OUT parameter.

Overload List

Name Description
registerOutParameter (int, int) Registers the OUT parameter in the specified ordinal position to the given JDBC type.
registerOutParameter (int, int, int) Registers the OUT parameter in the specified ordinal position to the given JDBC type and scale.
registerOutParameter (int, int, java.lang.String) Registers the OUT parameter in the specified ordinal position to the given JDBC type and type name.
registerOutParameter (java.lang.String, int) Registers the OUT parameter with the specified name to the given JDBC type.
registerOutParameter (java.lang.String, int, int) Registers the OUT parameter with the specified name to the given JDBC type and scale.
registerOutParameter (java.lang.String, int, java.lang.String) Registers the OUT parameter with the specified name to the given JDBC type and type name.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class