Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1559 void updateByte(int columnIndex, byte x) throws SQLException; in updateByte() method
1947 void updateByte(String columnLabel, byte x) throws SQLException; in updateByte() method
/libcore/api/
Dcurrent.txt9552 method public void updateByte(int, byte) throws java.sql.SQLException;
9553 method public void updateByte(String, byte) throws java.sql.SQLException;