Brocade Network Advisor SAN + IP User Manual v12.1.0 User Manual

Page 2195

Advertising
background image

2158

Brocade Network Advisor SAN + IP User Manual

53-1002949-01

Database tables and fields

I

TABLE 348

PROTOCOL_VLAN

Field

Definition

Format

Size

VLAN_DB_ID

Database ID of the VLAN instance which is
associated with the protocol.

int

PROTOCOL

Protocol for VLAN. Possible values are 1-IP, 2-IPX,
3-AppleTalk, 4-DECnet, 5-NetBIOS, 6-Other and
7-IPv6.

num

(4,0)

TABLE 349

QRTZ_BLOB_TRIGGERS

Field

Definition

Format

Size

TRIGGER_NAME*

Name of the trigger.

varchar

80

TRIGGER_GROUP*

Name of the trigger group.

varchar

80

BLOB_DATA

The Scheduler info.

bytea

TABLE 350

QRTZ_CALENDARS

Field

Definition

Format

Size

CALENDAR_NAME*

Name of the Calendar.

varchar

80

CALENDAR

Calendar object.

bytea

TABLE 351

QRTZ_CRON_TRIGGERS

Field

Definition

Format

Size

TRIGGER_NAME*

Name of the trigger.

varchar

80

TRIGGER_GROUP*

Name of the trigger group.

varchar

80

CRON_EXPRESSION

The CRON trigger Expression (ex:"0 0 12 * * ?" -
meaning:Fire at 12pm (noon) every day).

varchar

80

TIME_ZONE_ID

Given "cron" expression resolved with respect to the
TimeZone.

varchar

80

TABLE 352

QRTZ_FIRED_TRIGGERS

Field

Definition

Format

size

ENTRY_ID*

Fired instance ID.

varchar

95

TRIGGER_NAME

Name of the trigger.

varchar

80

TRIGGER_GROUP

Name of the trigger group.

varchar

80

IS_VOLATILE

Whether the job should not be persisted in the
JobStore for re-use after the program restarts.

boolean

INSTANCE_NAME

Trigger instance name.

varchar

80

FIRED_TIME

The trigger fired time.

num

(13,0)

STATE

The fired trigger job state.

varchar

16

JOB_NAME

Name of the job.

varchar

80

JOB_GROUP

Name of the job group.

varchar

80

Advertising