Package hec.io.dbf

Class DbfRecordQuery

All Implemented Interfaces:
DbfRecordIndexSet, Serializable
Direct Known Subclasses:
DefaultDbfRecordSet

public class DbfRecordQuery extends DefaultDbfRecordIndexSet
A class that provides the means to query data from a dbf file.
See Also:
  • Constructor Details

    • DbfRecordQuery

      public DbfRecordQuery(String indexFileName, String indexTagName, String[] fieldNames)
      Creates a query to retrieve all of the fields for the records from the index file and tag.
    • DbfRecordQuery

      public DbfRecordQuery(String indexTagName, String[] fieldNames)
      Creates a query to retrieve all of the fields for the records in the index tag.
    • DbfRecordQuery

      public DbfRecordQuery(String indexTagName, Serializable[] indexTagKeys, String[] fieldNames)
      Creates a query that retrieves the fields for the specified index keys using the index tag.
    • DbfRecordQuery

      public DbfRecordQuery(DbfRecordQuery copyMe)
      A copy constructor.
  • Method Details