|
TRIPsystem Kernel API 8.4
|
Structure definition for a database. More...
#include <tripapi_types.h>
Public Attributes | |
| char | _pad1 [6] |
| char | _pad2 |
| char | appl_id [16] |
| boolean | audit |
| boolean | auto_reorg |
| char | baf_file [132] |
| char | baffit_ase1 [32] |
| char | baffit_ase2 [32] |
| char | base_desc [256] |
| char | bif_file [132] |
| char | char_folding [3] |
| char | char_set [4] |
| char | chi_words |
| char | container [16] |
| char | counter_field [16] |
| char | encrypted |
| char | entry_form [16] |
| boolean | graph |
| char | language [3] |
| boolean | log_delete |
| char | log_file [132] |
| char | output_format [16] |
| char | pid_field [16] |
| char | rid_field [16] |
| char | submit_ase1 [32] |
| char | submit_ase2 [32] |
| int | submit_opt |
| char | submit_que [256] |
| char | vif_file [132] |
| char | word_chars [132] |
| boolean | xml |
Structure definition for a database.
| char base_spec_rec::_pad1[6] |
RESERVED for future use
| char base_spec_rec::_pad2 |
RESERVED for future use
| char base_spec_rec::appl_id[16] |
Application-specific ID information
| boolean base_spec_rec::audit |
Does this database have an audit trail?
| boolean base_spec_rec::auto_reorg |
Does this database allow automatic reorganization of indexes?
| char base_spec_rec::baf_file[132] |
Base file name
| char base_spec_rec::baffit_ase1[32] |
ASE called by Baffit before storing record
| char base_spec_rec::baffit_ase2[32] |
ASE called by Baffit after storing record
| char base_spec_rec::base_desc[256] |
Description of the database
| char base_spec_rec::bif_file[132] |
Primary index filename
| char base_spec_rec::char_folding[3] |
Character folding class
| char base_spec_rec::char_set[4] |
Character set used by the database
| char base_spec_rec::chi_words |
Chinese word segmentation option (0,1,2)
| char base_spec_rec::container[16] |
Name of classification container used by DB
| char base_spec_rec::counter_field[16] |
Name of the record number field
| char base_spec_rec::encrypted |
Encryption state mask (reserved for future use)
| char base_spec_rec::entry_form[16] |
Name of default TRIPclassic entry form
| boolean base_spec_rec::graph |
Is this a graph database?
| char base_spec_rec::language[3] |
Language used by the database
| boolean base_spec_rec::log_delete |
Should deletes be written to the transaction log?
| char base_spec_rec::log_file[132] |
Optional transaction log filename
| char base_spec_rec::output_format[16] |
Name of default output format
| char base_spec_rec::pid_field[16] |
Name of the part name field
| char base_spec_rec::rid_field[16] |
Name of the record name field
| char base_spec_rec::submit_ase1[32] |
DEPRECATED. ASE called before batch job submission
| char base_spec_rec::submit_ase2[32] |
DEPRECATED. ASE called after batch job submission
| int base_spec_rec::submit_opt |
DEPRECATED. Batch job submission options
| char base_spec_rec::submit_que[256] |
DEPRECATED. Queue used for batch job submissions
| char base_spec_rec::vif_file[132] |
Secondary index filename
| char base_spec_rec::word_chars[132] |
Any "special" searchable characters
| boolean base_spec_rec::xml |
Is this an XML-enabled database?