Home
last modified time | relevance | path

Searched refs:updateRowId (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java979 public void updateRowId(int columnIndex, RowId x) throws SQLException { in updateRowId() method in Impl_RowSet
983 public void updateRowId(String columnLabel, RowId x) throws SQLException { in updateRowId() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1340 public void updateRowId(int colIndex, RowId x) throws SQLException {
1344 public void updateRowId(String colName, RowId x) throws SQLException {
1346 updateRowId(col, x);