Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.51 KB

File metadata and controls

43 lines (31 loc) · 1.51 KB
title ISQLServerStatement Interface | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 7f83b514-6e76-4f37-baf3-a10db2010e7c
author David-Engel
ms.author v-daenge

ISQLServerStatement Interface

[!INCLUDEDriver_JDBC_Download]

Represents the basic implementation of JDBC statement functionality. This interface was added in [!INCLUDEssNoVersion] JDBC Driver 3.0.

Package: com.microsoft.sqlserver.jdbc

Extends: java.sql.Statement

Syntax

  
public interface ISQLServerStatement  

Remarks

This interface is implemented by SQLServerStatement Class.

This interface exposes the following [!INCLUDEjdbcNoVersion]-specific methods:

Method For more information, see
public String getResponseBuffering getResponseBuffering
public void setResponseBuffering setResponseBuffering

See Also

JDBC Driver API Reference