Interface | Description |
---|---|
IDataSourceFactory |
Class | Description |
---|---|
BatchBlobTransformerPipe |
Pipe that batch-transforms the lines in a BLOB.
|
BatchClobTransformerPipe |
Pipe that batch-transforms the lines in a CLOB.
|
BatchTransformerPipeBase |
abstract base class for JDBC batch transforming pipes.
|
BlobLineIteratingPipe |
Pipe that iterates over the lines in a BLOB.
|
BlobOutputStream |
Wrapper around DBMS provided OutputStream for BLOB, that updates BLOB and ResultSet and closes them at stream.close().
|
CachedSideTable | |
ClobLineIteratingPipe |
Pipe that iterates over the lines in a CLOB.
|
ClobWriter |
Wrapper around DBMS provided Writer for CLOB, that updates CLOB and ResultSet and closes them at writer.close().
|
DirectQuerySender |
QuerySender that interprets the input message as a query, possibly with attributes.
|
DummyTransactionalStorage<S extends Serializable> | Deprecated |
FixedQuerySender |
QuerySender that assumes a fixed query, possibly with attributes.
|
JdbcFacade |
Provides functions for JDBC connections.
|
JdbcIteratingPipeBase |
Base class for JDBC iterating pipes.
|
JdbcListener<M> |
JdbcListener base class.
|
JdbcMessageBrowser<M> |
JDBC implementation of
IMessageBrowser . |
JdbcPropertySourceFactory |
See Spring's native PropertySourceFactory
TODO use PropertySources (PropertiesPropertySource)
|
JdbcQueryListener | Deprecated |
JdbcQuerySenderBase<H> |
This executes the query that is obtained from the (here still abstract) method getStatement.
|
JdbcSenderBase<H> |
Base class for building JDBC-senders.
|
JdbcTableListener<M> |
Database Listener that operates on a table having at least a key and a status field.
|
JdbcTableMessageBrowser<M> | |
JdbcTransactionalStorage<S extends Serializable> |
JDBC implementation of
ITransactionalStorage . |
LobLineIteratingPipeBase |
abstract baseclass for Pipes that iterate over the lines in a lob.
|
MessageStoreListener<M> |
Read messages from the ibisstore previously stored by a
MessageStoreSender . |
MessageStoreSender |
Send messages to the ibisstore to have them processed exactly-once by another
adapter which will read the messages using a
MessageStoreListener . |
QueryExecutionContext | |
Result2BlobWriter |
ResultHandler that writes the transformed record to a BLOB. |
Result2ClobWriter |
ResultHandler that writes the transformed record to a CLOB. |
Result2LobWriterBase |
Baseclass for batch
resultHandler that writes the transformed record to a LOB. |
ResultSet2FileSender |
QuerySender that writes each row in a ResultSet to a file.
|
ResultSetIteratingPipe |
Pipe that iterates over rows in in ResultSet.
|
SideTable |
Utility class to populate and reference side tables.
|
SimpleJdbcListener |
Database Listener that returns a count of messages available, but does not perform any locking or
other management of processing messages in parallel.
|
XmlQuerySender |
QuerySender that transforms the input message to a query.
|
Enum | Description |
---|---|
JdbcListener.MessageFieldType | |
JdbcQuerySenderBase.QueryType |
Exception | Description |
---|---|
JdbcException |
Wrapper for JDBC related exceptions.
|
Copyright © 2023 Frank!Framework. All rights reserved.