Отчет об информационной системе транспортной компании, страница 29

5.8.1.11.13 List of keys of the table Менеджер

Name

Code

Primary

Identifier_1

Identifier_1

X

5.8.1.11.14 Key Identifier_1 of the table Менеджер

5.8.1.11.14.1 Card of the key Identifier_1 of the table Менеджер

Name

Identifier_1

Code

Identifier_1

Table

Менеджер

5.8.1.11.14.2 Code preview of the key Identifier_1 of the table Менеджер

 The preview is empty because of the setting.

 Check the generation option.

5.8.1.11.14.3 List of columns of the table key Identifier_1

Name

Code

Код менеджера

KodMenedger

5.8.1.11.14.4 List of all dependencies of the table key Identifier_1

Name

Code

Class Name

Manager_PK

Manager_PK

Index

Формирует заказ

Manager_in_Zakaz

Reference

5.8.1.11.15 List of indexes of the table Менеджер

Name

Code

Unique

Cluster

Primary

Foreign Key

Alternate Key

Manager_PK

Manager_PK

X

X

5.8.1.11.16 Index Manager_PK of the table Менеджер

5.8.1.11.16.1 Card of the index Manager_PK of the table Менеджер

Name

Manager_PK

Code

Manager_PK

Unique

Yes

Cluster

No

Primary

Yes

Foreign Key

No

Alternate Key

No

Table

Менеджер

5.8.1.11.16.2 Code preview of the index Manager_PK of the table Менеджер

 The preview is empty because of the setting.

 Check the generation option.

5.8.1.11.16.3 List of index columns of the index Manager_PK

Name

Code

Sort

Код менеджера

KodMenedger

Ascending

5.8.1.12 Table Рейс

5.8.1.12.1 Card of table Рейс

Name

Рейс

Code

Reys

DBMS

Microsoft SQL Server 2000

5.8.1.12.2 Check constraint name of table Рейс

CKT_REYS

5.8.1.12.3 Server validation rule of table Рейс

%RULES%

5.8.1.12.4 Code preview of table Рейс

/*==============================================================*/

/* Table: Reys                                                  */

/*==============================================================*/

create table Reys (

   ReisNumber           numeric              identity,

   KodDispetcher        numeric              null,

   KodKolon             numeric              null,

   NomerMarshrut        numeric              null,

   DateStart            datetime             not null,

   DateFinish           datetime             not null,

   constraint PK_REYS primary key  (ReisNumber),

   constraint CKT_REYS check (DateStart <= DateFinish)

)

go

5.8.1.12.5 List of diagrams containing the table Рейс

Name

Code

Diagram_1

Diagram_1

5.8.1.12.6 List of business rules attached to the table Рейс

Name

Code

Дата начала рейса раньше даты конца

Reys_DataB_DataE

5.8.1.12.7 List of extended attributes of the table Рейс

Name

Data Type

Value

Target Name

ExtCktNotForReplication

(Boolean)

false

Microsoft SQL Server 2000

5.8.1.12.8 List of columns of the table Рейс

Name

Code

Номер Рейса

ReisNumber

Код диспетчера

KodDispetcher

Код колонны

KodKolon

Номер точки маршрута

NomerMarshrut

Дата Начала

DateStart

Дата Окончания

DateFinish

5.8.1.12.9 Column Номер Рейса of the table Рейс

5.8.1.12.9.1 Card of the column Номер Рейса of the table Рейс

Name

Номер Рейса

Code

ReisNumber

Data Type

numeric

Mandatory

Yes