ISQLServerCallableStatement Interface

Represents JDBC callable statements. This interface was added in SQL Server 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 SQL Server JDBC Driver-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

Concepts

JDBC Driver API Reference