| Description: | This table stores LANSA created database object identifiers, i.e. Table names and SQL View names. The database object identifier is created during Visual LANSA Installation and File Compilation in a development environment. The database object identifier is used to ensure that there is no database table or SQL View names overridden by another Visual LANSA File or Logical View names within the database scope. |
|---|---|
| Implemented in: | 13 |
| Normal Library | LX_DTA |
| Required for Run Only System? | No |
Name | Unique? | Columns |
|---|---|---|
LX_FDR_PRIM | Y | XDRTYP, XDRPFL, XDRPLB, XDRLGV |
Key | Name | Description | Type | Comments |
|---|---|---|---|---|
1 | XDRTYP | Object Type | CHAR(2) | |
2 | XDRPFL | File Name | CHAR(10) | |
3 | XDRPLB | Library Name | CHAR(10) | |
4 | XDRLGV | Logical View Name | CHAR(10) | |
XDRSCH | Database Schema Name | CHAR(10) | ||
XDRNAM | Database Identifier Name | CHAR(256) | Case sensitive | |
XDRCRU | User who created | CHAR(10) | ||
XDRCRS | Date/Time record Created | CHAR(14) |