Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.51 KB

File metadata and controls

50 lines (38 loc) · 1.51 KB
title prepareCall Method (java.lang.String) | 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 (java.lang.String)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid cb83b567-4ce5-447a-93cc-895d4eaf3a05
author David-Engel
ms.author v-daenge

prepareCall Method (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Creates a SQLServerCallableStatement object for calling database stored procedures.

Syntax

  
public java.sql.CallableStatement prepareCall(java.lang.String sql)  

Parameters

sql

A String containing an SQL statement.

Return Value

A CallableStatement object.

Exceptions

SQLServerException

Remarks

This prepareCall method is specified by the prepareCall method in the java.sql.Connection interface.

See Also

prepareCall Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class