Next: , Previous: htdb_load OPTIONS, Up: htdb_load


10.3.5 htdb_load KEYWORDS

The following keywords are supported for the -c command-line option to the htdb_load utility. See DB->open for further discussion of these keywords and what values should be specified.

The parenthetical listing specifies how the value part of the name=value pair is interpreted. Items listed as (boolean) expect value to be 1 (set) or 0 (unset). Items listed as (number) convert value to a number. Items listed as (string) use the string value without modification.

`bt_minkey (number)'
The minimum number of keys per page.
`db_lorder (number)'
The byte order for integers in the stored database metadata.
`db_pagesize (number)'
The size of pages used for nodes in the tree, in bytes.
`duplicates (boolean)'
The value of the DB_DUP flag.
`h_ffactor (number)'
The density within the Hash database.
`h_nelem (number)'
The size of the Hash database.
`keys (boolean)'
Specify if keys are present for Queue or Recno databases.
`re_len (number)'
Specify fixed-length records of the specified length.
`re_pad (string)'
Specify the fixed-length record pad character.
`recnum (boolean)'
The value of the DB_RECNUM flag.
`renumber (boolean)'
The value of the DB_RENUMBER flag.
`subdatabase (string)'
The subdatabase to load.