Searched refs:getBinaryStream (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DBlob.java43 public InputStream getBinaryStream() throws SQLException; method in interface:Blob
54 public InputStream getBinaryStream(long pos, long length) throws SQLException; method in interface:Blob
H A DSQLXML.java43 InputStream getBinaryStream() throws SQLException; method in interface:SQLXML
H A DResultSet.java359 public InputStream getBinaryStream(int columnIndex) throws SQLException; method in interface:ResultSet
376 public InputStream getBinaryStream(String columnName) throws SQLException; method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2330 public InputStream getBinaryStream() throws SQLException { method in class:OldPreparedStatementTest.MockBlob
2369 public InputStream getBinaryStream(long pos, long length) throws SQLException { method in class:OldPreparedStatementTest.MockBlob

Completed in 81 milliseconds