PostgresBoundQueryContext bound =
new PostgresBoundQueryContext(this, pstmt, portalName, canSuspend, true);
QueryBindings bindings = bound.createBindings();
if (params != null) {
if (valueDecoder == null)
valueDecoder = new ServerValueDecoder(typesTranslator(),
messenger.getEncoding());
PostgresType[] parameterTypes = null;
if (stmt instanceof PostgresBaseStatement) {
PostgresDMLStatement dml = (PostgresDMLStatement)stmt;
parameterTypes = dml.getParameterTypes();