Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 Microsoft JDBC Driver for SQL Server-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 |