While working on 6.0 I am wondering whether it makes sense to support
parameters of anything other than basic types. Personally I am thinking
not, but wanted to get other's opinions.
The idea being that neither SQL nor JDBC define support for bind parameters
of multiple values. So expecting to bind non-simple values is not strictly
"native SQL" support.