Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.52 KB

createstatement-method-sqlserverconnection.md

File metadata and controls

31 lines (25 loc) · 1.52 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
createStatement Method (SQLServerConnection)
createStatement Method (SQLServerConnection)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnection.createStatement
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