Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java727 public void updateRef(int columnIndex, Ref x) throws SQLException { in updateRef() method in Impl_RowSet
730 public void updateRef(String columnName, Ref x) throws SQLException { in updateRef() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1288 public void updateRef(int colIndex, java.sql.Ref x) throws SQLException {
1292 public void updateRef(String colName, java.sql.Ref x)
1295 updateRef(col, x);