Share via


setAsciiStream Method (SQLServerNClob)

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.

Hinweis

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

public java.io.OutputStream setAsciiStream(long pos)

Parameter

pos

The position at which to start writing to the NCLOB object; the first position is 1.

Rückgabewert

An OutputStream object that represents the stream to which ASCII encoded characters can be written.

Ausnahmen

SQLServerException

Hinweise

This setAsciiStream method is specified by the setAsciiStream method in the java.sql.NClob interface.

Siehe auch

Referenz

SQLServerNClob Class

Konzepte

SQLServerNClob Methods
SQLServerNClob Members