Start of change

ADMIN ACCELERATOR GET TABLE INFO statement

The ADMIN ACCELERATOR GET TABLE INFO statement retrieves accelerated table information that is used to restore its acceleration and replication status.

Syntax

Read syntax diagramSkip visual syntax diagram ADMIN ACCELERATOR GET TABLE INFO ,table-name FROM ,accelerator-name

Option descriptions

table-name
The qualified name of the table (schema.name).

If you specify more than one table name, separate each name by a comma.

If you use wildcard characters, you can specify only one table name, and you must enclose the name or schema with a wildcard character in quotation marks. You can use the following wildcard characters:

_
Indicates a single character
%
Indicates a varying length string
*
Indicates a varying length string

Example table name specifications:

ADMF001.TBT1,ADMF002.TBT2
"ADMF%"."TBT_"
SYSADM."*"
accelerator-name
The name of the accelerator on which the table is defined.

You can specify more than one accelerator. Separate each name with a comma.

End of change