Home
last modified time | relevance | path

Searched refs:SQL_CONCUR_READ_ONLY (Results 1 – 25 of 101) sorted by relevance

12345

/dports/databases/unixODBC/unixODBC-2.3.9/cur/
H A DSQLSetStmtOption.c78 if ( val != SQL_CONCUR_READ_ONLY ) in CLSetStmtOption()
85 if ( val != SQL_CONCUR_READ_ONLY && in CLSetStmtOption()
H A DSQLSetStmtAttr.c91 if ( val != SQL_CONCUR_READ_ONLY ) in CLSetStmtAttr()
98 if ( val != SQL_CONCUR_READ_ONLY && in CLSetStmtAttr()
H A DSQLSetScrollOptions.c84 if ( f_concurrency != SQL_CONCUR_READ_ONLY && in CLSetScrollOptions()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__attribute.c117 { "SQL_CONCUR_READ_ONLY", SQL_CONCUR_READ_ONLY },
308 { "SQL_CONCUR_READ_ONLY", SQL_CONCUR_READ_ONLY },
312 { "SQL_CONCUR_READ_ONLY", SQL_CONCUR_READ_ONLY },
579 { "SQL_CONCUR_READ_ONLY", SQL_CONCUR_READ_ONLY },
583 { "SQL_CONCUR_READ_ONLY", SQL_CONCUR_READ_ONLY },
1485 if ( ival != SQL_CONCUR_READ_ONLY && ival != SQL_CONCUR_LOCK && in dm_check_connection_attrs()
1583 if ( ival != SQL_CONCUR_READ_ONLY && ival != SQL_CONCUR_LOCK && in dm_check_statement_attrs()
H A DSQLSetScrollOptions.c230 if ( f_concurrency != SQL_CONCUR_READ_ONLY && in SQLSetScrollOptions()
321 if ( f_concurrency == SQL_CONCUR_READ_ONLY && in SQLSetScrollOptions()
381 if ( f_concurrency != SQL_CONCUR_READ_ONLY && in SQLSetScrollOptions()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dattributes.in7 attr SQL_ATTR_CONCURRENCY SQL_CONCUR_READ_ONLY
H A Dcursor7.c26 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, TDS_INT2PTR(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
H A Dcursor6.c25 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, TDS_INT2PTR(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dattributes.in7 attr SQL_ATTR_CONCURRENCY SQL_CONCUR_READ_ONLY
H A Dcursor7.c26 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, TDS_INT2PTR(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
H A Dcursor6.c25 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, TDS_INT2PTR(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dattributes.in7 attr SQL_ATTR_CONCURRENCY SQL_CONCUR_READ_ONLY
H A Dcursor7.c28 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, int2ptr(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
H A Dcursor6.c27 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, int2ptr(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dattributes.in7 attr SQL_ATTR_CONCURRENCY SQL_CONCUR_READ_ONLY
H A Dcursor7.c28 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, int2ptr(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
H A Dcursor6.c30 CHKSetStmtAttr(SQL_ATTR_CONCURRENCY, int2ptr(SQL_CONCUR_READ_ONLY), 0, "S"); in Test()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DSetScrollOptions.c87 _S (SQL_CONCUR_READ_ONLY); in _trace_scrollopt_type()
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddriverinfo.h99 return SQL_CONCUR_READ_ONLY; in getUpdatable()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Disqlext.h203 # define SQL_CONCUR_READ_ONLY 1 macro
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c61 setval = SQL_CONCUR_READ_ONLY; in set_statement_option()
62 if (SQL_CONCUR_READ_ONLY == vParam) in set_statement_option()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dsql.h147 #define SQL_CONCUR_READ_ONLY 1 macro
149 #define SQL_CONCUR_DEFAULT SQL_CONCUR_READ_ONLY
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Ddeprecated-test.c183 rc = SQLSetScrollOptions(hstmt, SQL_CONCUR_READ_ONLY, in main()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Disqlext.h782 #define SQL_CONCUR_READ_ONLY 1 macro
786 #define SQL_CONCUR_DEFAULT SQL_CONCUR_READ_ONLY
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Disqlext.h782 #define SQL_CONCUR_READ_ONLY 1 macro
786 #define SQL_CONCUR_DEFAULT SQL_CONCUR_READ_ONLY

12345