Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.7 KB

isqlservercallablestatement-interface.md

File metadata and controls

41 lines (29 loc) · 1.7 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
ISQLServerCallableStatement Interface
ISQLServerCallableStatement Interface
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

ISQLServerCallableStatement Interface

[!INCLUDEDriver_JDBC_Download]

Represents JDBC callable statements. This interface was added in [!INCLUDEssNoVersion] JDBC Driver 3.0.

Package: com.microsoft.sqlserver.jdbc

Extends: java.sql.CallableStatement, ISQLServerPreparedStatement

Syntax

  
public interface ISQLServerCallableStatement  

Remarks

This interface is implemented by SQLServerCallableStatement Class.

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

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

See Also

JDBC Driver API Reference