Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.75 KB

File metadata and controls

36 lines (30 loc) · 1.75 KB
title prepareCall Method (SQLServerConnection) | 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
SQLServerConnection.prepareCall
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 265b024c-898a-4bd0-98b5-f06076717b9e
author David-Engel
ms.author v-daenge

prepareCall Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Creates a SQLServerCallableStatement object for calling database stored procedures.

Overload List

Name Description
prepareCall (java.lang.String) Creates a SQLServerCallableStatement object for calling database stored procedures.
prepareCall (java.lang.String, int, int) Creates a SQLServerCallableStatement object that generates SQLServerResultSet objects with the given type and concurrency.
prepareCall (java.lang.String, int, int, int) Creates a SQLServerCallableStatement object that generates SQLServerResultSet objects with the given type, concurrency, and holdability.

See Also

SQLServerConnection Members
SQLServerConnection Class