|
Class Summary |
| AbstractEnabledOutput |
A pipe element with is having output but one can set it on/off. |
| AbstractOutput |
A pipe element having an outputing member. |
| ContinueOnError |
A pipe element governing whether to continue execution on SQLException or abort. |
| Echo |
Echo the current sql command to the given print stream prior to execution. |
| ExecuteSql |
Execute the given sql command |
| ExecutionTiming |
Meassure the time in ms to execute given sql command |
| JdbcConnection |
Represent a JDBC Connection object as a pipe element |
| JdbcStatement |
Represetn a JDBC Statement as a pipe element |
| MultipleXmlFiles |
Parses multiple input files and execute them consequently. |
| PipeCanceler |
A pipe element which can cancel commands if set to true or pass them on
to the next in the pipe if set to false. |
| SetAutocommit |
A pipe element governing autocommit mode. |
| ShowWarnings |
A pipe element showing warnings after the execution of last sql command |
| SimpleXmlFile |
Read an XML file and executes the sql statements inside. |
| SqlsCounter |
Counter of the sql commands |