Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Represents the basic implementation of JDBC prepared statement functionality. This interface was added in SQL Server JDBC Driver 3.0.
Package: com.microsoft.sqlserver.jdbc
Extends: java.sql.PreparedStatement, ISQLServerStatement
Syntax
public interface ISQLServerPreparedStatement
Remarks
This interface is implemented by SQLServerPreparedStatement Class.
This interface exposes the following Microsoft JDBC Driver for SQL Server-specific methods:
| Method | For more information, see |
|---|---|
| public void setDateTimeOffset(int, microsoft.sql.DateTimeOffset) | setDateTimeOffset |