SMACS

smacs.write.tree
Interface HasProgramCurrentRecordSource

All Superinterfaces:
HasRecordFieldNameArray
All Known Subinterfaces:
HasProgramCurrentRecordCursor, HasProgramCurrentRecordVariable, HasProgramMaterializeCurrentRecordVariable
All Known Implementing Classes:
NewProgramCurrentRecordVariable, ProgramCompileSqlQuery, ProgramCreateCursor, ProgramMaterializeRecord, ProgramTransferLoop

public interface HasProgramCurrentRecordSource
extends HasRecordFieldNameArray

may be to know record source structure. used on transfer loop whether the intermediate representation had been able to derive the record structure in advance of generation (and runtime).

Author:
Copyright (C) 2004, Guido Draheim. All rights reserved. Part of SMACS project.

Method Summary
 boolean hasKnownRecordFieldNameArray()
           
 
Methods inherited from interface smacs.util.schema.HasRecordFieldNameArray
getRecordFieldName, getRecordFieldNameMax
 

Method Detail

hasKnownRecordFieldNameArray

public boolean hasKnownRecordFieldNameArray()

SMACS