PRINTER_OUTPUT_OPTIONS
This table represents installed output options on printers. There is a row in this table for each output option currently installed on a given printer, all pointing to the same PRINTER_ID.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
OUTPUT_OPTION_ID |
BIGINT |
The primary key. |
|
NAME |
VARCHAR(255) |
The name of the option (for example, Integrated Hopper, Mailbox, and Finisher). |
|
PRINTER_ID |
BIGINT |
The foreign key to NETWORK_PRINTER.PRINTER_ID. |