Home
last modified time | relevance | path

Searched refs:SQL_C_STINYINT (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/internal/
H A DTypeInfo.h39 constexpr static std::int16_t VALUETYPE = SQL_C_STINYINT;
155 case SQL_C_STINYINT:
202 case SQL_C_STINYINT:
242 case SQL_C_STINYINT:
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/expected/
H A Dresult-conversions_1.out14 'true' (boolean) as SQL_C_STINYINT: 1
50 '\x464F4F' (bytea) as SQL_C_STINYINT: 0
84 'x' (char) as SQL_C_STINYINT: 0
118 'namedata' (name) as SQL_C_STINYINT: 0
190 '12345' (int2) as SQL_C_STINYINT: 57
366 '(1,2)' (tid) as SQL_C_STINYINT: 0
402 '1234' (xid) as SQL_C_STINYINT: -46
438 '4321' (cid) as SQL_C_STINYINT: -31
686 'foo' (unknown) as SQL_C_STINYINT: 0
720 '1.23' (money) as SQL_C_STINYINT: 1
[all …]
H A Dresult-conversions.out14 'true' (boolean) as SQL_C_STINYINT: 1
50 '\x464F4F' (bytea) as SQL_C_STINYINT: 0
84 'x' (char) as SQL_C_STINYINT: 0
118 'namedata' (name) as SQL_C_STINYINT: 0
190 '12345' (int2) as SQL_C_STINYINT: 57
366 '(1,2)' (tid) as SQL_C_STINYINT: 0
402 '1234' (xid) as SQL_C_STINYINT: -46
438 '4321' (cid) as SQL_C_STINYINT: -31
686 'foo' (unknown) as SQL_C_STINYINT: 0
720 '1.23' (money) as SQL_C_STINYINT: 1
[all …]
H A Dresult-conversions_2.out14 'true' (boolean) as SQL_C_STINYINT: 1
50 '\x464F4F' (bytea) as SQL_C_STINYINT: 0
84 'x' (char) as SQL_C_STINYINT: 0
118 'namedata' (name) as SQL_C_STINYINT: 0
190 '12345' (int2) as SQL_C_STINYINT: 57
366 '(1,2)' (tid) as SQL_C_STINYINT: 0
402 '1234' (xid) as SQL_C_STINYINT: -46
438 '4321' (cid) as SQL_C_STINYINT: -31
686 'foo' (unknown) as SQL_C_STINYINT: 0
720 '1.23' (money) as SQL_C_STINYINT: 1
[all …]
H A Dresult-conversions_3.out14 'true' (boolean) as SQL_C_STINYINT: 1
50 '\x464F4F' (bytea) as SQL_C_STINYINT: 0
84 'x' (char) as SQL_C_STINYINT: 0
118 'namedata' (name) as SQL_C_STINYINT: 0
190 '12345' (int2) as SQL_C_STINYINT: 57
366 '(1,2)' (tid) as SQL_C_STINYINT: 0
402 '1234' (xid) as SQL_C_STINYINT: -46
438 '4321' (cid) as SQL_C_STINYINT: -31
686 'foo' (unknown) as SQL_C_STINYINT: 0
720 '1.23' (money) as SQL_C_STINYINT: 1
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/include/Poco/Data/ODBC/
H A DPreparator.h436 return prepareFixedSize<Poco::Int8>(pos, SQL_C_STINYINT, pVal->size());
438 return prepareFixedSize<Poco::Int8>(pos, SQL_C_STINYINT);
690 prepareFixedSize<Poco::Int8>(pos, SQL_C_STINYINT); in prepare()
696 prepareFixedSize<Poco::Int8>(pos, SQL_C_STINYINT, val.size()); in prepare()
702 prepareFixedSize<Poco::Int8>(pos, SQL_C_STINYINT, val.size()); in prepare()
708 prepareFixedSize<Poco::Int8>(pos, SQL_C_STINYINT, val.size()); in prepare()
986 prepareFixedSize<char>(pos, SQL_C_STINYINT); in prepare()
992 prepareFixedSize<char>(pos, SQL_C_STINYINT, val.size()); in prepare()
998 prepareFixedSize<char>(pos, SQL_C_STINYINT, val.size()); in prepare()
1004 prepareFixedSize<char>(pos, SQL_C_STINYINT, val.size()); in prepare()
H A DBinder.h910 getColSizeAndPrecision(pos, SQL_C_STINYINT, colSize, decDigits); in bindImplNullContainer()
915 SQL_C_STINYINT, in bindImplNullContainer()
916 Utility::sqlDataType(SQL_C_STINYINT), in bindImplNullContainer()
1020 bindImpl(pos, val, SQL_C_STINYINT, dir); in bind()
1026 bindImplVec(pos, val, SQL_C_STINYINT, dir); in bind()
1032 bindImplContainer(pos, val, SQL_C_STINYINT, dir); in bind()
1038 bindImplContainer(pos, val, SQL_C_STINYINT, dir); in bind()
1316 bindImpl(pos, val, SQL_C_STINYINT, dir); in bind()
1322 bindImplVec(pos, val, SQL_C_STINYINT, dir); in bind()
1328 bindImplContainer(pos, val, SQL_C_STINYINT, dir); in bind()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/db-lib/db/private/odbc/
H A Dffi-constants.rkt146 (define SQL_C_STINYINT (+ SQL_TINYINT SQL_SIGNED_OFFSET)) function
178 (define SQL_C_STINYINT (+ SQL_TINYINT SQL_SIGNED_OFFSET)) function
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A DSQLBindCol.c40 case SQL_C_STINYINT: in SQLBindCol()
H A DSQLBindParameter.c57 fCType = SQL_C_STINYINT; in SQLBindParameter()
H A DSQLGetData.c58 case SQL_C_STINYINT: in SQLGetData()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dresult-conversions-test.c87 X(SQL_C_STINYINT),
205 case SQL_C_STINYINT: in print_sql_type()
422 case SQL_C_STINYINT: in get_sql_type_size()
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DBinder.cpp312 getColSizeAndPrecision(pos, SQL_C_STINYINT, colSize, decDigits); in bind()
317 SQL_C_STINYINT, in bind()
318 Utility::sqlDataType(SQL_C_STINYINT), in bind()
H A DTypeInfo.cpp47 _cDataTypes.insert(ValueType(SQL_TINYINT, SQL_C_STINYINT)); in fillCTypes()
68 _sqlDataTypes.insert(ValueType(SQL_C_STINYINT, SQL_TINYINT)); in fillSQLTypes()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/winapi-0.3.9/src/um/
H A Dsqlext.rs86 pub const SQL_C_STINYINT: SQLSMALLINT = SQL_TINYINT + SQL_SIGNED_OFFSET; const

12345678910>>...13