Uses of Class
org.frankframework.jdbc.JdbcFacade
Packages that use JdbcFacade
Package
Description
- 
Uses of JdbcFacade in org.frankframework.jdbc
Subclasses of JdbcFacade in org.frankframework.jdbcModifier and TypeClassDescriptionclassJDBC implementation ofIMessageBrowser.classThis executes the query that is obtained from the (here still abstract) method getStatement.classBase class for building JDBC-senders.classQuerySender that interprets the input message as a query, possibly with attributes.classDummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.classQuerySender that assumes a fixed query, possibly with attributes.protected classclassJdbcListener<M>JdbcListener base class.classDeprecated, for removal: This API element is subject to removal in a future version.classDatabase Listener that operates on a table having at least a key and a status field.classclassJdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.classRead messages from the IBISSTORE database table previously stored by aMessageStoreSender.classSend messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener.classQuerySender that writes each row in a ResultSet to a file.classDatabase Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.classStoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.classQuerySender that transforms the input message to a query.Methods in org.frankframework.jdbc with parameters of type JdbcFacadeModifier and TypeMethodDescriptionvoidAbstractJdbcMessageBrowser.copyFacadeSettings(JdbcFacade facade)  - 
Uses of JdbcFacade in org.frankframework.ladybug.tibet2
Subclasses of JdbcFacade in org.frankframework.ladybug.tibet2 - 
Uses of JdbcFacade in org.frankframework.util
Subclasses of JdbcFacade in org.frankframework.util