Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.47 KB

File metadata and controls

40 lines (28 loc) · 1.47 KB
title ISQLServerPreparedStatement Interface
description ISQLServerPreparedStatement Interface
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

ISQLServerPreparedStatement Interface

[!INCLUDEDriver_JDBC_Download]

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

Package: com.microsoft.sqlserver.jdbc

Extends: java.sql.PreparedStatement, ISQLServerStatement

Syntax

  
public interface ISQLServerPreparedStatement  

Remarks

This interface is implemented by SQLServerPreparedStatement Class.

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

Method For more information, see
public void setDateTimeOffset(int, microsoft.sql.DateTimeOffset) setDateTimeOffset

See Also

JDBC Driver API Reference