Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.74 KB

File metadata and controls

42 lines (30 loc) · 1.74 KB
title ISQLServerCallableStatement Interface
description ISQLServerCallableStatement 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

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