Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |