Home
last modified time | relevance | path

Searched refs:setRowId (Results 1 – 4 of 4) 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
/libcore/api/
Dcurrent.txt8960 method public void setRowId(String, java.sql.RowId) throws java.sql.SQLException;
9405 method public void setRowId(int, java.sql.RowId) throws java.sql.SQLException;
18462 method public void setRowId(int, java.sql.RowId) throws java.sql.SQLException;
18463 method public void setRowId(String, java.sql.RowId) throws java.sql.SQLException;