IBM Books

Image, Audio, and Video Extenders Administration and Programming

GET EXTENDER STATUS


Image Audio Video
X X X

Displays the names of the extenders, if any, for which a column, table, or the current database is enabled.

Authorization

None

Command syntax

>>-GET EXTENDER STATUS----+-------------------------------+----><
                          +-IN--table_name----------------+
                          '-COLUMN--table_name--col_name--'
 

Command parameters

table_name
The name of the table in the current database.

col_name
The name of the column.

Examples

Display the names of the enabled extenders in the database:

get extender status

Display the status of the table employee:

get extender status in employee

Display the status of the column ADDRESS in the table employee:

get extender status column employee address

Usage notes

Connect to the database before using this command.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]