Home
last modified time | relevance | path

Searched refs:setFetchDirection (Results 1 – 3 of 3) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java42 public void setFetchDirection(int fetchDirection) throws SQLException { in setFetchDirection() method in JDBCStatement
DJDBCResultSet.java199 public void setFetchDirection(int dir) throws SQLException {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java603 public void setFetchDirection(int direction) throws SQLException { in setFetchDirection() method in Impl_RowSet