Home
last modified time | relevance | path

Searched refs:SQL_PARAM_INPUT (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_blob.c57 ok_stmt(hstmt, SQLBindParameter(hstmt, SQL_PARAM_INPUT, 1, SQL_C_BINARY, in DECLARE_TEST()
211 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_LONG, in DECLARE_TEST()
214 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,SQL_C_CHAR, in DECLARE_TEST()
281 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_CHAR, in DECLARE_TEST()
285 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,SQL_C_LONG, in DECLARE_TEST()
350 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_LONG, in DECLARE_TEST()
353 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,SQL_C_CHAR, in DECLARE_TEST()
357 rc = SQLBindParameter(hstmt,3,SQL_PARAM_INPUT,SQL_C_CHAR, in DECLARE_TEST()
448 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_SLONG, in DECLARE_TEST()
451 ok_stmt(hstmt, SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, SQL_C_SLONG, in DECLARE_TEST()
[all …]
H A Dmy_prepare.c353 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_LONG,SQL_TINYINT, in DECLARE_TEST()
356 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,SQL_C_LONG,SQL_INTEGER, in DECLARE_TEST()
359 rc = SQLBindParameter(hstmt,3,SQL_PARAM_INPUT,SQL_C_CHAR,SQL_CHAR, in DECLARE_TEST()
658 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_LONG,SQL_INTEGER, in DECLARE_TEST()
661 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,SQL_C_CHAR,SQL_CHAR, in DECLARE_TEST()
1154 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_BIT, in DECLARE_TEST()
1158 ok_stmt(hstmt, SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, SQL_C_LONG, in DECLARE_TEST()
1162 ok_stmt(hstmt, SQLBindParameter(hstmt, 3, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
1166 ok_stmt(hstmt, SQLBindParameter(hstmt, 4, SQL_PARAM_INPUT, SQL_C_BIT, in DECLARE_TEST()
1214 ok_stmt(hstmt1, SQLBindParameter(hstmt1, 1, SQL_PARAM_INPUT, SQL_C_BIT, in DECLARE_TEST()
[all …]
H A Dmy_param.c66 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in DECLARE_TEST()
71 rc = SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, in DECLARE_TEST()
118 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in DECLARE_TEST()
123 rc = SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, in DECLARE_TEST()
167 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in DECLARE_TEST()
186 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in DECLARE_TEST()
299 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,11,12,0,0,td,100,0); in DECLARE_TEST()
302 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,1,12,0,0,node,100,0); in DECLARE_TEST()
305 rc = SQLBindParameter(hstmt,3,SQL_PARAM_INPUT,1,12,0,0,tag,100,0); in DECLARE_TEST()
309 rc = SQLBindParameter(hstmt,5,SQL_PARAM_INPUT,1,12,0,0,sqlerr,0,0); in DECLARE_TEST()
[all …]
H A Dmy_datetime.c54 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in DECLARE_TEST()
74 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in DECLARE_TEST()
201 ok_stmt(hstmt, SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_TIMESTAMP, in DECLARE_TEST()
249 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
252 ok_stmt(hstmt, SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
255 ok_stmt(hstmt, SQLBindParameter(hstmt, 3, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
263 ok_stmt(hstmt, SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
271 ok_stmt(hstmt, SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, SQL_C_CHAR, in DECLARE_TEST()
356 rc = SQLBindParameter( hstmt, 1, SQL_PARAM_INPUT, SQL_C_TIME, in DECLARE_TEST()
360 rc = SQLBindParameter( hstmt, 2, SQL_PARAM_INPUT, SQL_C_TIME, in DECLARE_TEST()
[all …]
H A Dmy_catalog2.c346 {"test", 0, "procedure_columns_test1", "re_param1", SQL_PARAM_INPUT, SQL_TINYINT, "tinyint", in DECLARE_TEST()
356 …{"test", 0, "procedure_columns_test1", "re_param3", SQL_PARAM_INPUT, SQL_INTEGER, "mediumint", in DECLARE_TEST()
371 {"test", 0, "procedure_columns_test1", "re_param6", SQL_PARAM_INPUT, SQL_REAL, "float", in DECLARE_TEST()
381 … {"test", 0, "procedure_columns_test1", "re_param8", SQL_PARAM_INPUT, SQL_DECIMAL, "decimal", in DECLARE_TEST()
386 {"test", 0, "procedure_columns_test1", "re_param9", SQL_PARAM_INPUT, SQL_CHAR, "char", in DECLARE_TEST()
431 {"test", 0, "procedure_columns_test2", "re_paramG", SQL_PARAM_INPUT, SQL_BINARY, "binary", in DECLARE_TEST()
441 … {"test", 0, "procedure_columns_test2", "re_paramI", SQL_PARAM_INPUT, SQL_LONGVARCHAR, "text", in DECLARE_TEST()
461 … {"test", 0, "procedure_columns_test2", "re_paramM", SQL_PARAM_INPUT, SQL_NUMERIC, "numeric", in DECLARE_TEST()
486 {"test", 0, "procedure_columns_test3", "re_param_04", SQL_PARAM_INPUT, SQL_SMALLINT, "year", in DECLARE_TEST()
496 … {"test", 0, "procedure_columns_test4_func", "re_paramF", SQL_PARAM_INPUT, SQL_INTEGER, "int", in DECLARE_TEST()
[all …]
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dinsert_speed.c22 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_auto()
23 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_auto()
49 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_man()
50 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_man()
H A Dtestodbc.c77 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCPreparedQuery()
146 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCDirectQuery()
233 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &age, 0, &lenOrInd, "S"); in TestRawODBCGuid()
248 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
261 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
286 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_GUID, SQL_GUID, 16, 0, &sqlguid, 16, &lenOrInd, "S"); in TestRawODBCGuid()
349 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
H A Dfunccall.c22 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
72 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind… in main()
119 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
122 CHKBindParameter(3, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_VARBINARY, 8, 0, out2, 8, &ind3, "S"); in main()
193 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 80, 0, "10", 2, &ind2, "S"); in test_with_conversions()
H A Dputdata.c41 CHKBindParameter(1, SQL_PARAM_INPUT, type, sql_type, 0, 0, (SQLPOINTER) 123, 0, &ind, "S"); in Test()
107 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_LONGVARBINARY, 0, 0, (SQLPOINTER) 4567, 0, … in Test()
163 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 0, 0, (PTR) 2, 0, &ind, "S"); in Test()
201 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 10, 0, (PTR) 2, 10, &ind, "S"); in Test()
H A Dutf8.c45 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_LONG, in TestBinding()
54 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, in TestBinding()
58 CHKBindParameter(3, SQL_PARAM_INPUT, SQL_C_CHAR, in TestBinding()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dinsert_speed.c22 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_auto()
23 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_auto()
49 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_man()
50 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_man()
H A Dtestodbc.c77 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCPreparedQuery()
146 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCDirectQuery()
233 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &age, 0, &lenOrInd, "S"); in TestRawODBCGuid()
248 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
261 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
286 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_GUID, SQL_GUID, 16, 0, &sqlguid, 16, &lenOrInd, "S"); in TestRawODBCGuid()
349 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
H A Dfunccall.c22 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
72 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind… in main()
119 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
122 CHKBindParameter(3, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_VARBINARY, 8, 0, out2, 8, &ind3, "S"); in main()
193 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 80, 0, "10", 2, &ind2, "S"); in test_with_conversions()
H A Dputdata.c41 CHKBindParameter(1, SQL_PARAM_INPUT, type, sql_type, 0, 0, (SQLPOINTER) 123, 0, &ind, "S"); in Test()
107 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_LONGVARBINARY, 0, 0, (SQLPOINTER) 4567, 0, … in Test()
163 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 0, 0, (PTR) 2, 0, &ind, "S"); in Test()
201 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 10, 0, (PTR) 2, 10, &ind, "S"); in Test()
H A Dutf8.c45 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_LONG, in TestBinding()
54 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, in TestBinding()
58 CHKBindParameter(3, SQL_PARAM_INPUT, SQL_C_CHAR, in TestBinding()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dinsert_speed.c23 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_auto()
24 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_auto()
50 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_man()
51 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_man()
H A Dtestodbc.c79 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCPreparedQuery()
148 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCDirectQuery()
235 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &age, 0, &lenOrInd, "S"); in TestRawODBCGuid()
250 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
263 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
288 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_GUID, SQL_GUID, 16, 0, &sqlguid, 16, &lenOrInd, "S"); in TestRawODBCGuid()
351 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
H A Dfunccall.c24 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
74 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind… in main()
121 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
124 CHKBindParameter(3, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_VARBINARY, 8, 0, out2, 8, &ind3, "S"); in main()
195 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 80, 0, "10", 2, &ind2, "S"); in test_with_conversions()
H A Dputdata.c42 CHKBindParameter(1, SQL_PARAM_INPUT, type, sql_type, 0, 0, (SQLPOINTER) 123, 0, &ind, "S"); in main()
101 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_LONGVARBINARY, 0, 0, (SQLPOINTER) 4567, 0, … in main()
156 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 0, 0, (PTR) 2, 0, &ind, "S"); in main()
189 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 10, 0, (PTR) 2, 10, &ind, "S"); in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dinsert_speed.c23 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_auto()
24 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_auto()
50 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, sizeof(id), 0, &id, 0, &sql_nts, "S… in insert_test_man()
51 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, sizeof(string), 0, string, 0, &sql_n… in insert_test_man()
H A Dtestodbc.c81 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCPreparedQuery()
149 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &supplierId, 0, &lenOrInd, "… in TestRawODBCDirectQuery()
236 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &age, 0, &lenOrInd, "S"); in TestRawODBCGuid()
251 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
264 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
289 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_GUID, SQL_GUID, 16, 0, &sqlguid, 16, &lenOrInd, "S"); in TestRawODBCGuid()
352 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_GUID, 0, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
H A Dfunccall.c26 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
76 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &input, 0, &ind… in main()
123 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &input, 0, &ind2, "S"); in main()
126 CHKBindParameter(3, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_VARBINARY, 8, 0, out2, 8, &ind3, "S"); in main()
194 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 80, 0, "10", 2, &ind2, "S"); in test_with_conversions()
H A Dputdata.c68 CHKBindParameter(1, SQL_PARAM_INPUT, type, sql_type, 0, 0, (SQLPOINTER) 123, 0, &ind, "S"); in main()
127 …CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_BINARY, SQL_LONGVARBINARY, 0, 0, (SQLPOINTER) 4567, 0, … in main()
182 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 0, 0, (PTR) 2, 0, &ind, "S"); in main()
215 CHKBindParameter(1, SQL_PARAM_INPUT, type, SQL_LONGVARCHAR, 10, 0, (PTR) 2, 10, &ind, "S"); in main()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dprepare-test.c37 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
71 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
121 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
132 rc = SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, in main()
178 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
211 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
H A Dparams-test.c40 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
72 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
94 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
116 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()
162 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, in main()

12345678910>>...17