Does Postgres's JDBC Connection#prepareStatement(String) method support queries that can't be prepared by the backend? (Namely those that are not of the SELECT, INSERT, UPDATE, or DELETE variety?)
Michael