Skip to main content

Module record

Module record 

Source
Expand description

ESE record decoding — column definitions and value types.

Modules§

coltyp
JET column type codes (coltyp field in MSysObjects).

Structs§

ColumnDef
A column definition from the ESE catalog.

Enums§

ChecksumResult
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 None for variable-length (Binary, Text) and tagged (LongBinary, LongText) types.
verify_page_checksum
Verify the checksum stored at offset 0 of page_data.