583584585586587588589590
* @exception StandardException Standard exception policy. **/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo() throws StandardException { return(new OpenConglomerateScratchSpace( format_ids, collation_ids, hasCollatedTypes)); }
587588589590591592593594
436437438439440441442443444445
// either use passed in "compiled" runtime scratch space, or create // new space. this.runtime_mem = (dynamic_info != null ? ((OpenConglomerateScratchSpace) dynamic_info) : new OpenConglomerateScratchSpace( conglomerate.format_ids, conglomerate.collation_ids)); }