Uses of Class
org.frankframework.jdbc.AbstractJdbcSender
Packages that use AbstractJdbcSender
-
Uses of AbstractJdbcSender in org.frankframework.jdbc
Subclasses of AbstractJdbcSender in org.frankframework.jdbcModifier and TypeClassDescriptionclass
This executes the query that is obtained from the (here still abstract) method getStatement.class
QuerySender that interprets the input message as a query, possibly with attributes.class
QuerySender that assumes a fixed query, possibly with attributes.protected class
class
QuerySender that writes each row in a ResultSet to a file.class
StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.class
QuerySender that transforms the input message to a query.