Searched refs:getAsciiStream (Results 1 – 6 of 6) sorted by relevance
45 public InputStream getAsciiStream() throws SQLException; in getAsciiStream() method
271 public InputStream getAsciiStream(int columnIndex) throws SQLException; in getAsciiStream() method283 public InputStream getAsciiStream(String columnName) throws SQLException; in getAsciiStream() method
286 public InputStream getAsciiStream(int columnIndex) throws SQLException { in getAsciiStream() method in Impl_RowSet290 public InputStream getAsciiStream(String columnName) throws SQLException { in getAsciiStream() method in Impl_RowSet
37 sql.20=Invalid Clob object. Calls to getCharacterStream or getAsciiStream return null which cannot …
402 public java.io.InputStream getAsciiStream(String columnName) in getAsciiStream() method in JDBCResultSet407 public java.io.InputStream getAsciiStream(int columnIndex) in getAsciiStream() method in JDBCResultSet
3205 public InputStream getAsciiStream() throws SQLException { in getAsciiStream() method in PreparedStatementTest.MockClob