Expand description
ESE record decoding — column definitions and value types.
Modules§
- coltyp
- JET column type codes (coltyp field in MSysObjects).
Structs§
- Column
Def - A column definition from the ESE catalog.
Enums§
- Checksum
Result - Result of verifying the checksum stored at the start of an ESE page.
- EseValue
- A decoded ESE column value.
Functions§
- decode_
record - Decode an ESE data record into named column values.
- fixed_
col_ size - Return the fixed byte size for a fixed-length coltyp, or
Nonefor variable-length (Binary, Text) and tagged (LongBinary, LongText) types. - verify_
page_ checksum - Verify the checksum stored at offset 0 of
page_data.