Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.7 KB

File metadata and controls

41 lines (29 loc) · 1.7 KB
title ISQLServerCallableStatement Interface
description ISQLServerCallableStatement Interface
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic 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