Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DResultSet.java1501 public void updateByte(int columnIndex, byte x) throws SQLException; in updateByte() method
1513 public void updateByte(String columnName, byte x) throws SQLException; in updateByte() method