Home
last modified time | relevance | path

Searched refs:DBTIMESTAMP (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOLEDB_Enum.cs85 …internal const short DBTIMESTAMP = 135; // granularity reduced from 1ns to 100ns (sql is 3.3… field in System.Data.OleDb.NativeDBType
166 …bType.DBTimeStamp, NativeDBType.DBTIMESTAMP, S_DBTIMESTAMP, typeof(System.DateTime), Native…
396 case DBTIMESTAMP: return D_DBTimeStamp; in FromDBType()
H A DColumnBinding.cs329 case NativeDBType.DBTIMESTAMP: in Value()
516 case NativeDBType.DBTIMESTAMP: in Value()
764 Debug.Assert(NativeDBType.DBTIMESTAMP == DbType, "Value_DBTIMESTAMP"); in Value_DBTIMESTAMP()
769 Debug.Assert(NativeDBType.DBTIMESTAMP == DbType, "Value_DBTIMESTAMP"); in Value_DBTIMESTAMP()
1209 case NativeDBType.DBTIMESTAMP: in ValueDateTime()
H A DRowBinding.cs411 case NativeDBType.DBTIMESTAMP: in ResetValues()
H A DOLEDB_Util.cs690DBTIMESTAMP = 135, // granularity reduced from 1ns to 100ns (sql is 3.33 milli seconds) enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/odbc/
H A Dbcp.cpp450 DBTIMESTAMP* dt = (DBTIMESTAMP*) pb; in x_AssignParams()
460 bcp_collen(GetHandle(), sizeof(DBTIMESTAMP), i + 1) in x_AssignParams()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/odbc/
H A Dbcp.cpp450 DBTIMESTAMP* dt = (DBTIMESTAMP*) pb; in x_AssignParams()
460 bcp_collen(GetHandle(), sizeof(DBTIMESTAMP), i + 1) in x_AssignParams()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsqloledb.h233 DBTIMESTAMP tsDateTimeVal;
H A Dcmdtree.h351 DBTIMESTAMP *pdbtsValue;
H A Dmsoledbsql.h360 DBTIMESTAMP tsDateTimeVal; \
440 DBTIMESTAMP tsDateTimeVal;
H A Doledb.h581 } DBTIMESTAMP; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsqloledb.h233 DBTIMESTAMP tsDateTimeVal;
H A Dcmdtree.h351 DBTIMESTAMP *pdbtsValue;
H A Dmsoledbsql.h360 DBTIMESTAMP tsDateTimeVal; \
440 DBTIMESTAMP tsDateTimeVal;
H A Doledb.h581 } DBTIMESTAMP; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs2396 pub struct DBTIMESTAMP { struct
2406 impl ::core::marker::Copy for DBTIMESTAMP {} argument
2408 impl ::core::clone::Clone for DBTIMESTAMP { implementation
2415 pub struct DBTIMESTAMP { struct
2425 impl ::core::marker::Copy for DBTIMESTAMP {} argument
2427 impl ::core::clone::Clone for DBTIMESTAMP { implementation
6479 pub tsDateTimeVal: DBTIMESTAMP,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs3263 pub struct DBTIMESTAMP {
3272 impl DBTIMESTAMP {}
3273 impl ::std::default::Default for DBTIMESTAMP {
3278 impl ::std::fmt::Debug for DBTIMESTAMP {
3283 impl ::std::cmp::PartialEq for DBTIMESTAMP {
3288 impl ::std::cmp::Eq for DBTIMESTAMP {}
3289 unsafe impl ::windows::runtime::Abi for DBTIMESTAMP {
22486 pub tsDateTimeVal: DBTIMESTAMP,