Home
last modified time | relevance | path

Searched refs:updateNCharacterStream (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java3367 void updateNCharacterStream(int columnIndex, in updateNCharacterStream() method
3396 void updateNCharacterStream(String columnLabel, in updateNCharacterStream() method
3731 void updateNCharacterStream(int columnIndex, in updateNCharacterStream() method
3763 void updateNCharacterStream(String columnLabel, in updateNCharacterStream() method
/libcore/api/
Dcurrent.txt9578 … method public void updateNCharacterStream(int, java.io.Reader, long) throws java.sql.SQLException;
9579 …method public void updateNCharacterStream(String, java.io.Reader, long) throws java.sql.SQLExcepti…
9580 method public void updateNCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
9581 method public void updateNCharacterStream(String, java.io.Reader) throws java.sql.SQLException;