Given a prepared statement such as:
SELECT x FROM t WHERE y = ?
Is there any way to match all values of y by doing something like:
preparedStatement.setString(1, ANY)
This would be extremely handy for dynamic query construction.
--
Eric Jain
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
