다음을 통해 공유


setBinaryStream Method (java.lang.String, java.io.InputStream) (SQLServerCallableStatement)

Sets the designated parameter to the specified input stream.

참고

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public void setBinaryStream(java.lang.String parameterName,
                            java.io.InputStream x)

매개 변수

parameterName

A String that contains the name of the parameter.

x

An InputStream object.

예외

SQLServerException

주의

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

참고

개념

setBinaryStream (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members