Home
last modified time | relevance | path

Searched refs:SQL_CURSOR_KEYSET_DRIVEN (Results 1 – 25 of 94) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DOStatement.cxx661 case SQL_CURSOR_KEYSET_DRIVEN: in getResultSetType()
751 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_TYPE, SQL_CURSOR_KEYSET_DRIVEN); in setResultSetType()
759 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,true); in setResultSetType()
761 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,false); in setResultSetType()
762 nSet = SQL_CURSOR_KEYSET_DRIVEN; in setResultSetType()
779 … setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_TYPE, SQL_CURSOR_KEYSET_DRIVEN); in setResultSetType()
1079 if(SQL_CURSOR_KEYSET_DRIVEN == _nCursorType) in getCursorProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DOStatement.cxx665 case SQL_CURSOR_KEYSET_DRIVEN: in getResultSetType()
755 setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_TYPE, SQL_CURSOR_KEYSET_DRIVEN); in setResultSetType()
763 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,true); in setResultSetType()
765 nCurProp = getCursorProperties(SQL_CURSOR_KEYSET_DRIVEN,false); in setResultSetType()
766 nSet = SQL_CURSOR_KEYSET_DRIVEN; in setResultSetType()
783 … setStmtOption<SQLULEN, SQL_IS_UINTEGER>(SQL_ATTR_CURSOR_TYPE, SQL_CURSOR_KEYSET_DRIVEN); in setResultSetType()
1083 if(SQL_CURSOR_KEYSET_DRIVEN == _nCursorType) in getCursorProperties()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dpositioned-update-test.c66 (SQLPOINTER) SQL_CURSOR_KEYSET_DRIVEN, 0); in main()
175 (SQLPOINTER) SQL_CURSOR_KEYSET_DRIVEN, 0); in main()
H A Dcursor-block-delete-test.c105 rc = SQLSetStmtAttr(hstmt, SQL_ATTR_CURSOR_TYPE, (SQLPOINTER) SQL_CURSOR_KEYSET_DRIVEN, 0); in main()
H A Dbulkoperations-test.c85 (SQLPOINTER) SQL_CURSOR_KEYSET_DRIVEN, 0); in main()
H A Ddeprecated-test.c17 else if (cursor_type == SQL_CURSOR_KEYSET_DRIVEN) in print_cursor_type()
/dports/databases/p5-DBI/DBI-1.643/
H A Ddbi_sql.h83 #define SQL_CURSOR_KEYSET_DRIVEN 1UL macro
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__attribute.c143 { "SQL_CURSOR_KEYSET_DRIVEN", SQL_CURSOR_KEYSET_DRIVEN },
320 { "SQL_CURSOR_KEYSET_DRIVEN", SQL_CURSOR_KEYSET_DRIVEN },
591 { "SQL_CURSOR_KEYSET_DRIVEN", SQL_CURSOR_KEYSET_DRIVEN },
1509 ival != SQL_CURSOR_KEYSET_DRIVEN && ival != SQL_CURSOR_DYNAMIC ) in dm_check_connection_attrs()
1607 ival != SQL_CURSOR_KEYSET_DRIVEN && ival != SQL_CURSOR_DYNAMIC ) in dm_check_statement_attrs()
H A DSQLSetScrollOptions.c439 info_type = SQL_CURSOR_KEYSET_DRIVEN; in SQLSetScrollOptions()
449 info_type = SQL_CURSOR_KEYSET_DRIVEN; in SQLSetScrollOptions()
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddriverinfo.h73 return SQL_CURSOR_KEYSET_DRIVEN; in getScrollSensitive()
H A Ddriverinfo.cpp102 case SQL_CURSOR_KEYSET_DRIVEN: \
H A Ddatabasemetadata.cpp54 r=SQL_CURSOR_KEYSET_DRIVEN; in getODBCCursorTypeFor()
75 case SQL_CURSOR_KEYSET_DRIVEN: in getCursorAttributes1For()
96 case SQL_CURSOR_KEYSET_DRIVEN: in getCursorAttributes2For()
1433 case SQL_CURSOR_KEYSET_DRIVEN: in _ownXXXAreVisible()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c96 else if (SQL_CURSOR_KEYSET_DRIVEN == vParam) in set_statement_option()
108 setval = SQL_CURSOR_KEYSET_DRIVEN; in set_statement_option()
H A Dresults.c1809 SQL_CURSOR_KEYSET_DRIVEN == stmt->options.cursor_type) in PGAPI_ExtendedFetch()
1820 if (SQL_CURSOR_KEYSET_DRIVEN == stmt->options.cursor_type) in PGAPI_ExtendedFetch()
2275 if (SQL_CURSOR_KEYSET_DRIVEN != stmt->options.cursor_type) in enlargeAdded()
2556 if (SQL_CURSOR_KEYSET_DRIVEN != stmt->options.cursor_type) in enlargeUpdated()
3289 if (SQL_CURSOR_KEYSET_DRIVEN == stmt->options.cursor_type && in SC_pos_reload_with_key()
3310 if (stmt->options.cursor_type == SQL_CURSOR_KEYSET_DRIVEN) in SC_pos_reload_with_key()
3889 if (stmt->options.cursor_type == SQL_CURSOR_KEYSET_DRIVEN) in irow_update()
4298 if (idx_exist && stmt->options.cursor_type == SQL_CURSOR_KEYSET_DRIVEN) in SC_pos_delete()
4686 if (stmt->options.cursor_type == SQL_CURSOR_KEYSET_DRIVEN) in SC_pos_refresh()
/dports/databases/p5-DBI/DBI-1.643/t/
H A D01basics.t117 cmp_ok(SQL_CURSOR_KEYSET_DRIVEN, '==', 1, '... testing sql_cursor_types');
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dattributes.c104 TYPE(SQL_CURSOR_KEYSET_DRIVEN),
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dattributes.c104 TYPE(SQL_CURSOR_KEYSET_DRIVEN),
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dattributes.c106 TYPE(SQL_CURSOR_KEYSET_DRIVEN),
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dattributes.c109 TYPE(SQL_CURSOR_KEYSET_DRIVEN),
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_basics.c761 SQL_CURSOR_KEYSET_DRIVEN )); in DECLARE_TEST()
764 is_num(info, expectedCurType[i][SQL_CURSOR_KEYSET_DRIVEN]); in DECLARE_TEST()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dsql.h189 #define SQL_CURSOR_KEYSET_DRIVEN 1UL macro
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/
H A DPurePerl.pm110 use constant SQL_CURSOR_KEYSET_DRIVEN => 1; constant
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Disqlext.h792 #define SQL_CURSOR_KEYSET_DRIVEN 1UL macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Disqlext.h792 #define SQL_CURSOR_KEYSET_DRIVEN 1UL macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Disqlext.h792 #define SQL_CURSOR_KEYSET_DRIVEN 1UL macro

1234