| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 265b024c-898a-4bd0-98b5-f06076717b9e | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Creates a SQLServerCallableStatement object for calling database stored procedures.
| 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. |