SQL Reference

SYSCAT.WRAPPERS

Each row contains information on the registered wrapper.


Table 102. SYSCAT.WRAPPERS Catalog View
Column Name Data Type Nullable Description
WRAPNAME VARCHAR(128)
Wrapper name.
WRAPTYPE CHAR(1)

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 associated with this wrapper.
REMARKS VARCHAR(254) Yes User supplied comment, or null.


[ Top of Page | Previous Page | Next Page ]