Home
last modified time | relevance | path

Searched refs:SQL_PARAM_INPUT (Results 101 – 125 of 423) sorted by relevance

12345678910>>...17

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dmoreresults.c16 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, buf, 128, pind, "S"); in Test()
H A Dpeter.c33 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &id, sizeof(id), NULL, "S"); in main()
H A Dtest64.c114 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_params()
226 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_rows()
H A Dclosestmt.c34 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &num, 0, NULL, "S"); in main()
H A Dpreperror.c27 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 128, 0, buf, sizeof(buf), &cbInStrin… in main()
H A Dtimeout.c55 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &i, 0, NULL, "S"); in main()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dmoreresults.c16 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, buf, 128, pind, "S"); in Test()
H A Dpeter.c33 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &id, sizeof(id), NULL, "S"); in main()
H A Dtest64.c114 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_params()
226 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_rows()
H A Dclosestmt.c34 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &num, 0, NULL, "S"); in main()
H A Dpreperror.c27 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 128, 0, buf, sizeof(buf), &cbInStrin… in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dt0004.c20 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, buf, 128, pind, "S"); in Test()
H A Dtest64.c103 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_params()
211 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_rows()
H A Dpeter.c34 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &id, sizeof(id), NULL, "S"); in main()
H A Dclosestmt.c36 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &num, 0, NULL, "S"); in main()
H A Dpreperror.c29 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 128, 0, buf, sizeof(buf), &cbInStrin… in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dt0004.c20 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, buf, 128, pind, "S"); in Test()
H A Dtest64.c106 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_params()
214 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_ULONG, SQL_INTEGER, 5, 0, ids, 0, id_lens, "S"); in test_rows()
H A Dpeter.c34 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &id, sizeof(id), NULL, "S"); in main()
H A Dclosestmt.c36 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &num, 0, NULL, "S"); in main()
H A Dpreperror.c29 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 128, 0, buf, sizeof(buf), &cbInStrin… in main()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_unicode.c70 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 1, SQL_PARAM_INPUT, SQL_C_LONG, in DECLARE_TEST()
143 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_LONG, in DECLARE_TEST()
189 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 1, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
1075 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_WCHAR, in DECLARE_TEST()
1302 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 1, SQL_PARAM_INPUT, SQL_C_LONG, in DECLARE_TEST()
1306 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 2, SQL_PARAM_INPUT, SQL_C_WCHAR, in DECLARE_TEST()
1311 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 3, SQL_PARAM_INPUT, SQL_C_DOUBLE, in DECLARE_TEST()
1316 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 4, SQL_PARAM_INPUT, SQL_C_BINARY, in DECLARE_TEST()
1389 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_LONG, in DECLARE_TEST()
1393 ok_stmt(hstmt, SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, SQL_C_WCHAR, in DECLARE_TEST()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLBindParameter.c286 if ( f_param_type != SQL_PARAM_INPUT && in SQLBindParameter()
306 if ( f_param_type != SQL_PARAM_INPUT && in SQLBindParameter()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/connections/
H A Ddb2.cpp942 SQL_PARAM_INPUT, in inputBind()
953 SQL_PARAM_INPUT, in inputBind()
977 SQL_PARAM_INPUT, in inputBind()
1002 SQL_PARAM_INPUT, in inputBind()
1046 SQL_PARAM_INPUT, in inputBind()
1068 SQL_PARAM_INPUT, in inputBind()
1095 SQL_PARAM_INPUT, in inputBindBlob()
1125 SQL_PARAM_INPUT, in inputBindClob()
H A Dinformix.cpp938 SQL_PARAM_INPUT, in inputBind()
949 SQL_PARAM_INPUT, in inputBind()
975 SQL_PARAM_INPUT, in inputBind()
1000 SQL_PARAM_INPUT, in inputBind()
1044 SQL_PARAM_INPUT, in inputBind()
1066 SQL_PARAM_INPUT, in inputBind()
1093 SQL_PARAM_INPUT, in inputBindBlob()
1119 SQL_PARAM_INPUT, in inputBindClob()

12345678910>>...17