mpe_datacatalog_libs.ddl
Go to the documentation of this file.
1 /**
2  @file mpe_datacatalog_libs.ddl
3  @brief ddl file
4  @details
5 
6  @version 9.3
7  @author 4GL Apps Ltd
8  @copyright 4GL Apps Ltd
9 **/
10 
11 create table &curlib..mpe_datacatalog_libs(
12  TX_FROM float format=datetime19.,
13  TX_TO float format=datetime19.,
14  libref char(8) label='Library Ref',
15  engine char(32) label='Library Engine',
16  libname char(256) format=$256. label='Library Name',
17  paths char(8192) label='Library Paths',
18  perms char(500) label='Library Permissions (if BASE)',
19  owners char(500) label='Library Owners (if BASE)',
20  schemas char(500) label='Library Schemas (if DB)',
21  libid char(17) label='LibraryId',
22  constraint pk_mpe_datacatalog_libs
23  primary key(libref,tx_to));