|
AnyDAC
|
Starts the statistics gathering task.
|
Parameters |
Description |
|
const ATable: String = '' |
A database table name. |
|
const AIndex: String = '' |
A database index name. |
Use the Analyze method to start the database statistics gathering task.
To perform a statistics gathering task an application must specify the connection parameters and Database. This is a programmatic method to invoke the ANALYZE command. Depending on the specified arguments the method modes are:
procedure Analyze(const ATable: String = ''; const AIndex: String = '');
|
What do you think about this topic? Send feedback!
|