Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.59 KB

File metadata and controls

36 lines (30 loc) · 1.59 KB
title createStatement 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
SQLServerConnection.createStatement
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6d043ba9-b8ec-41d3-bb22-ad2c4aebda6f
author David-Engel
ms.author v-daenge

createStatement Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Creates a SQLServerStatement object for sending SQL statements to the database.

Overload List

Name Description
createStatement () Creates a SQLServerStatement object for sending SQL statements to the database.
createStatement (int, int) Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type and concurrency.
createStatement (int, int, int) Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type, concurrency, and holdability.

See Also

SQLServerConnection Members
SQLServerConnection Class