Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
AHG_AH_Idnr int NUMBER(38,0) int int false Connection to EH/AH
AHG_Lnr int NUMBER(38,0) int int false Line number
AHG_HostGroupName varchar (32) VARCHAR2 (32 CHAR) varchar(32) varchar (32) true Name of Hostgroup
AHG_Client smallint NUMBER(38,0) smallint smallint true Client of Hostgroup
AHG_OH_Idnr int NUMBER(38,0) int int true Idnr of Hostgroup
AHG_Cnt int NUMBER(38,0) int int true Number (Count) of Hosts
AHG_Selected int NUMBER(38,0) int int true Position (=AHGH_Lnr) of line chosen in mode F,A,N or L
AHG_MaxParallel smallint NUMBER(38,0) smallint smallint true Amount of tasks that are allowed to be parallel in mode X (All)
AHG_Mode char (1) CHAR (1 CHAR) char(1) char (1) true Mode of Hostgroup (A=Any, F=First, N=Next, L=Load Dependent, X=All)

Indexes:

Name Fields Primary Unique Clustered Nonclustered
NK_AHG_Name AHG_HostGroupName, AHG_AH_Idnr false false false false
PK_AHG AHG_AH_Idnr, AHG_Lnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_AHG_AH AHG_AH_Idnr AH_Idnr

Return to the Index File