Home
last modified time | relevance | path

Searched refs:SQL_CURSOR_FORWARD_ONLY (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dattributes.in5 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
12 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dattributes.in5 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
12 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dattributes.in5 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
12 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dattributes.in5 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
12 attr SQL_ATTR_CURSOR_TYPE SQL_CURSOR_FORWARD_ONLY
/dports/databases/p5-DBI/DBI-1.643/
H A Ddbi_sql.h82 #define SQL_CURSOR_FORWARD_ONLY 0UL macro
86 #define SQL_CURSOR_TYPE_DEFAULT SQL_CURSOR_FORWARD_ONLY
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_basics.c734 …{SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_STATIC, SQL_CURSOR_STATIC, SQL_CURSOR_STATIC}, in DECLARE_TEST()
735 …{SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_FORWARD… in DECLARE_TEST()
736 …{SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_STATIC, SQL_CURSOR_DYNAMIC, SQL_CURSOR_STATIC}, in DECLARE_TEST()
737 …{SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_FORWARD_ONLY, SQL_CURSOR_FORWARD… in DECLARE_TEST()
755 , SQL_CURSOR_FORWARD_ONLY )); in DECLARE_TEST()
758 is_num(info, expectedCurType[i][SQL_CURSOR_FORWARD_ONLY]); in DECLARE_TEST()
H A Dmy_use_result.c89 (SQLPOINTER)SQL_CURSOR_FORWARD_ONLY, 0)); in DECLARE_TEST()
126 (SQLPOINTER)SQL_CURSOR_FORWARD_ONLY, 0)); in DECLARE_TEST()
/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLSetStmtOption.c76 if ( cl_statement -> concurrency == SQL_CURSOR_FORWARD_ONLY ) in CLSetStmtOption()
99 if ( val != SQL_CURSOR_FORWARD_ONLY && in CLSetStmtOption()
H A DSQLSetStmtAttr.c89 if ( cl_statement -> concurrency == SQL_CURSOR_FORWARD_ONLY ) in CLSetStmtAttr()
112 if ( val != SQL_CURSOR_FORWARD_ONLY && in CLSetStmtAttr()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Doptions.cc67 options->cursor_type= SQL_CURSOR_FORWARD_ONLY; in set_constmt_attr()
68 if (ValuePtr != (SQLPOINTER)SQL_CURSOR_FORWARD_ONLY) in set_constmt_attr()
86 if (ValuePtr == (SQLPOINTER)SQL_CURSOR_FORWARD_ONLY || in set_constmt_attr()
618 options->cursor_type != SQL_CURSOR_FORWARD_ONLY) in MySQLSetStmtAttr()
619 options->cursor_type= SQL_CURSOR_FORWARD_ONLY; in MySQLSetStmtAttr()
622 options->cursor_type == SQL_CURSOR_FORWARD_ONLY) in MySQLSetStmtAttr()
820 if (options->cursor_type == SQL_CURSOR_FORWARD_ONLY) in MySQLGetStmtAttr()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Doptions.c104 if (conn) conn->stmtOptions.cursor_type = SQL_CURSOR_FORWARD_ONLY; in set_statement_option()
105 if (stmt) stmt->options.cursor_type = SQL_CURSOR_FORWARD_ONLY; in set_statement_option()
107 if (vParam != SQL_CURSOR_FORWARD_ONLY) in set_statement_option()
111 if (vParam == SQL_CURSOR_FORWARD_ONLY || vParam == SQL_CURSOR_STATIC) { in set_statement_option()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__attribute.c141 { "SQL_CURSOR_FORWARD_ONLY", SQL_CURSOR_FORWARD_ONLY },
318 { "SQL_CURSOR_FORWARD_ONLY", SQL_CURSOR_FORWARD_ONLY },
589 { "SQL_CURSOR_FORWARD_ONLY", SQL_CURSOR_FORWARD_ONLY },
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/libodbc++/libodbc++-0.2.5/src/
H A Ddriverinfo.cpp94 case SQL_CURSOR_FORWARD_ONLY: \
H A Dstatement.cpp223 ct=SQL_CURSOR_FORWARD_ONLY;
249 if(ct!=SQL_CURSOR_FORWARD_ONLY) {
259 if(ct!=SQL_CURSOR_FORWARD_ONLY) {
H A Ddatabasemetadata.cpp45 r=SQL_CURSOR_FORWARD_ONLY; in getODBCCursorTypeFor()
69 case SQL_CURSOR_FORWARD_ONLY: in getCursorAttributes1For()
90 case SQL_CURSOR_FORWARD_ONLY: in getCursorAttributes2For()
1427 case SQL_CURSOR_FORWARD_ONLY: in _ownXXXAreVisible()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/odbc/
H A Dlang_cmd.cpp327 …CheckSIE(SQLSetStmtAttr(GetHandle(), SQL_ATTR_CURSOR_TYPE, (void*)SQL_CURSOR_FORWARD_ONLY, SQL_NTS… in SetCursorName()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/odbc/
H A Dlang_cmd.cpp327 …CheckSIE(SQLSetStmtAttr(GetHandle(), SQL_ATTR_CURSOR_TYPE, (void*)SQL_CURSOR_FORWARD_ONLY, SQL_NTS… in SetCursorName()
/dports/math/vtk8/VTK-8.2.0/IO/ODBC/
H A DvtkODBCDatabase.cxx495 static_cast<SQLPOINTER>(SQL_CURSOR_FORWARD_ONLY), in GetTables()
564 static_cast<SQLPOINTER>(SQL_CURSOR_FORWARD_ONLY), in GetRecord()
/dports/math/vtk9/VTK-9.1.0/IO/ODBC/
H A DvtkODBCDatabase.cxx457 static_cast<SQLPOINTER>(SQL_CURSOR_FORWARD_ONLY), SQL_IS_UINTEGER); in GetTables()
520 static_cast<SQLPOINTER>(SQL_CURSOR_FORWARD_ONLY), SQL_IS_UINTEGER); in GetRecord()
/dports/math/vtk6/VTK-6.2.0/IO/ODBC/
H A DvtkODBCDatabase.cxx495 static_cast<SQLPOINTER>(SQL_CURSOR_FORWARD_ONLY), in GetTables()
564 static_cast<SQLPOINTER>(SQL_CURSOR_FORWARD_ONLY), in GetRecord()
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dma_result.c220 if (Stmt->Options.CursorType != SQL_CURSOR_FORWARD_ONLY) in MADB_StmtMoreResults()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dsql.h188 #define SQL_CURSOR_FORWARD_ONLY 0UL macro
193 #define SQL_CURSOR_TYPE_DEFAULT SQL_CURSOR_FORWARD_ONLY
/dports/databases/p5-DBI/DBI-1.643/t/
H A D01basics.t116 cmp_ok(SQL_CURSOR_FORWARD_ONLY, '==', 0, '... testing sql_cursor_types');
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddbtable.cpp256 case SQL_CURSOR_FORWARD_ONLY: in initialize()
272 if (pDb->FwdOnlyCursors() && cursorType != SQL_CURSOR_FORWARD_ONLY) in initialize()
275 cursorType = SQL_CURSOR_FORWARD_ONLY; 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()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddbtable.cpp256 case SQL_CURSOR_FORWARD_ONLY: in initialize()
272 if (pDb->FwdOnlyCursors() && cursorType != SQL_CURSOR_FORWARD_ONLY) in initialize()
275 cursorType = SQL_CURSOR_FORWARD_ONLY; 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()

1234567