this.method = new DBMethodRef<DBMethod>(method);
this.executionSchema = method.getSchema().getRef();
}
public void initExecutionResult(boolean debug) {
MethodExecutionResultForm resultPanel = executionResult == null ? null : executionResult.getResultPanel();
executionResult = new MethodExecutionResult(this, resultPanel, debug);
}