Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
BT_BH_Idnr int NUMBER(38,0) int int false reference to the buffer header (BH)
BT_Lnr int NUMBER(38,0) int int false ascending number of the buffer content
BT_Name varchar (255) VARCHAR2 (255 CHAR) varchar(255) varchar (255) false name of the variable/field
BT_Text varchar(max) CLOB clob(20480 k) INLINE LENGTH 30000 COMPACT text true content of the field

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_BT BT_BH_Idnr, BT_Lnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_BT_BH BT_BH_Idnr BH_Idnr

Return to the Index File