Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

View: vwfrmhorexploitatie

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

View van exploitatievergunningen per horeca vergunning. Basistabel tbhorexploitatie

 

Fields

Name

Data type

Description

dnkeyhorecavergunningen

integer

Primary key van de horecavergunningszaak (tbhorecavergunningen.dnkey) waar de exploitatievergunning aan verbonden is

dvvergnummer

varchar(20)

Vergunningsnummer van de exploitatievergunning

ddverleendvan

timestamp

De verleend vanaf datum van de exploitatievergunning

ddverleendtot

timestamp

De verleend tot datum van de exploitatievergunning

dvomschrijving

varchar(2000)

Nadere omschrijving van de exploitatievergunning

dvsoortoverig

varchar(50)

Niet standaard categorisering van de exploitatievergunning

dvsoort

varchar(50)

De standaard categorisering van de exploitatievergunning volgens tabel tbhorsoortexploitatie

dnkey

integer

Primary key (tbhorexploitatie.dnkey)

dvmemo

varchar(4000)

Memo. LET OP in de database is de inhoud gezipt opgeslagen!

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwfrmhorexploitatie

 

Definition

CREATE VIEW public.vwfrmhorexploitatie (
   dnkeyhorecavergunningen,
   dvvergnummer,
   ddverleendvan,
   ddverleendtot,
   dvomschrijving,
   dvsoortoverig,
   dvsoort,
   dnkey,
   dvmemo)
AS
SELECT
tbhorexploitatie.dnkeyhorecavergunningen,
   tbhorexploitatie.dvvergnummer,
   tbhorexploitatie.ddverleendvan,
   tbhorexploitatie.ddverleendtot,
   tbhorexploitatie.dvomschrijving,
   tbhorexploitatie.dvsoortoverig,
   tbhorsoortexploitatie.dvomschrijving AS dvsoort,
   tbhorexploitatie.dnkey,
   tbhorexploitatie.dvmemo
FROM tbhorexploitatie
    JOIN tbhorsoortexploitatie ON tbhorexploitatie.dnkeysoortexpl =
        tbhorsoortexploitatie.dnkey;

COMMENT ON VIEW public.vwfrmhorexploitatie
IS 'View van exploitatievergunningen per horeca vergunning. Basistabel tbhorexploitatie';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dnkeyhorecavergunningen
IS 'Primary key van de horecavergunningszaak (tbhorecavergunningen.dnkey) waar de exploitatievergunning aan verbonden is';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dvvergnummer
IS 'Vergunningsnummer van de exploitatievergunning';

COMMENT ON COLUMN public.vwfrmhorexploitatie.ddverleendvan
IS 'De verleend vanaf datum van de exploitatievergunning';

COMMENT ON COLUMN public.vwfrmhorexploitatie.ddverleendtot
IS 'De verleend tot datum van de exploitatievergunning';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dvomschrijving
IS 'Nadere omschrijving van de exploitatievergunning';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dvsoortoverig
IS 'Niet standaard categorisering van de exploitatievergunning';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dvsoort
IS 'De standaard categorisering van de exploitatievergunning volgens tabel tbhorsoortexploitatie';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dnkey
IS 'Primary key (tbhorexploitatie.dnkey)';

COMMENT ON COLUMN public.vwfrmhorexploitatie.dvmemo
IS 'Memo. LET OP in de database is de inhoud gezipt opgeslagen!';

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