title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
getAsciiStream Method (SQLServerClob) |
getAsciiStream Method (SQLServerClob) |
David-Engel |
v-davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerClob.getAsciiStream |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Materializes the CLOB as an ASCII stream.
public java.io.InputStream getAsciiStream()
An input stream that contains the CLOB data.
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 Methods
SQLServerClob Members
SQLServerClob Class