PostgresOutputter<List<?>> outputter = null;
PostgresDirectObjectCopier copier = null;
bindings = PostgresLoadablePlan.setParameters(bindings, invocation);
ServerCallContextStack stack = ServerCallContextStack.get();
boolean suspended = false, success = false;
stack.push(context, invocation);
try {
context.initStore(schema);
cursor = context.startCursor(this, bindings);
switch (outputMode) {
case TABLE: