共用方式為


setString Method (SQLServerCallableStatement)

Sets the designated parameter to the given Java String value.

public void setString(java.lang.String sCol,
                      java.lang.String s)

參數

sCol

A String that contains the name of the parameter.

s

A String value.

例外狀況

SQLServerException

備註

This setString method is specified by the setString method in the java.sql.CallableStatement interface.

String to binary conversions are performed only when Microsoft SQL Server 2005 JDBC Driver knows the destination type is binary. In cases where the JDBC driver does not know the underlying type, it will pass the String literal and return a server error if the server cannot perform the conversion.

另請參閱

參考

SQLServerCallableStatement Class

概念

SQLServerCallableStatement Methods
SQLServerCallableStatement Members