Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java1944 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId() method
1956 void setRowId(String parameterName, RowId x) throws SQLException; in setRowId() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java770 void setRowId(int parameterIndex, RowId x) throws SQLException; in setRowId() method
DCallableStatement.java1817 void setRowId(String parameterName, RowId x) throws SQLException; in setRowId() method