Searched defs:getCharacterStream (Results 1 – 6 of 6) sorted by relevance
55 public Reader getCharacterStream() throws SQLException; in getCharacterStream() method
490 public Reader getCharacterStream(int columnIndex) throws SQLException; in getCharacterStream() method503 public Reader getCharacterStream(String columnName) throws SQLException; in getCharacterStream() method
318 public Reader getCharacterStream () in getCharacterStream() method in InputSource
558 public java.io.Reader getCharacterStream(int columnIndex) in getCharacterStream() method in JDBCResultSet563 public java.io.Reader getCharacterStream(String columnName) in getCharacterStream() method in JDBCResultSet
352 public Reader getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() method in Impl_RowSet356 public Reader getCharacterStream(String columnName) throws SQLException { in getCharacterStream() method in Impl_RowSet
3210 public Reader getCharacterStream() throws SQLException { in getCharacterStream() method in PreparedStatementTest.MockClob