Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbendpointlist

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met URL endpoints van OpenWave (exclusief base-URL) die met REST-API te benaderen zijn

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbendpointlist_dnkey_seq'::regclass)

Primary key.

 

 

dvendpointurl

varchar(1000)

 

 

 

 

Endpoint URL exclusief base-URL (base-URL is bijv. https://rommeldam.open-wave.nl) waarvoor een (robot) medewerker is gedefinieerd voor dat endpoint en acherliggende. Bijvoorbeeld: /api/zgw. De medewerker is hiermee vanzelf gefinieerd voor achterliggende URL endpoints zoals /api/zgw/authentication/token

 

Foreign Keys

There are no foreign keys for table tbendpointlist

 

Check Constraints

There are no check constraints for table tbendpointlist

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbendpointlist

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbendpointlist

 

Rules

There are no rules for table tbendpointlist

 

Policies

There are no policies for table tbendpointlist

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbipauthorisationlist

public

cfk_tbipauthorisationlist_dnkeyendpointlist

dnkeyendpointlist

public.tbendpointlist

dnkey

Cascade

No Action

 

Immediate

 

tbmedewerkers

public

cfk_tbmedewerkers_dnkeyendpointlist

dnkeyendpointlist

public.tbendpointlist

dnkey

Set Null

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbendpointlist (
 dnkey SERIAL,
 dvendpointurl VARCHAR(1000),
 CONSTRAINT cpk_tbendpointlist PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbendpointlist
IS 'Tabel met URL endpoints van OpenWave (exclusief base-URL) die met REST-API te benaderen zijn';

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

COMMENT ON COLUMN public.tbendpointlist.dvendpointurl
IS 'Endpoint URL exclusief base-URL (base-URL is bijv. https://rommeldam.open-wave.nl) waarvoor een (robot) medewerker is gedefinieerd voor dat endpoint en acherliggende. Bijvoorbeeld: /api/zgw. De medewerker is hiermee vanzelf gefinieerd voor achterliggende URL endpoints zoals /api/zgw/authentication/token';

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