User Manual v12.3.0 Owner's manual
Brocade Network Advisor IP User Manual 1519
53-1003153-01
Database tables and fields
I
TABLE 37 BIRTREPORT_SCHEDULE_PARAMETER
Field Definition Format Size
ID The primary key of the table. int
BIRTREPORT_SCHEDULE_T
EMPLATE_ID
Id of birtreport_schedule_template table. int
BIRTTEMPLATE_PARAMETE
R_ID
Id of birttemplate_parameter table. int
PARAM_VALUE Value of the parameter. varchar 256
PARAM_DISPLAY_VALUE Displays value of the parameter. varchar 256
TABLE 38 BIRTREPORT_SCHEDULE_TEMPLATE
Field Definition Format Size
ID The primary key of the table. int
SCHEDULE_ID Id of birtreport_schedule_config table. int
REPORT_TEMPLATE_ID Id of report_template table. int
PARAMETERIZED Possible values are 0 and 1.
0 - Indicates NotParameterized
1 - Indicates Parameterized
int
TABLE 39 BIRTTEMPLATE_PARAMETER
Field Definition Format Size
ID The primary key of the table. int
REPORT_TEMPLATE_ID Id of report_template table. int
PARAM_NAME Name of the parameter. varchar 128
PARAM_REQUIRED Indicates if the report template parameter is required
to be specified or not. 0 = Not required, 1 = Required.
Default value is 0.';
int
PARAM_DESCRIPTION Indicates the report template parameter description. varchar 128
PARAM_PICKER_TYPE Indicates the picker type for the report template
parameter. 0 = None, 1 = Fabric, 2 = Switch. Default
value is 0.
int
TABLE 40 BOOT_IMAGE_DRIVER_MAP
Field Definition Format Size
ID Unique generated database identifier. int
MAJOR_VERSION Major Version bit from Boot Image file smallint
MINOR_VERSION Minor Version bit from Boot Image file smallint
MAINTENANCE Maintenance Version bit from Boot Image file smallint
PATCH Patch Version bit from Boot Image file varchar 32
MD5_HASH MD5 hash value for Boot Image file varchar 64
SUPPORTED_DRIVERS Compatible HCM Drivers delimited by comma varchar 256