Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.81 KB

File metadata and controls

44 lines (32 loc) · 1.81 KB
title ISQLServerCallableStatement 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 030a1631-cfcd-41e0-beb5-47f93c01e8e0
author David-Engel
ms.author v-daenge

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