Partager via


Interface ISQLServerCallableStatement

Télécharger le pilote JDBC

Représente des instructions JDBC pouvant être appelées. Cette interface a été ajoutée dans SQL Server JDBC Driver 3.0.

Package : com.microsoft.sqlserver.jdbc

Étend : java.sql.CallableStatement, ISQLServerPreparedStatement

Syntaxe

  
public interface ISQLServerCallableStatement  

Notes

Cette interface est implémentée par la classe SQLServerCallableStatement.

Cette interface expose les méthodes spécifiques au Pilote Microsoft JDBC pour SQL Server suivantes :

Méthode Pour plus d'informations, consultez la rubrique
microsoft.sql.DateTimeOffset getDateTimeOffset(int) getDateTimeOffset(int)
microsoft.sql.DateTimeOffset getDateTimeOffset(String) getDateTimeOffset(String)
void setDateTimeOffset(String, microsoft.sql.DateTimeOffset) setDateTimeOffset

Voir aussi

Informations de référence sur l'API du pilote JDBC