EvEmu
0.8.4
11 September 2021
|
Go to the source code of this file.
Functions | |
uint8 | DBTYPE_GetSizeBits (DBTYPE type) |
uint8 | DBTYPE_GetSizeBytes (DBTYPE type) |
Returns length of field of given type.
[in] | type | Type of fields. |
Definition at line 30 of file dbtype.cpp.
References DBTYPE_BOOL, DBTYPE_BYTES, DBTYPE_CY, DBTYPE_FILETIME, DBTYPE_I1, DBTYPE_I2, DBTYPE_I4, DBTYPE_I8, DBTYPE_R4, DBTYPE_R8, DBTYPE_STR, DBTYPE_UI1, DBTYPE_UI2, DBTYPE_UI4, DBTYPE_UI8, and DBTYPE_WSTR.
Referenced by DBTYPE_GetSizeBytes(), UnmarshalStream::LoadPackedRow(), and MarshalStream::VisitPackedRow().
Returns length of field of given type.
[in] | type | Type of fields. |
Definition at line 61 of file dbtype.cpp.
References DBTYPE_GetSizeBits().