Condividi tramite


getAsciiStream Method (SQLServerNClob)

Retrieves the NCLOB value designated by this NClob object as an ASCII stream.

Nota

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

public java.sql.InputStream getAsciiStream()

Valore restituito

An InputStream object that contains the NCLOB data.

Eccezioni

SQLServerException

Osservazioni

This getAsciiStream method is specified by the getAsciiStream method in the java.sql.SQLServerNClob interface.

Vedere anche

Riferimento

SQLServerNClob Class

Concetti

SQLServerNClob Methods
SQLServerNClob Members