| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | cb83b567-4ce5-447a-93cc-895d4eaf3a05 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Creates a SQLServerCallableStatement object for calling database stored procedures.
public java.sql.CallableStatement prepareCall(java.lang.String sql)
sql
A String containing an SQL statement.
A CallableStatement object.
This prepareCall method is specified by the prepareCall method in the java.sql.Connection interface.
prepareCall Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class