共用方式為


getAsciiStream Method (SQLServerClob)

Materializes the CLOB as an ASCII stream.

public java.io.InputStream getAsciiStream()

傳回值

An input stream that contains the CLOB data.

例外狀況

SQLServerException

備註

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

Always returns a stream of bytes and assumes that the data in the CLOB is in an ASCII format because it has no way of knowing if it is in Unicode or any other multi-byte code page.

另請參閱

參考

SQLServerClob Class

概念

SQLServerClob Methods
SQLServerClob Members