Extend the java.io.InputStream class for the TDS driver.
This class is used the the getAsciiStream
of the ResultSet class.
The current implementation reads the entire column of data into a
String. This limits the maximum BLOB size to the largest BLOB
that will fit in memory.
author: Craig Spannring version: $Id: TdsAsciiInputStream.java,v 1.2 2007-10-19 13:21:40 sinisa Exp $ |