Home
last modified time | relevance | path

Searched refs:SQL_C_CHAR (Results 26 – 50 of 886) sorted by relevance

12345678910>>...36

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dputdata.c38 type = SQL_C_CHAR; in Test()
70 if (type == SQL_C_CHAR) { in Test()
92 if (type != SQL_C_CHAR) in Test()
158 type = SQL_C_CHAR; in Test()
175 if (type == SQL_C_CHAR) { in Test()
183 if (type != SQL_C_CHAR) in Test()
196 type = SQL_C_CHAR; in Test()
215 if (type != SQL_C_CHAR) in Test()
H A Dutf8_3.c43 CHKGetData(1, SQL_C_CHAR, buf, 2, &len, i < 3 ? "I" : "S"); in main()
49 CHKGetData(1, SQL_C_CHAR, buf, 2, &len, "No"); in main()
67 CHKGetData(1, SQL_C_CHAR, buf, sizeof(buf), &len, "I"); in main()
71 CHKGetData(1, SQL_C_CHAR, buf, sizeof(buf), &len, "S"); in main()
H A Dcursor3.c65 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
71 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
82 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
87 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
H A Drpc.c75 { SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, SQL_NULL_DATA }, in Test()
77 …{ SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, 3 }, /* @first_type varchar(30) O… in Test()
80 { SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, 0, 20, 3 } /* @c varchar(20) */ in Test()
146 , SQL_C_CHAR /* fCType */ in Test()
183 case SQL_C_CHAR: in Test()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dputdata.c38 type = SQL_C_CHAR; in Test()
70 if (type == SQL_C_CHAR) { in Test()
92 if (type != SQL_C_CHAR) in Test()
158 type = SQL_C_CHAR; in Test()
175 if (type == SQL_C_CHAR) { in Test()
183 if (type != SQL_C_CHAR) in Test()
196 type = SQL_C_CHAR; in Test()
215 if (type != SQL_C_CHAR) in Test()
H A Dutf8_3.c43 CHKGetData(1, SQL_C_CHAR, buf, 2, &len, i < 3 ? "I" : "S"); in main()
49 CHKGetData(1, SQL_C_CHAR, buf, 2, &len, "No"); in main()
67 CHKGetData(1, SQL_C_CHAR, buf, sizeof(buf), &len, "I"); in main()
71 CHKGetData(1, SQL_C_CHAR, buf, sizeof(buf), &len, "S"); in main()
H A Dcursor3.c65 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
71 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
82 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
87 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
H A Drpc.c75 { SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, SQL_NULL_DATA }, in Test()
77 …{ SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, 3 }, /* @first_type varchar(30) O… in Test()
80 { SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, 0, 20, 3 } /* @c varchar(20) */ in Test()
146 , SQL_C_CHAR /* fCType */ in Test()
183 case SQL_C_CHAR: in Test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dputdata.c65 type = SQL_C_CHAR; in main()
90 if (type == SQL_C_CHAR) { in main()
112 if (type != SQL_C_CHAR) in main()
178 type = SQL_C_CHAR; in main()
190 if (type == SQL_C_CHAR) { in main()
198 if (type != SQL_C_CHAR) in main()
211 type = SQL_C_CHAR; in main()
225 if (type != SQL_C_CHAR) in main()
H A Dcursor3.c67 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
73 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
84 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
89 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
H A Drpc.c79 { SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, SQL_NULL_DATA }, in Test()
81 …{ SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, 3 }, /* @first_type varchar(30) O… in Test()
84 { SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, 0, 20, 3 } /* @c varchar(20) */ in Test()
150 , SQL_C_CHAR /* fCType */ in Test()
187 case SQL_C_CHAR: in Test()
H A Dfunccall.c78 …CHKBindParameter(4, SQL_PARAM_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, out2, sizeof(out2), &ind… in main()
194 CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 80, 0, "10", 2, &ind2, "S"); in test_with_conversions()
197 CHKBindParameter(3, SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 0, 1, out2, 29, &ind3, "S"); in test_with_conversions()
199 CHKBindParameter(1, SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 0, 1, out2, 29, &ind, "S"); in test_with_conversions()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/test/
H A Dmy_blob.c214 rc = SQLBindParameter(hstmt,2,SQL_PARAM_INPUT,SQL_C_CHAR, in DECLARE_TEST()
248 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, data, sizeof(data), &pcbLength); in DECLARE_TEST()
281 rc = SQLBindParameter(hstmt,1,SQL_PARAM_INPUT,SQL_C_CHAR, in DECLARE_TEST()
318 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, data, sizeof(data), &pcbLength); 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()
398 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, data, sizeof(data), &pcbLength); in DECLARE_TEST()
405 rc = SQLGetData(hstmt, 2, SQL_C_CHAR, data, sizeof(data), &pcbLength); in DECLARE_TEST()
613 rc = SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, in DECLARE_TEST()
617 rc = SQLBindParameter(hstmt, 2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, in DECLARE_TEST()
[all …]
H A Dmy_bug13766.c161 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
172 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
181 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
190 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
199 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
217 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
226 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
235 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
244 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
253 ok_stmt(hstmt, SQLGetData(hstmt, 1, SQL_C_CHAR, result, 50, NULL)); in DECLARE_TEST()
H A Dmy_datetime.c55 SQL_C_CHAR, SQL_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()
385 rc = SQLGetData(hstmt,1,SQL_C_CHAR,&str,100,NULL); in DECLARE_TEST()
501 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, data, sizeof(data), &length); in DECLARE_TEST()
509 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, data, sizeof(data), &length); in DECLARE_TEST()
517 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, data, sizeof(data), &length); in DECLARE_TEST()
[all …]
H A Dmy_result1.c101 rc = SQLGetData(hstmt,nIndex, SQL_C_CHAR, szData, in DECLARE_TEST()
593 rc = SQLGetData(hstmt,2,SQL_C_CHAR,szData,0,&pcbValue); in DECLARE_TEST()
598 rc = SQLGetData(hstmt,2,SQL_C_CHAR,szData,0,&pcbValue); in DECLARE_TEST()
613 rc = SQLGetData(hstmt,2,SQL_C_CHAR,szData,0,&pcbValue); in DECLARE_TEST()
618 rc = SQLGetData(hstmt,2,SQL_C_CHAR,szData,10,&pcbValue); in DECLARE_TEST()
625 rc = SQLGetData(hstmt,2,SQL_C_CHAR,szData,5,&pcbValue); in DECLARE_TEST()
633 rc = SQLGetData(hstmt,2,SQL_C_CHAR,szData,0,&pcbValue); in DECLARE_TEST()
737 rc = SQLGetData(hstmt,1,SQL_C_CHAR,szData,0,&pcbValue); in DECLARE_TEST()
2031 ok_stmt(hstmt, SQLBindCol(hstmt, 1, SQL_C_CHAR, in DECLARE_TEST()
2046 ok_stmt(hstmt, SQLBindCol(hstmt, 1, SQL_C_CHAR, field1, in DECLARE_TEST()
[all …]
/dports/databases/grass7/grass-7.8.6/db/drivers/odbc/
H A Dfetch.c72 SQLGetData(c->stmt, col, SQL_C_CHAR, NULL, 0, &len);
90 SQLGetData(c->stmt, col, SQL_C_CHAR, value->s.string,
94 ret = SQLGetData(c->stmt, col, SQL_C_CHAR, NULL, 0, &len);
97 SQLGetData(c->stmt, col, SQL_C_CHAR, value->s.string,
101 ret = SQLGetData(c->stmt, col, SQL_C_CHAR, NULL, 0, &len);
104 SQLGetData(c->stmt, col, SQL_C_CHAR, value->s.string,
166 SQLGetData(c->stmt, col, SQL_C_CHAR, value->s.string, len + 1,
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DTypeInfo.cpp41 _cDataTypes.insert(ValueType(SQL_CHAR, SQL_C_CHAR)); in fillCTypes()
42 _cDataTypes.insert(ValueType(SQL_VARCHAR, SQL_C_CHAR)); in fillCTypes()
43 _cDataTypes.insert(ValueType(SQL_LONGVARCHAR, SQL_C_CHAR)); in fillCTypes()
65 _sqlDataTypes.insert(ValueType(SQL_C_CHAR, SQL_LONGVARCHAR)); in fillSQLTypes()
135 rc = SQLGetData(hstmt, 1, SQL_C_CHAR, typeName, sizeof(typeName), &ind); in fillTypeInfo()
139 rc = SQLGetData(hstmt, 4, SQL_C_CHAR, literalPrefix, sizeof(literalPrefix), &ind); in fillTypeInfo()
141 rc = SQLGetData(hstmt, 5, SQL_C_CHAR, literalSuffix, sizeof(literalSuffix), &ind); in fillTypeInfo()
143 rc = SQLGetData(hstmt, 6, SQL_C_CHAR, createParams, sizeof(createParams), &ind); in fillTypeInfo()
151 rc = SQLGetData(hstmt, 13, SQL_C_CHAR, localTypeName, sizeof(localTypeName), &ind); in fillTypeInfo()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dcursor3.c67 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
73 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
84 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
89 CHKGetData(2, SQL_C_CHAR, (SQLPOINTER) buff, sizeof(buff), &ind, "S"); in main()
H A Drpc.c76 { SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, SQL_NULL_DATA }, in Test()
78 …{ SQL_PARAM_INPUT_OUTPUT, SQL_C_CHAR, SQL_VARCHAR, 30, 0, 0, 30, 3 }, /* @first_type varchar(30) O… in Test()
81 { SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, 20, 0, 0, 20, 3 } /* @c varchar(20) */ in Test()
147 , SQL_C_CHAR /* fCType */ in Test()
184 case SQL_C_CHAR: in Test()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dresult-conversions-test.c78 X(SQL_C_CHAR),
177 case SQL_C_CHAR: in print_sql_type()
403 case SQL_C_CHAR: in get_sql_type_size()
624 test_conversion("bytea", "\\x464F4F", SQL_C_CHAR, "SQL_C_CHAR", 100, 0); in main()
646 test_conversion("text", "foobar", SQL_C_CHAR, "SQL_C_CHAR", 5, 0); in main()
647 test_conversion("text", "foobar", SQL_C_CHAR, "SQL_C_CHAR", 6, 0); in main()
648 test_conversion("text", "foobar", SQL_C_CHAR, "SQL_C_CHAR", 7, 0); in main()
655 test_conversion("text", "", SQL_C_CHAR, "SQL_C_CHAR", 1, 0); in main()
658 test_conversion("timestamp", "2011-02-15 15:49:18", SQL_C_CHAR, "SQL_C_CHAR", 19, 0); in main()
665 test_conversion("timestamp", "2011-02-15 15:49:18 BC", SQL_C_CHAR, "SQL_C_CHAR", 20, 0); in main()
H A Dbindcol-test.c37 rc = SQLBindCol(hstmt, 2, SQL_C_CHAR, &charvalue, sizeof(charvalue), &indCharvalue); in main()
69 rc = SQLBindCol(hstmt, 2, SQL_C_CHAR, NULL, 0, NULL); in main()
79 rc = SQLBindCol(hstmt, 2, SQL_C_CHAR, &charvalue, sizeof(charvalue), &indCharvalue); in main()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_odbc.cpp711 nFetchType = SQL_C_CHAR; in Fetch()
741 if (nFetchType == SQL_C_CHAR) in Fetch()
773 if (nFetchType == SQL_C_CHAR) in Fetch()
1265 SQLGetData( m_hStmt, SQLColumns_COLUMN_NAME, SQL_C_CHAR, in GetColumns()
1269 SQLGetData( m_hStmt, SQLColumns_DATA_TYPE, SQL_C_CHAR, in GetColumns()
1273 SQLGetData( m_hStmt, SQLColumns_TYPE_NAME, SQL_C_CHAR, in GetColumns()
1277 SQLGetData( m_hStmt, SQLColumns_COLUMN_SIZE, SQL_C_CHAR, in GetColumns()
1285 SQLGetData( m_hStmt, SQLColumns_NULLABLE, SQL_C_CHAR, in GetColumns()
1534 return SQL_C_CHAR; in GetTypeMapping()
1577 return SQL_C_CHAR; in GetTypeMapping()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/sample/
H A Dsample.c166 SQLBindParameter(stmt, 2, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_VARCHAR, in directed_acyclic()
215 SQLBindCol(stmt, 2, SQL_C_CHAR, out_vcval, cstrmax, &ntsval), in directed_acyclic()
219 SQLBindCol(stmt, 3, SQL_C_CHAR, out_etimeval, cstrmax, &ntsval), in directed_acyclic()
245 SQLBindCol(stmt, 2, SQL_C_CHAR, out_vcval, cstrmax, &ntsval), in directed_acyclic()
249 SQLBindCol(stmt, 3, SQL_C_CHAR, out_etimeval, cstrmax, &ntsval), in directed_acyclic()
280 SQLBindCol(stmt, 2, SQL_C_CHAR, out_vcval, cstrmax, &ntsval), in directed_acyclic()
284 SQLBindCol(stmt, 3, SQL_C_CHAR, out_etimeval, cstrmax, &ntsval), in directed_acyclic()
/dports/databases/soci/soci-4.0.1/src/backends/odbc/
H A Dstandard-into-type.cpp31 odbcType_ = SQL_C_CHAR; in define_by_pos()
39 odbcType_ = SQL_C_CHAR; in define_by_pos()
59 odbcType_ = SQL_C_CHAR; in define_by_pos()
73 odbcType_ = SQL_C_CHAR; in define_by_pos()

12345678910>>...36