Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.24 KB

File metadata and controls

40 lines (30 loc) · 1.24 KB
title createStatement Method ()
description createStatement Method ()
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 ()

[!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