List of columns to proceed ANALYZE or VACUUM operation.
Syntax:
property ColumnList : TStrings;
Description:
Fill ColumnList to include table specific columns for ANALYZE or VACUUM operation. To proceed this operations on all columns make this list clear.
 | Special character "*" (asterisk) for specifying all columns in SQL statements is not allowed. |