com.infoteria.asteria.flowlibrary2.stream
Interface RecordSet

All Known Implementing Classes:
StreamDataObject, StreamDataRecord

public interface RecordSet

Recordを内包するクラスの実装するインターフェースです。


Method Summary
abstract  Record getRecord()
          Recordを取得します。
abstract  int getRecordCount()
          Record数を取得します。
 

Method Detail

getRecord

public Record getRecord()
                 throws StreamException
Recordを取得します。

getRecordCount

public int getRecordCount()
                   throws StreamException
Record数を取得します。