| title | setAsciiStream Method (SQLServerNClob) |
|---|---|
| description | setAsciiStream Method (SQLServerNClob) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Retrieves a stream to be used to write ASCII characters to the NCLOB value that this java.sql.NClob object represents, starting at the specified position.
public java.io.OutputStream setAsciiStream(long pos)
pos
The position at which to start writing to the NCLOB object; the first position is 1.
An OutputStream object that represents the stream to which ASCII encoded characters can be written.
This setAsciiStream method is specified by the setAsciiStream method in the java.sql.NClob interface.
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class