Class SqlQueryProcessor

java.lang.Object
showcase.scdf.jdbc.processor.function.SqlQueryProcessor
All Implemented Interfaces:
Function<String,String>

@Component public class SqlQueryProcessor extends Object implements Function<String,String>
Performance SQL query most on provided payload. Note if the select contains a single column with key "payload", then only that is returns as a text.
Author:
gregory green
  • Constructor Details

    • SqlQueryProcessor

      public SqlQueryProcessor(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate jdbcTemplate, JdbcSqlProperties jdbcSqlProperties)
  • Method Details