Package org.openadaptor.adaptor.jdbc

Interface Summary
JDBCDOTypeMap defines how vendor sepcific data types are mapped to the corresponding DO attribute type
SinkSQLGenerator Interface that defines a class that can generate SQL for polling and database
SQLGenerator Interface that defines a class that can generate SQL for polling and database
 

Class Summary
ConfigRow  
DBEnrichmentPipe A pipe which extends the AbstractSimplePipe class.
DBStoredProcedure  
DefaultDOTypeMap provides default map for JDBC data types to the corresponding DO attribute type.
JdbcProcConfig Simple class to hold the parameter config details of a stored procedure.
JdbcSink A Sink which executes stored procs on a Jdbc database.
JdbcSource A Source which publishes events from a BCG_Msg enabled database.
JdbcSourceEventMessage Helper class to store events produced by the MsgQueue schema.
MultiDoJdbcSink  
PollingSQLSource Supported properties:
PrimaryKey  
SimpleSinkSQLGenerator Interface that defines a class that can generate SQL for inserting/updating a database
SimpleSQLGenerator Implements SQLGenerator based on properties.
SQLSink  
SQLSource A custom source which takes a SQLString and creates DataObjects of type Type (Defaults to Any) and attributes of column names and values.
SybaseDOTypeMap Helper class to convert data types returned in a Sybase resultset to their equivalent DataObject data types
 

Exception Summary
DeadlockException Very straightforward Exception subclass.