Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DBlob.java111 java.io.InputStream getBinaryStream () throws SQLException; in getBinaryStream() method
303 InputStream getBinaryStream(long pos, long length) throws SQLException; in getBinaryStream() method
DSQLXML.java226 InputStream getBinaryStream() throws SQLException; in getBinaryStream() method
DResultSet.java512 java.io.InputStream getBinaryStream(int columnIndex) in getBinaryStream() method
801 java.io.InputStream getBinaryStream(String columnLabel) in getBinaryStream() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2328 public InputStream getBinaryStream() throws SQLException { in getBinaryStream() method in OldPreparedStatementTest.MockBlob
2367 public InputStream getBinaryStream(long pos, long length) throws SQLException { in getBinaryStream() method in OldPreparedStatementTest.MockBlob