Home
last modified time | relevance | path

Searched refs:SQL_C_SSHORT (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DTypeInfo.cpp48 _cDataTypes.insert(ValueType(SQL_SMALLINT, SQL_C_SSHORT)); in fillCTypes()
71 _sqlDataTypes.insert(ValueType(SQL_C_SSHORT, SQL_SMALLINT)); in fillSQLTypes()
137 rc = SQLGetData(hstmt, 2, SQL_C_SSHORT, &ti.get<1>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
145 rc = SQLGetData(hstmt, 7, SQL_C_SSHORT, &ti.get<6>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
146 rc = SQLGetData(hstmt, 8, SQL_C_SSHORT, &ti.get<7>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
147 rc = SQLGetData(hstmt, 9, SQL_C_SSHORT, &ti.get<8>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
148 rc = SQLGetData(hstmt, 10, SQL_C_SSHORT, &ti.get<9>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
149 rc = SQLGetData(hstmt, 11, SQL_C_SSHORT, &ti.get<10>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
150 rc = SQLGetData(hstmt, 12, SQL_C_SSHORT, &ti.get<11>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
153 rc = SQLGetData(hstmt, 14, SQL_C_SSHORT, &ti.get<13>(), sizeof(SQLSMALLINT), &ind); in fillTypeInfo()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dparams.c46 …CHKBindParameter(1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, &cbReturnCo… in Test()
47 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbInParam,… in Test()
48 …CHKBindParameter(3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &cbOutParam… in Test()
H A Dtypeinfo.c54 CHKBindCol(2, SQL_C_SSHORT, &out_type, 0, &ind, "SI"); in CheckType()
167 CHKBindCol(2, SQL_C_SSHORT, &type, 0, &ind2, "SI"); in DoTest()
170 CHKBindCol(10, SQL_C_SSHORT, &is_unsigned, 0, &ind5, "SI"); in DoTest()
171 CHKBindCol(14, SQL_C_SSHORT, &min_scale, 0, &ind6, "SI"); in DoTest()
H A Draiserror.c143 …SQLBindParameter(odbc_stmt, 1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, … in Test()
144 …SQLBindParameter(odbc_stmt, 2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbI… in Test()
145 …SQLBindParameter(odbc_stmt, 3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &c… in Test()
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()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dparams.c46 …CHKBindParameter(1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, &cbReturnCo… in Test()
47 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbInParam,… in Test()
48 …CHKBindParameter(3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &cbOutParam… in Test()
H A Dtypeinfo.c57 CHKBindCol(2, SQL_C_SSHORT, &out_type, 0, &ind, "SI"); in CheckType()
166 CHKBindCol(2, SQL_C_SSHORT, &type, 0, &ind2, "SI"); in DoTest()
169 CHKBindCol(10, SQL_C_SSHORT, &is_unsigned, 0, &ind5, "SI"); in DoTest()
170 CHKBindCol(14, SQL_C_SSHORT, &min_scale, 0, &ind6, "SI"); in DoTest()
H A Draiserror.c146 …SQLBindParameter(odbc_stmt, 1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, … in Test()
147 …SQLBindParameter(odbc_stmt, 2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbI… in Test()
148 …SQLBindParameter(odbc_stmt, 3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &c… in Test()
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()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dparams.c44 …CHKBindParameter(1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, &cbReturnCo… in Test()
45 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbInParam,… in Test()
46 …CHKBindParameter(3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &cbOutParam… in Test()
H A Dtypeinfo.c52 CHKBindCol(2, SQL_C_SSHORT, &out_type, 0, &ind, "SI"); in CheckType()
165 CHKBindCol(2, SQL_C_SSHORT, &type, 0, &ind2, "SI"); in DoTest()
168 CHKBindCol(10, SQL_C_SSHORT, &is_unsigned, 0, &ind5, "SI"); in DoTest()
169 CHKBindCol(14, SQL_C_SSHORT, &min_scale, 0, &ind6, "SI"); in DoTest()
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()
H A Draiserror.c140 …SQLBindParameter(odbc_stmt, 1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, … in Test()
141 …SQLBindParameter(odbc_stmt, 2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbI… in Test()
142 …SQLBindParameter(odbc_stmt, 3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &c… in Test()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dparams.c44 …CHKBindParameter(1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, &cbReturnCo… in Test()
45 …CHKBindParameter(2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbInParam,… in Test()
46 …CHKBindParameter(3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &cbOutParam… in Test()
H A Dtypeinfo.c52 CHKBindCol(2, SQL_C_SSHORT, &out_type, 0, &ind, "SI"); in CheckType()
165 CHKBindCol(2, SQL_C_SSHORT, &type, 0, &ind2, "SI"); in DoTest()
168 CHKBindCol(10, SQL_C_SSHORT, &is_unsigned, 0, &ind5, "SI"); in DoTest()
169 CHKBindCol(14, SQL_C_SSHORT, &min_scale, 0, &ind6, "SI"); in DoTest()
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()
H A Draiserror.c140 …SQLBindParameter(odbc_stmt, 1, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &ReturnCode, 0, … in Test()
141 …SQLBindParameter(odbc_stmt, 2, SQL_PARAM_INPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &InParam, 0, &cbI… in Test()
142 …SQLBindParameter(odbc_stmt, 3, SQL_PARAM_OUTPUT, SQL_C_SSHORT, SQL_INTEGER, 0, 0, &OutParam, 0, &c… in Test()
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/internal/
H A DTypeInfo.h53 constexpr static std::int16_t VALUETYPE = SQL_C_SSHORT;
143 case SQL_C_SSHORT:
190 case SQL_C_SSHORT:
245 case SQL_C_SSHORT:
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddbgrid.cpp278 case SQL_C_SSHORT: in GetTypeName()
347 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
358 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
405 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
416 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
440 if ((sqltype == SQL_C_SSHORT) || in GetValueAsLong()
463 if ((sqltype == SQL_C_SSHORT) || in GetValueAsDouble()
488 if ((sqltype == SQL_C_SSHORT) || in GetValueAsBool()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddbgrid.cpp278 case SQL_C_SSHORT: in GetTypeName()
347 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
358 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
405 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
416 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
440 if ((sqltype == SQL_C_SSHORT) || in GetValueAsLong()
463 if ((sqltype == SQL_C_SSHORT) || in GetValueAsDouble()
488 if ((sqltype == SQL_C_SSHORT) || in GetValueAsBool()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddbgrid.cpp278 case SQL_C_SSHORT: in GetTypeName()
347 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
358 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
405 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
416 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
440 if ((sqltype == SQL_C_SSHORT) || in GetValueAsLong()
463 if ((sqltype == SQL_C_SSHORT) || in GetValueAsDouble()
488 if ((sqltype == SQL_C_SSHORT) || in GetValueAsBool()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddbgrid.cpp278 case SQL_C_SSHORT: in GetTypeName()
347 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
358 if ((sqltype == SQL_C_SSHORT) || in CanGetValueAs()
405 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
416 if ((sqltype == SQL_C_SSHORT) || in CanSetValueAs()
440 if ((sqltype == SQL_C_SSHORT) || in GetValueAsLong()
463 if ((sqltype == SQL_C_SSHORT) || in GetValueAsDouble()
488 if ((sqltype == SQL_C_SSHORT) || in GetValueAsBool()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/expected/
H A Dresult-conversions_1.out7 'true' (boolean) as SQL_C_SSHORT: 1
43 '\x464F4F' (bytea) as SQL_C_SSHORT: 0
77 'x' (char) as SQL_C_SSHORT: 0
111 'namedata' (name) as SQL_C_SSHORT: 0
359 '(1,2)' (tid) as SQL_C_SSHORT: 0
395 '1234' (xid) as SQL_C_SSHORT: 1234
431 '4321' (cid) as SQL_C_SSHORT: 4321
607 '1.234' (float4) as SQL_C_SSHORT: 1
679 'foo' (unknown) as SQL_C_SSHORT: 0
713 '1.23' (money) as SQL_C_SSHORT: 1
[all …]
H A Dresult-conversions.out7 'true' (boolean) as SQL_C_SSHORT: 1
43 '\x464F4F' (bytea) as SQL_C_SSHORT: 0
77 'x' (char) as SQL_C_SSHORT: 0
111 'namedata' (name) as SQL_C_SSHORT: 0
359 '(1,2)' (tid) as SQL_C_SSHORT: 0
395 '1234' (xid) as SQL_C_SSHORT: 1234
431 '4321' (cid) as SQL_C_SSHORT: 4321
607 '1.234' (float4) as SQL_C_SSHORT: 1
679 'foo' (unknown) as SQL_C_SSHORT: 0
713 '1.23' (money) as SQL_C_SSHORT: 1
[all …]
H A Dresult-conversions_2.out7 'true' (boolean) as SQL_C_SSHORT: 1
43 '\x464F4F' (bytea) as SQL_C_SSHORT: 0
77 'x' (char) as SQL_C_SSHORT: 0
111 'namedata' (name) as SQL_C_SSHORT: 0
359 '(1,2)' (tid) as SQL_C_SSHORT: 0
395 '1234' (xid) as SQL_C_SSHORT: 1234
431 '4321' (cid) as SQL_C_SSHORT: 4321
607 '1.234' (float4) as SQL_C_SSHORT: 1
679 'foo' (unknown) as SQL_C_SSHORT: 0
713 '1.23' (money) as SQL_C_SSHORT: 1
[all …]

12345678910>>...16