Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.49 KB

File metadata and controls

31 lines (25 loc) · 1.49 KB
title createStatement Method (SQLServerConnection)
description createStatement Method (SQLServerConnection)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection.createStatement
apitype Assembly

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