Documentation
Table of Contents
- addsysfield()
- addsysfieldext()
- addsystable()
- blobtotext()
- compareeqdb1recs()
- copy_db1rec_to_db1rec()
- copy_db1rec_to_db1table()
- copyextendedinfo()
- create_sbme1table_from_db1table()
- createdefaultsystemtableentries()
- createextendedtableinfo()
- createsysfields()
- createsysfieldsext()
- createsystables()
- createsystablesysteminexistingsbm()
- deleteallrecordsfromtable()
- fieldval2string()
- getdefaultdisplayformat()
- getdefaultformat()
- getfield()
- getfieldextid()
- getfieldid()
- getfieldinfoarray()
- getfieldscount()
- getfieldsextcount()
- getindex()
- getsysserial()
- getsystemtable()
- gettableid()
- gettablename()
- gettableparent()
- getuniqueindex()
- getuniquenindex()
- isdb1field()
- isdb1table()
- isfield()
- isindex()
- islocked()
- lockrecord()
- outputdb1record()
- paddedhex()
- removetablefromsystemtables()
- string2fieldval()
- string2val()
- tableexists()
- unlockrecord()
- updateextfieldinfo()
- updatesysfield()
- updatesysfieldext()
- val2string()
The db1util library is the primary collection of helpful functions for working with databases in SIMPOL. The db1util name comes from the type tag names that are associated with the single-user SBME component and the multi-user PPCS component. These functions are key components used throughout the data-aware environment and are also used in numerous support libraries.
addsysfield (
type(db1table) ,
integer fieldstable,
string tableid,
string fieldname,
boolean fieldtype,
string indexed,
string help,
integer comment )
error



