Printer options table (ARSPRTOPTS)

This table maintains a catalog of printing options (parameters) for printers.

Table 1. Printer options table (ARSPRTOPTS)
Column Name Data Type Description
id INTEGER Printer identifier
name VARCHAR(60) Name of printer options
type CHAR(1) FOR BIT DATA (DB2®), BINARY(1) (SQL Server), RAW(1) (Oracle) Type of printer
buf CLOB(32700) (DB2), VARCHAR(MAX) (SQL Server), CLOB (Oracle) Printing options
Table 2. Indexes for printer options table (ARSPRTOPTS)
Index name Columns in index Type of index
arsprtopts_idx id, name Unique cluster index