Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.38 KB

sqlserverstatement-class.md

File metadata and controls

36 lines (25 loc) · 1.38 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
SQLServerStatement Class
SQLServerStatement Class
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference

SQLServerStatement Class

[!INCLUDEDriver_JDBC_Download]

Represents the basic implementation of JDBC statement functionality.

Package: com.microsoft.sqlserver.jdbc

Implements: ISQLServerStatement

Syntax

  
public class SQLServerStatement  

Remarks

The SQLServerStatement class also provides a number of base class implementation methods for the JDBC prepared statement and callable statements. The basic role of the SQLServerStatement class is to run SQL statements, and then return update counts and result sets to the user application.

This class supports unwrapping to SQLServerStatement class, the ISQLServerStatement interface, and the java.sql.Statement interface. For more information, see Wrappers and Interfaces.

See Also

SQLServerStatement Members
JDBC Driver API Reference