SMACS

smacs.load.mapping
Interface DbMappingRecordFieldList

All Known Implementing Classes:
DbMappingSourceCursorNode, DbMappingSourceTableNode, DbMappingTargetInsertNode

public interface DbMappingRecordFieldList

mark for nodes that have a field list. These can convert to a list of nodes representing the record fields which can be otherwise called a tuple. The actual methods of holding a tuple in the implementations can be different. Here we can identify the nodes that do implement a record field list.


Method Summary
 List getDbMappingRecordFieldList()
          returns a list of DbMappingRecordFields
 

Method Detail

getDbMappingRecordFieldList

public List getDbMappingRecordFieldList()
returns a list of DbMappingRecordFields


SMACS