Home
last modified time | relevance | path

Searched refs:getAsciiStream (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DClob.java126 java.io.InputStream getAsciiStream() throws SQLException; in getAsciiStream() method
DResultSet.java450 java.io.InputStream getAsciiStream(int columnIndex) throws SQLException; in getAsciiStream() method
741 java.io.InputStream getAsciiStream(String columnLabel) throws SQLException; in getAsciiStream() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2374 public InputStream getAsciiStream() throws SQLException { in getAsciiStream() method in OldPreparedStatementTest.MockClob