Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DClob.java111 java.io.Reader getCharacterStream() throws SQLException; in getCharacterStream() method
346 Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream() method
DSQLXML.java269 Reader getCharacterStream() throws SQLException; in getCharacterStream() method
DCallableStatement.java2141 java.io.Reader getCharacterStream(int parameterIndex) throws SQLException; in getCharacterStream() method
2158 java.io.Reader getCharacterStream(String parameterName) throws SQLException; in getCharacterStream() method
DResultSet.java981 java.io.Reader getCharacterStream(int columnIndex) throws SQLException; in getCharacterStream() method
997 java.io.Reader getCharacterStream(String columnLabel) 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.java319 public Reader getCharacterStream () in getCharacterStream() method in InputSource
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2378 public Reader getCharacterStream() throws SQLException { in getCharacterStream() method in OldPreparedStatementTest.MockClob
2419 public Reader getCharacterStream(long pos, long length) throws SQLException { in getCharacterStream() method in OldPreparedStatementTest.MockClob