Package org.frankframework.jdbc
package org.frankframework.jdbc
-
ClassDescriptionJDBC implementation of
IMessageBrowser
.This executes the query that is obtained from the (here still abstract) method getStatement.Base class for building JDBC-senders.Pipe that iterates over the lines in a BLOB.Wrapper around DBMS provided OutputStream for BLOB, that updates BLOB and ResultSet and closes them at stream.close().Pipe that iterates over the lines in a CLOB.Wrapper around DBMS provided Writer for CLOB, that updates CLOB and ResultSet and closes them at writer.close().QuerySender that interprets the input message as a query, possibly with attributes.DummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.QuerySender that assumes a fixed query, possibly with attributes.Provides functions for JDBC connections.Base class for JDBC iterating pipes.JdbcListener<M>JdbcListener base class.See Spring's native PropertySourceFactory TODO use PropertySources (PropertiesPropertySource)Deprecated, for removal: This API element is subject to removal in a future version.Database Listener that operates on a table having at least a key and a status field.JdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog
) or error store (JdbcErrorStorage
) that uses database table IBISSTORE.abstract baseclass for Pipes that iterate over the lines in a lob.Read messages from the IBISSTORE database table previously stored by aMessageStoreSender
.Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener
.QuerySender that writes each row in a ResultSet to a file.Pipe that iterates over rows in in ResultSet.Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.QuerySender that transforms the input message to a query.