|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLPipeElement | |
---|---|
net.sf.fikin.sql | SQL handling support library |
net.sf.fikin.sql.core | |
net.sf.fikin.sql.oracle |
Uses of SQLPipeElement in net.sf.fikin.sql |
---|
Methods in net.sf.fikin.sql that return SQLPipeElement | |
---|---|
SQLPipeElement |
SQLPipe.get(java.lang.Class provider)
lookup a pipe element represented by given class name look at getId() for explanations on ids |
SQLPipeElement |
SQLPipeElement.getNext()
get next element |
Methods in net.sf.fikin.sql with parameters of type SQLPipeElement | |
---|---|
void |
SQLPipe.add(SQLPipeElement elem)
add given sql pipe element to the end of the pipe |
void |
SQLPipeElement.setNext(SQLPipeElement next)
assign next in the pipe element called by SQLPipe |
Uses of SQLPipeElement in net.sf.fikin.sql.core |
---|
Subclasses of SQLPipeElement in net.sf.fikin.sql.core | |
---|---|
class |
AbstractEnabledOutput
A pipe element with is having output but one can set it on/off. |
class |
AbstractOutput
A pipe element having an outputing member. |
class |
ContinueOnError
A pipe element governing whether to continue execution on SQLException or abort. |
class |
Echo
Echo the current sql command to the given print stream prior to execution. |
class |
ExecuteSql
Execute the given sql command |
class |
ExecutionTiming
Meassure the time in ms to execute given sql command |
class |
JdbcConnection
Represent a JDBC Connection object as a pipe element |
class |
JdbcStatement
Represetn a JDBC Statement as a pipe element |
class |
MultipleXmlFiles
Parses multiple input files and execute them consequently. |
class |
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. |
class |
SetAutocommit
A pipe element governing autocommit mode. |
class |
ShowWarnings
A pipe element showing warnings after the execution of last sql command |
class |
SimpleXmlFile
Read an XML file and executes the sql statements inside. |
class |
SqlsCounter
Counter of the sql commands |
Uses of SQLPipeElement in net.sf.fikin.sql.oracle |
---|
Subclasses of SQLPipeElement in net.sf.fikin.sql.oracle | |
---|---|
class |
SetServerOut
A pipe element enabling Oracle's DBMS_OUTPUT package |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |