Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Sets the designated parameter to the specified input stream.
Syntax
public final void setAsciiStream(int parameterIndex,
java.io.InputStream x)
Parameters
parameterIndex
An int that indicates the parameter number.
x
A java.io.InputStream object.
Exceptions
Remarks
This setBinaryStream method is specified by the setBinaryStream method in the java.sql.PreparedStatement interface.
See Also
setBinaryStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members