Mashables and Mashups : Mashables : Types of Mashable Information Sources : Database Mashables : Arbitrary SQL Queries for Database Mashables : Custom Queries
Custom Queries
You can also define custom finders for specific queries when you register database mashables. Custom finders:
*Accept a parameter with the SQL code for a WHERE clause. This can include one or more dynamic parameters which you define and map to mashable column names.
For example: "DEPT_NO = :deptNo AND HIRED_DATE < :hiredDate"
*Dynamic parameters for the WHERE clause must be simple types with corresponding Java and JDBC types.
*Use prepared statements and thus have no risk of SQL injection attacks.
*Return all columns defined for the mashable.
*Can sort results by one or more columns that you specify.
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback