Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.64 KB

File metadata and controls

31 lines (25 loc) · 1.64 KB
title prepareCall Method (SQLServerConnection)
description prepareCall Method (SQLServerConnection)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection.prepareCall
apitype Assembly

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