Show Parameter Info in SQL

June 1st, 2009 by Gregory Shrago

In Maia the Show Parameter Info action (Ctrl+P) is available in SQL function calls and value expressions.

Tags: , ,

One Response to “Show Parameter Info in SQL”

  1. Eugene Kirpichov Says:

    I’m really craving for a somewhat different feature: a code inspection to catch mismatch between count of ‘?’ in a prepared statement and number of actually passed arguments, like jdbcTemplate.queryForInt(”select max(salary) from employee where dept = ? and hire_date > ?”, deptId).

Leave a Reply