Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java802 public RowId getRowId(int columnIndex) throws SQLException { in getRowId() method in Impl_RowSet
806 public RowId getRowId(String columnLabel) throws SQLException { in getRowId() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1331 public RowId getRowId(int colIndex) throws SQLException {
1335 public RowId getRowId(String colName) throws SQLException {
1337 return getRowId(col);