ServerJavaRoutine call = javaRoutine(context, bindings);
call.push();
boolean anyOutput = false, success = false;
try {
call.setInputs();
call.invoke();
dynamicResultSets = call.getDynamicResultSets();
if (getColumnTypes() != null) {
PostgresOutputter<ServerJavaRoutine> outputter;
switch (server.getOutputFormat()) {
case JSON: