Each row contains information on the registered wrapper.
Table 122. SYSCAT.WRAPPERS Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
WRAPNAME | VARCHAR(128) |
| Wrapper name. |
WRAPTYPE | CHAR(1) |
|
|
WRAPVERSION | INTEGER |
| Version of the wrapper. |
LIBRARY | VARCHAR(255) |
| Name of the file that contains the code used to communicate with the data sources associated with this wrapper. |
REMARKS | VARCHAR(254) | Yes | User supplied comment, or null. |