TRIPsystem Kernel API 8.3
Loading...
Searching...
No Matches
base_spec_rec Struct Reference

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
 

Detailed Description

Structure definition for a database.

Member Data Documentation

◆ _pad1

char base_spec_rec::_pad1[6]

RESERVED for future use

◆ _pad2

char base_spec_rec::_pad2

RESERVED for future use

◆ appl_id

char base_spec_rec::appl_id[16]

Application-specific ID information

◆ audit

boolean base_spec_rec::audit

Does this database have an audit trail?

◆ auto_reorg

boolean base_spec_rec::auto_reorg

Does this database allow automatic reorganization of indexes?

◆ baf_file

char base_spec_rec::baf_file[132]

Base file name

◆ baffit_ase1

char base_spec_rec::baffit_ase1[32]

ASE called by Baffit before storing record

◆ baffit_ase2

char base_spec_rec::baffit_ase2[32]

ASE called by Baffit after storing record

◆ base_desc

char base_spec_rec::base_desc[256]

Description of the database

◆ bif_file

char base_spec_rec::bif_file[132]

Primary index filename

◆ char_folding

char base_spec_rec::char_folding[3]

Character folding class

◆ char_set

char base_spec_rec::char_set[4]

Character set used by the database

◆ chi_words

char base_spec_rec::chi_words

Chinese word segmentation option (0,1,2)

◆ container

char base_spec_rec::container[16]

Name of classification container used by DB

◆ counter_field

char base_spec_rec::counter_field[16]

Name of the record number field

◆ encrypted

char base_spec_rec::encrypted

Encryption state mask (reserved for future use)

◆ entry_form

char base_spec_rec::entry_form[16]

Name of default TRIPclassic entry form

◆ graph

boolean base_spec_rec::graph

Is this a graph database?

◆ language

char base_spec_rec::language[3]

Language used by the database

◆ log_delete

boolean base_spec_rec::log_delete

Should deletes be written to the transaction log?

◆ log_file

char base_spec_rec::log_file[132]

Optional transaction log filename

◆ output_format

char base_spec_rec::output_format[16]

Name of default output format

◆ pid_field

char base_spec_rec::pid_field[16]

Name of the part name field

◆ rid_field

char base_spec_rec::rid_field[16]

Name of the record name field

◆ submit_ase1

char base_spec_rec::submit_ase1[32]

DEPRECATED. ASE called before batch job submission

◆ submit_ase2

char base_spec_rec::submit_ase2[32]

DEPRECATED. ASE called after batch job submission

◆ submit_opt

int base_spec_rec::submit_opt

DEPRECATED. Batch job submission options

◆ submit_que

char base_spec_rec::submit_que[256]

DEPRECATED. Queue used for batch job submissions

◆ vif_file

char base_spec_rec::vif_file[132]

Secondary index filename

◆ word_chars

char base_spec_rec::word_chars[132]

Any "special" searchable characters

◆ xml

boolean base_spec_rec::xml

Is this an XML-enabled database?


The documentation for this struct was generated from the following file: