SYSCAT.WRAPPERS catalog view

Each row represents a registered wrapper.

Table 1. SYSCAT.WRAPPERS Catalog View
Column Name Data Type Nullable Description
WRAPNAME VARCHAR (128)   Name of the wrapper.
WRAPTYPE CHAR (1)   Type of wrapper.
  • N = Non-relational
  • R = Relational
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.