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

/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java768 void setRowId(int parameterIndex, RowId x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java1816 void setRowId(String parameterName, RowId x) throws SQLException; method in interface:CallableStatement
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java1944 void setRowId(int parameterIndex, RowId x) throws SQLException; method in interface:RowSet
1956 void setRowId(String parameterName, RowId x) throws SQLException; method in interface:RowSet

Completed in 16 milliseconds