Package hec.io.dbf

Interface DbfRecordIndexSet

All Superinterfaces:
Serializable
All Known Subinterfaces:
DbfRecordSet
All Known Implementing Classes:
DbfQueryResultSet, DbfRecordQuery, DbfResultSet, DbfWriteResultSet, DefaultDbfRecordIndexSet, DefaultDbfRecordSet

public interface DbfRecordIndexSet extends Serializable
Represents a set of index numbers for dbf file operations such as querying and deletion.
  • Method Details

    • getIndexFileName

      String getIndexFileName()
      Returns the index file name.
    • getIndexTagName

      String getIndexTagName()
      Returns the index tag.
    • getIndexTagKeys

      Serializable[] getIndexTagKeys()
      Returns the index tag keys for this set. For example, the id numbers or names.
    • hasIndex

      boolean hasIndex()
      Returns true if an index file and tag is specified.
    • printData

      void printData()
      Prints out the data for this record number set to System.out.