| title | ISQLServerPreparedStatement 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 | cf87892e-5c34-4ac6-8258-c2a81e117b26 |
| author | David-Engel |
| ms.author | v-daenge |
[!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
public interface ISQLServerPreparedStatement
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 |