Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Sets the designated parameter number to the given input stream, which will have the specified number of bytes.
Note
This method has been deprecated from the JDBC specification, and calling it will cause a "not implemented" exception to be thrown.
Syntax
public final void setUnicodeStream(int n,
java.io.InputStream x,
int length)
Parameters
n
An int that indicates the parameter number.
x
An InputStream object.
length
The number of bytes.
Exceptions
Remarks
This setUnicodeStream method is specified by the setUnicodeStream method in the java.sql.PreparedStatement interface.
See Also
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class