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 for Db2; Unique index for Oracle and SQL Server |