Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/sql/
DRowSet.java1543 public void setRowId(int parameterIndex, RowId theRowId) in setRowId() method
1557 public void setRowId(String parameterName, RowId theRowId) in setRowId() method
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java705 public void setRowId(int parameterIndex, RowId theRowId) throws SQLException; in setRowId() method
DCallableStatement.java1409 public void setRowId(String parameterName, RowId rowId) throws SQLException; in setRowId() method