Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h78 #undef SQLFetchScroll
79 #define SQLFetchScroll(stmt, orient, rownum) (0); return APR_ENOTIMPL; macro
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1350 rc = SQLFetchScroll(res->stmt, SQL_FETCH_ABSOLUTE, rownum); in odbc_get_row()