Home
last modified time | relevance | path

Searched defs:updateLong (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java701 public void updateLong(int columnIndex, long x) throws SQLException { in updateLong() method in Impl_RowSet
704 public void updateLong(String columnName, long x) throws SQLException { in updateLong() method in Impl_RowSet