IVVTablePlugin
public interface IVVTablePlugin : IVVPlugin
Implements the plugin about the table of the database to process(mainly import and export).
void Exec(IFirebirdTable table);
This method is called when a plugin is executed.
- table
The table to process.