Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.64 KB

preparecall-method-sqlserverconnection.md

File metadata and controls

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