Home
last modified time | relevance | path

Searched refs:SQL_FETCH_BOOKMARK (Results 1 – 25 of 76) sorted by relevance

1234

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/expected/
H A Dbookmark.out9 Testing SQL_FETCH_BOOKMARK, begin (0)...
11 Testing SQL_FETCH_BOOKMARK, begin (10)...
13 Testing SQL_FETCH_BOOKMARK, middle (0)...
15 Testing SQL_FETCH_BOOKMARK, middle (10)...
17 Testing SQL_FETCH_BOOKMARK, middle (-10)...
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dbookmark-test.c81 rc = SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0); in testBookmarks()
85 rc = SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 10); in testBookmarks()
95 rc = SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0); in testBookmarks()
99 rc = SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 10); in testBookmarks()
103 rc = SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, -10); in testBookmarks()
127 rc = SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0); in testBookmarks()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLFetchScroll.c173 fetch_orientation != SQL_FETCH_BOOKMARK ) || in SQLFetchScroll()
174 (fetch_orientation == SQL_FETCH_BOOKMARK in SQLFetchScroll()
295 if ( fetch_orientation == SQL_FETCH_BOOKMARK ) in SQLFetchScroll()
H A DSQLExtendedFetch.c180 f_fetch_type != SQL_FETCH_BOOKMARK ) in SQLExtendedFetch()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_bulk.c355 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
365 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
434 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
519 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
595 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
H A Dmy_result2.c1031 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
1075 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
1156 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
1177 ok_stmt(hstmt, SQLFetchScroll(hstmt, SQL_FETCH_BOOKMARK, 0)); in DECLARE_TEST()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DExtendedFetch.c93 _S (SQL_FETCH_BOOKMARK); in _trace_fetchtype()
/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLFetchScroll.c92 if ( fetch_orientation == SQL_FETCH_BOOKMARK ) in CLFetchScroll()
H A DSQLExtendedFetch.c784 case SQL_FETCH_BOOKMARK: in do_fetch_scroll()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/MiniSQL/
H A DSQLFetchScroll.c66 case SQL_FETCH_BOOKMARK: in SQLFetchScroll()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Disqlext.h274 # define SQL_FETCH_BOOKMARK 8 macro
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dsqlext.h34 #define SQL_FETCH_BOOKMARK 8 macro
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Dresults.cc1939 case SQL_FETCH_BOOKMARK: in myodbc_single_fetch()
2302 case SQL_FETCH_BOOKMARK: in my_SQLExtendedFetch()
2360 || (fFetchType == SQL_FETCH_BOOKMARK && stmt->stmt_options.bookmark_insert)) in my_SQLExtendedFetch()
2477 if (fFetchType == SQL_FETCH_BOOKMARK && in my_SQLExtendedFetch()
2628 if (FetchOrientation == SQL_FETCH_BOOKMARK in SQLFetchScroll()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Dfetch.c167 if (fFetchType < SQL_FETCH_NEXT || fFetchType > SQL_FETCH_BOOKMARK) in SQLExtendedFetch()
H A Disqlext.h981 #define SQL_FETCH_BOOKMARK 8 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Dfetch.c167 if (fFetchType < SQL_FETCH_NEXT || fFetchType > SQL_FETCH_BOOKMARK) in SQLExtendedFetch()
H A Disqlext.h981 #define SQL_FETCH_BOOKMARK 8 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Dfetch.c167 if (fFetchType < SQL_FETCH_NEXT || fFetchType > SQL_FETCH_BOOKMARK) in SQLExtendedFetch()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Dfetch.c167 if (fFetchType < SQL_FETCH_NEXT || fFetchType > SQL_FETCH_BOOKMARK) in SQLExtendedFetch()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dfetch.c267 if (fFetchType < SQL_FETCH_NEXT || fFetchType > SQL_FETCH_BOOKMARK) in _iodbcdm_ExtendedFetch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DOResultSet.cxx860 nRet = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,0); in insertRow()
1183 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,0); in moveToBookmark()
1207 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,rows); in moveRelativeToBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DOResultSet.cxx861 nRet = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,0); in insertRow()
1184 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,0); in moveToBookmark()
1208 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,rows); in moveRelativeToBookmark()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Disqlext.h981 #define SQL_FETCH_BOOKMARK 8 macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Disqlext.h981 #define SQL_FETCH_BOOKMARK 8 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Disqlext.h981 #define SQL_FETCH_BOOKMARK 8 macro

1234