582583584585586587588589
* @exception StandardException Standard exception policy. **/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo() throws StandardException { return(new OpenConglomerateScratchSpace( format_ids, collation_ids, hasCollatedTypes)); }
586587588589590591592593
547548549550551552553
**/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo( long conglomId) throws StandardException { return(new OpenConglomerateScratchSpace(format_ids)); }
546547548549550551552
**/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo( long conglomId) throws StandardException { return(new OpenConglomerateScratchSpace(format_ids, collation_ids)); }
508509510511512513514
583584585586587588589590
445446447448449450451452
// 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)); }
509510511512513514515