Package net.wgen.op.db

Database access for Ops include connection handling, call definition, transformation to JDBC, etc.

See:
          Description

Interface Summary
CallExecutor Instantiated by OpExecutors and passed into the Op's _execute method providing that Op access to data sources.
 

Class Summary
ArrayParameter Describes an Array Parameter to a DatabaseCall.
CallExecutionInfo Information about the execution of a DatabaseCall.
CallExecutorDB Executes DatabaseCalls against a database.
CallOutputHandler Retrieves and possibly transforms register outputs and returned ResultSets.
DatabaseCall Represents a call to the database.
DatabaseUtils  
JndiMappedConnectionFactory  
MappedConnectionFactory  
Parameter The encapsulation of Parameters to a DatabaseCall.
SQLDataParameter Wrapper Parameter class for SQLData objects.
SqlStatementBuilder Builds a Prepared- or CallableStatement from a DatabaseCall object.
TestDBUnitParamTrigger  
TestDBUnitReadWrite  
TestMySqlCalls  
 

Exception Summary
DatabaseCallException  
SuspectPerformanceException  
 

Package net.wgen.op.db Description

Database access for Ops include connection handling, call definition, transformation to JDBC, etc.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: