Lines Matching +full:four +full:- +full:byte
48 The record number data structure is either variable or fixed-length
49 records stored in a flat-file format, accessed by the logical record
52 one through four, and the deletion of record number one causes
53 record number five to be renumbered to record number four, as well
64 .Bd -literal
77 .Bl -tag -width indent
82 .Bl -tag -width indent
84 The records are fixed-length, not byte delimited.
122 access method stores the in-memory copies of its records
133 The byte order for integers in the stored database metadata.
140 The length of a fixed-length record.
142 The delimiting byte to be used to mark the end of a record for
143 variable-length records, and the pad character for fixed-length
148 of variable-length records and fixed-length records are padded with
153 access method stores the in-memory copies of its records
158 .No non\- Ns Dv NULL ,
183 Because there can be no meta-data associated with the underlying
186 (e.g.\& fixed record length or byte separator value) must be explicitly
204 .Bl -tag -width Er
206 An attempt was made to add a record to a fixed-length database that
225 Only big and little endian byte order is supported.