Home
last modified time | relevance | path

Searched refs:SQL_CURSOR_STATIC (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_bulk.c51 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
154 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
231 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
322 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
424 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
509 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
587 ok_stmt(hstmt, SQLSetStmtAttr(hstmt, SQL_ATTR_CURSOR_TYPE, (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
H A Dmy_basics.c734 …{SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_STATIC, SQL_CURSOR_STATIC, SQL_CURSOR_STATIC}, in DECLARE_TEST()
736 …{SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_STATIC, SQL_CURSOR_DYNAMIC, SQL_CURSOR_STATIC}, in DECLARE_TEST()
773 SQL_CURSOR_STATIC )); in DECLARE_TEST()
776 is_num(info, expectedCurType[i][SQL_CURSOR_STATIC]); in DECLARE_TEST()
H A Dmy_cursor.c132 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
286 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
871 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
929 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
1001 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
1319 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
1384 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
1447 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
1508 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
1549 (SQLPOINTER)SQL_CURSOR_STATIC, 0)); in DECLARE_TEST()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Doptions.c111 if (vParam == SQL_CURSOR_FORWARD_ONLY || vParam == SQL_CURSOR_STATIC) { in set_statement_option()
118 if (conn) conn->stmtOptions.cursor_type = SQL_CURSOR_STATIC; in set_statement_option()
119 if (stmt) stmt->options.cursor_type = SQL_CURSOR_STATIC; in set_statement_option()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dcursor2.c36 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, (SQLPOINTER) SQL_CURSOR_STATIC, SQL_IS_INTEGER, "S"); in main()
H A Dcursor7.c27 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, TDS_INT2PTR(SQL_CURSOR_STATIC), 0, "S"); in Test()
H A Dcursor6.c26 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, TDS_INT2PTR(SQL_CURSOR_STATIC), 0, "S"); in Test()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dcursor2.c36 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, (SQLPOINTER) SQL_CURSOR_STATIC, SQL_IS_INTEGER, "S"); in main()
H A Dcursor7.c27 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, TDS_INT2PTR(SQL_CURSOR_STATIC), 0, "S"); in Test()
H A Dcursor6.c26 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, TDS_INT2PTR(SQL_CURSOR_STATIC), 0, "S"); in Test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dcursor2.c38 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, (SQLPOINTER) SQL_CURSOR_STATIC, SQL_IS_INTEGER, "S"); in main()
H A Dcursor7.c29 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, int2ptr(SQL_CURSOR_STATIC), 0, "S"); in Test()
H A Dcursor6.c28 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, int2ptr(SQL_CURSOR_STATIC), 0, "S"); in Test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dcursor2.c38 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, (SQLPOINTER) SQL_CURSOR_STATIC, SQL_IS_INTEGER, "S"); in main()
H A Dcursor7.c29 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, int2ptr(SQL_CURSOR_STATIC), 0, "S"); in Test()
H A Dcursor6.c31 CHKSetStmtAttr(SQL_ATTR_CURSOR_TYPE, int2ptr(SQL_CURSOR_STATIC), 0, "S"); in Test()
/dports/databases/p5-DBI/DBI-1.643/
H A Ddbi_sql.h85 #define SQL_CURSOR_STATIC 3UL macro
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__attribute.c142 { "SQL_CURSOR_STATIC", SQL_CURSOR_STATIC },
319 { "SQL_CURSOR_STATIC", SQL_CURSOR_STATIC },
590 { "SQL_CURSOR_STATIC", SQL_CURSOR_STATIC },
1508 if ( ival != SQL_CURSOR_FORWARD_ONLY && ival != SQL_CURSOR_STATIC && in dm_check_connection_attrs()
1606 if ( ival != SQL_CURSOR_FORWARD_ONLY && ival != SQL_CURSOR_STATIC && in dm_check_statement_attrs()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Ddeprecated-test.c21 else if (cursor_type == SQL_CURSOR_STATIC) in print_cursor_type()
173 rc = SQLSetStmtOption(hstmt, SQL_CURSOR_TYPE, SQL_CURSOR_STATIC); in main()
H A Dcursor-commit-test.c36 (SQLPOINTER) SQL_CURSOR_STATIC, SQL_IS_UINTEGER); in main()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Doptions.cc79 options->cursor_type= SQL_CURSOR_STATIC; in set_constmt_attr()
87 ValuePtr == (SQLPOINTER)SQL_CURSOR_STATIC) in set_constmt_attr()
92 options->cursor_type= SQL_CURSOR_STATIC; in set_constmt_attr()
623 options->cursor_type= SQL_CURSOR_STATIC; in MySQLSetStmtAttr()
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddriverinfo.cpp98 case SQL_CURSOR_STATIC: \
H A Ddatabasemetadata.cpp48 r=SQL_CURSOR_STATIC; in getODBCCursorTypeFor()
72 case SQL_CURSOR_STATIC: in getCursorAttributes1For()
93 case SQL_CURSOR_STATIC: in getCursorAttributes2For()
549 ct=SQL_CURSOR_STATIC; in supportsResultSetConcurrency()
1434 case SQL_CURSOR_STATIC: in _ownXXXAreVisible()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c94 else if (SQL_CURSOR_STATIC == vParam) in set_statement_option()
101 setval = SQL_CURSOR_STATIC; /* at least scrollable */ in set_statement_option()
110 setval = SQL_CURSOR_STATIC; /* at least scrollable */ in set_statement_option()
/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLSetStmtAttr.c113 val != SQL_CURSOR_STATIC ) in CLSetStmtAttr()

12345678910>>...18