| Interface | Description |
|---|---|
| IDataSourceProvider |
To perform a script a DataSource should be provided.
|
| IResultEnumerator |
Given two result sets provides an enumeration of both.
|
| Class | Description |
|---|---|
| AbstractPluginDatabase |
Given a data source, a schema and a table, perform operations.
|
| PluginCompareBase |
Provided a
Schema instance, and two databases, this plugin
compare these databases. |
| PluginConnection |
Plugin to set connection information.
|
| PluginDatabase |
Add an IDatabase to the environment.
|
| PluginFilter |
Add a IFilter instance to the environment.
|
| PluginJoined |
Split database tables in parts like Hibernate JOINED strategy.
|
| PluginPrepare |
Prepare a database.
|
| PluginRelease |
Perform release of an Database with a given name.
|
| PluginSchema |
Uses the ISchemaLoader from environment to load a Schema and save it to the
environment.
|
| PluginSchemaLoader |
Add a ISchemaLoader to the environment.
|
| PluginScripts |
This plugin specifies the scripts to be performed.
|
| PluginVerify |
Check a database.
|
| ResultSetEnumerator |
Default implementation of result set enumeration.
|
Copyright © 2017. All rights reserved.