Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbimportmatrijsregels

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met kolominformatie bij importmatrijs

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbimportmatrijsregels_dnkey_seq'::regclass)

Primary key.

 

dnkeyimportmatrijs

integer

 

 

 

 

Foreign key naar tbimportmatrijs.dnkey

 

 

dvdoelveld

varchar(50)

 

 

 

 

Ofwel de tekst IkBenSleutelveld danwel een kolomnaam uit tbimportmatrijs.dvdoeltabel

 

 

dvbron

varchar(2000)

 

 

 

 

kolom/tag aanwijzing van importbestand met sql bewerking bijv. substr(%kolom:3%,1,3)

 

 

dvtoelichting

varchar(200)

 

 

 

 

Nadere omschrijving van de importmatrijregelkaart

 

 

dvsleuteltabelnaam

varchar(50)

 

 

 

 

Verwijzing naar een dvtabelnaamwaarde van tbimportsleutel tabel

 

Foreign Keys

Name

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

cfk_tbimportmatrijsregels_dnkeyimportmatrijs

dnkeyimportmatrijs

public.tbimportmatrijs

dnkey

Cascade

No Action

 

Immediate

 

 

Check Constraints

There are no check constraints for table tbimportmatrijsregels

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbimportmatrijsregels

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbimportmatrijsregels

 

Rules

There are no rules for table tbimportmatrijsregels

 

Policies

There are no policies for table tbimportmatrijsregels

 

Referenced

There are no tables referenced by table tbimportmatrijsregels

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbimportmatrijsregels (
 dnkey SERIAL,
 dnkeyimportmatrijs INTEGER,
 dvdoelveld VARCHAR(50),
 dvbron VARCHAR(2000),
 dvtoelichting VARCHAR(200),
 dvsleuteltabelnaam VARCHAR(50),
 CONSTRAINT cpk_tbimportmatrijsregels PRIMARY KEY(dnkey),
 CONSTRAINT cfk_tbimportmatrijsregels_dnkeyimportmatrijs FOREIGN KEY (dnkeyimportmatrijs)
   REFERENCES public.tbimportmatrijs(dnkey)
   ON DELETE CASCADE
   ON UPDATE NO ACTION
   NOT DEFERRABLE

) ;

COMMENT ON TABLE public.tbimportmatrijsregels
IS 'Tabel met kolominformatie bij importmatrijs';

COMMENT ON COLUMN public.tbimportmatrijsregels.dnkey
IS 'Primary key.';

COMMENT ON COLUMN public.tbimportmatrijsregels.dnkeyimportmatrijs
IS 'Foreign key naar tbimportmatrijs.dnkey';

COMMENT ON COLUMN public.tbimportmatrijsregels.dvdoelveld
IS 'Ofwel de tekst IkBenSleutelveld danwel een kolomnaam uit tbimportmatrijs.dvdoeltabel';

COMMENT ON COLUMN public.tbimportmatrijsregels.dvbron
IS 'kolom/tag aanwijzing van importbestand met sql bewerking bijv. substr(%kolom:3%,1,3)';

COMMENT ON COLUMN public.tbimportmatrijsregels.dvtoelichting
IS 'Nadere omschrijving van de importmatrijregelkaart';

COMMENT ON COLUMN public.tbimportmatrijsregels.dvsleuteltabelnaam
IS 'Verwijzing naar een dvtabelnaamwaarde van tbimportsleutel tabel';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 2-5-2025 13:49
Previous topic Chapter index Next topic