Uses of Class
org.frankframework.jdbc.QueryExecutionContext
Packages that use QueryExecutionContext
-
Uses of QueryExecutionContext in org.frankframework.jdbc
Subclasses with type arguments of type QueryExecutionContext in org.frankframework.jdbcModifier and TypeClassDescriptionclassQuerySender that assumes a fixed query, possibly with attributes.Methods in org.frankframework.jdbc that return QueryExecutionContextModifier and TypeMethodDescriptionAbstractJdbcQuerySender.getQueryExecutionContext(Connection connection, Message message) FixedQuerySender.openBlock(PipeLineSession session) protected QueryExecutionContextDirectQuerySender.prepareStatementSet(Connection connection, Message message) Methods in org.frankframework.jdbc with parameters of type QueryExecutionContextModifier and TypeMethodDescriptionvoidFixedQuerySender.closeBlock(QueryExecutionContext blockHandle, PipeLineSession session) protected voidAbstractJdbcQuerySender.closeStatementSet(QueryExecutionContext queryExecutionContext) protected voidFixedQuerySender.closeStatementSet(QueryExecutionContext statementSet) protected MessageAbstractJdbcQuerySender.executeOtherQuery(QueryExecutionContext queryExecutionContext, Message message, PipeLineSession session) protected MessageAbstractJdbcQuerySender.executePackageQuery(QueryExecutionContext queryExecutionContext) protected SenderResultAbstractJdbcQuerySender.executeStatementSet(@NonNull QueryExecutionContext queryExecutionContext, @NonNull Message message, @NonNull PipeLineSession session) protected SenderResultResultSet2FileSender.executeStatementSet(@NonNull QueryExecutionContext queryExecutionContext, @NonNull Message message, @NonNull PipeLineSession session) FixedQuerySender.sendMessage(QueryExecutionContext blockHandle, Message message, PipeLineSession session)