Home
last modified time | relevance | path

Searched defs:getCharacterStream (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DClob.java55 public Reader getCharacterStream() throws SQLException; in getCharacterStream() method
193 public Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream() method
DSQLXML.java55 Reader getCharacterStream() throws SQLException; in getCharacterStream() method
DCallableStatement.java1542 public Reader getCharacterStream(int parameterIndex) throws SQLException; in getCharacterStream() method
1549 public Reader getCharacterStream(String parameterName) throws SQLException; in getCharacterStream() method
DResultSet.java490 public Reader getCharacterStream(int columnIndex) throws SQLException; in getCharacterStream() method
503 public Reader getCharacterStream(String columnName) throws SQLException; in getCharacterStream() method
/libcore/luni/src/main/java/org/w3c/dom/ls/
DLSOutput.java54 public java.io.Writer getCharacterStream(); in getCharacterStream() method
DLSInput.java65 public java.io.Reader getCharacterStream(); in getCharacterStream() method
/libcore/luni/src/main/java/org/xml/sax/
DInputSource.java318 public Reader getCharacterStream () in getCharacterStream() method in InputSource
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2380 public Reader getCharacterStream() throws SQLException { in getCharacterStream() method in OldPreparedStatementTest.MockClob
2421 public Reader getCharacterStream(long pos, long length) throws SQLException { in getCharacterStream() method in OldPreparedStatementTest.MockClob