Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

View: vwfrmbouwafwnwbpl

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

Wordt niet meer onderhouden

 

Fields

Name

Data type

Description

dnkeybouwvergunningen

integer

 

dvafwijking

varchar(100)

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwfrmbouwafwnwbpl

 

Definition

CREATE VIEW public.vwfrmbouwafwnwbpl (
   dnkeybouwvergunningen,
   dvafwijking)
AS
SELECT
tbbouwafwnwbpl.dnkeybouwvergunningen,
   tbbouwafwnwbpl.dvafwijking
FROM tbbouwafwnwbpl;

COMMENT ON VIEW public.vwfrmbouwafwnwbpl
IS 'Wordt niet meer onderhouden';

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