SYSCAT.WRAPPERS catalog view
Each row represents a registered wrapper.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| WRAPNAME | VARCHAR (128) | Name of the wrapper. | |
| WRAPTYPE | CHAR (1) | Type of wrapper.
|
|
| WRAPVERSION | INTEGER | Version of the wrapper. | |
| LIBRARY | VARCHAR (255) | Name of the file that contains the code used to communicate with the data sources that are associated with this wrapper. | |
| REMARKS | VARCHAR (254) | Y | User-provided comments, or the null value. |