Defining column options on nicknames
Column options are parameters in the CREATE NICKNAME and ALTER NICKNAME statements. You can specify column options when you initially create a nickname or by modifying an existing nickname.
The information that you provide through the column options is stored in the global catalog.
Non-relational data sources
Column options are unique for each nonrelational wrapper. These options are typically set when you issue the CREATE NICKNAME statement.
Relational data sources
There are two column options you can use for relational data sources: NUMERIC_STRING and VARCHAR_NO_TRAILING_BLANKS.