Home
last modified time | relevance | path

Searched refs:SQL_CURSOR_TYPE (Results 1 – 25 of 88) sorted by relevance

1234

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Ddeprecated-test.c167 rc = SQLGetStmtOption(hstmt, SQL_CURSOR_TYPE, &valint); in main()
173 rc = SQLSetStmtOption(hstmt, SQL_CURSOR_TYPE, SQL_CURSOR_STATIC); in main()
175 rc = SQLGetStmtOption(hstmt, SQL_CURSOR_TYPE, &valint); in main()
186 rc = SQLGetStmtOption(hstmt, SQL_CURSOR_TYPE, &valint); in main()
H A Dbookmark-test.c38 rc = SQLSetStmtAttr(hstmt, SQL_CURSOR_TYPE, in testBookmarks()
H A Dcursor-movement-test.c35 rc = SQLSetStmtAttr(hstmt, SQL_CURSOR_TYPE, in testLargeResult()
/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLSetStmtOption.c97 case SQL_CURSOR_TYPE: in CLSetStmtOption()
100 val != SQL_CURSOR_TYPE ) in CLSetStmtOption()
H A DSQLGetStmtOption.c69 case SQL_CURSOR_TYPE: in CLGetStmtOption()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_basics.c754 ok_stmt(hstmt1, SQLSetStmtOption(hstmt1, SQL_CURSOR_TYPE in DECLARE_TEST()
756 ok_stmt(hstmt1, SQLGetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
760 ok_stmt(hstmt1, SQLSetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
762 ok_stmt(hstmt1, SQLGetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
766 ok_stmt(hstmt1, SQLSetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
768 ok_stmt(hstmt1, SQLGetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
772 ok_stmt(hstmt1, SQLSetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
774 ok_stmt(hstmt1, SQLGetStmtOption(hstmt1, SQL_CURSOR_TYPE, in DECLARE_TEST()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Doptions.c89 case SQL_CURSOR_TYPE: in set_statement_option()
279 case SQL_CURSOR_TYPE: in SQLSetConnectOption()
551 case SQL_CURSOR_TYPE: /* PARTIAL SUPPORT */ in SQLGetStmtOption()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DGetStmtOption.c90 _S (SQL_CURSOR_TYPE); in _trace_stmtopt_type()
H A DGetConnectOption.c104 _S (SQL_CURSOR_TYPE); in _trace_connopt_type()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c85 case SQL_CURSOR_TYPE: in set_statement_option()
323 case SQL_CURSOR_TYPE: in PGAPI_SetConnectOption()
720 case SQL_CURSOR_TYPE: /* PARTIAL SUPPORT */ in PGAPI_GetStmtOption()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Disqlext.h179 # define SQL_CURSOR_TYPE 6 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddbtable.cpp241 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
250 if (SQLGetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, &cursorType) != SQL_SUCCESS) in initialize()
276 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
298 if (SQLSetStmtOption(hstmtInsert, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
301 if (SQLSetStmtOption(hstmtDelete, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
304 if (SQLSetStmtOption(hstmtUpdate, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
2666 if (SQLSetStmtOption(*newHSTMT, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in GetNewCursor()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddbtable.cpp241 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
250 if (SQLGetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, &cursorType) != SQL_SUCCESS) in initialize()
276 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
298 if (SQLSetStmtOption(hstmtInsert, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
301 if (SQLSetStmtOption(hstmtDelete, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
304 if (SQLSetStmtOption(hstmtUpdate, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
2666 if (SQLSetStmtOption(*newHSTMT, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in GetNewCursor()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddbtable.cpp241 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
250 if (SQLGetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, &cursorType) != SQL_SUCCESS) in initialize()
276 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
298 if (SQLSetStmtOption(hstmtInsert, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
301 if (SQLSetStmtOption(hstmtDelete, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
304 if (SQLSetStmtOption(hstmtUpdate, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
2666 if (SQLSetStmtOption(*newHSTMT, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in GetNewCursor()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddbtable.cpp241 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
250 if (SQLGetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, &cursorType) != SQL_SUCCESS) in initialize()
276 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in initialize()
298 if (SQLSetStmtOption(hstmtInsert, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
301 if (SQLSetStmtOption(hstmtDelete, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
304 if (SQLSetStmtOption(hstmtUpdate, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS) in initialize()
2666 if (SQLSetStmtOption(*newHSTMT, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS) in GetNewCursor()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLSetStmtOptionW.c236 option == SQL_CURSOR_TYPE || in SQLSetStmtOptionW()
H A DSQLSetStmtOption.c210 option == SQL_CURSOR_TYPE || in SQLSetStmtOption()
H A D__attribute.c316 { "SQL_CURSOR_TYPE", SQL_CURSOR_TYPE,
587 { "stmt: SQL_CURSOR_TYPE", SQL_CURSOR_TYPE,
/dports/lang/nim/nim-1.6.2/lib/wrappers/
H A Dodbcsql.nim387 SQL_CURSOR_TYPE* = 6
396 SQL_ATTR_CURSOR_TYPE* = SQL_CURSOR_TYPE
439 SQL_SCROLLABLE* = 1 # SQL_CURSOR_TYPE options
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d200 enum SQL_CURSOR_TYPE = 6; variable
684 enum SQL_ATTR_CURSOR_TYPE = SQL_CURSOR_TYPE;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d200 enum SQL_CURSOR_TYPE = 6; variable
684 enum SQL_ATTR_CURSOR_TYPE = SQL_CURSOR_TYPE;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d199 enum SQL_CURSOR_TYPE = 6; variable
683 enum SQL_ATTR_CURSOR_TYPE = SQL_CURSOR_TYPE;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d200 enum SQL_CURSOR_TYPE = 6; variable
684 enum SQL_ATTR_CURSOR_TYPE = SQL_CURSOR_TYPE;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d199 enum SQL_CURSOR_TYPE = 6; variable
683 enum SQL_ATTR_CURSOR_TYPE = SQL_CURSOR_TYPE;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d199 enum SQL_CURSOR_TYPE = 6; variable
683 enum SQL_ATTR_CURSOR_TYPE = SQL_CURSOR_TYPE;

1234