Package hec.io.dbf
Interface DbfRecordIndexSet
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DbfRecordSet
- All Known Implementing Classes:
DbfQueryResultSet
,DbfRecordQuery
,DbfResultSet
,DbfWriteResultSet
,DefaultDbfRecordIndexSet
,DefaultDbfRecordSet
Represents a set of index numbers for dbf file operations such as querying
and deletion.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the index file name.Returns the index tag keys for this set.Returns the index tag.boolean
hasIndex()
Returns true if an index file and tag is specified.void
Prints out the data for this record number set to System.out.
-
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.
-