Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.37 KB

File metadata and controls

45 lines (35 loc) · 1.37 KB
title createStatement Method () | 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 480f21b6-50cc-4b1e-a0b0-8774ecfe94f1
author David-Engel
ms.author v-daenge

createStatement Method ()

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.sql.Statement createStatement()  

Return Value

The Statement object.

Exceptions

SQLServerException

Remarks

This createStatement method is specified by the createStatement method in the java.sql.Connection interface.

See Also

createStatement Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class