Re-execute History Statement
Identifier:
org.eclipse.datatools.sqltools.result.reExecuteScript
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension ((reExecution))>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT reExecution EMPTY>
<!ATTLIST reExecution
database_id CDATA #REQUIRED
consumer_name CDATA #REQUIRED
class CDATA #REQUIRED>
- database_id - An id that can uniquely identify a database product, which can be obtained from "Connectivity Layer" given a database connection profile.
- consumer_name - The name of the consumer of the SQL Results View.
- class - A class which implements
IReExecutionRunnable
.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]