Lines Matching refs:updateByte
1014 public void updateByte(int colIndex, byte b) throws SQLException {1152 public void updateByte(String colName, byte b) throws SQLException {1154 updateByte(col, b);