Interface SimpleSequentialReader

All Superinterfaces:
AutomaticDetectionOfTypes.Rows
All Known Implementing Classes:
AbstractSimpleSequentialReader

public interface SimpleSequentialReader extends AutomaticDetectionOfTypes.Rows
Author:
jjdelcerro
  • Method Details

    • getFactory

    • getFile

      File getFile()
    • getFieldNames

      List<String> getFieldNames()
    • read

      List<Object> read()
      Specified by:
      read in interface AutomaticDetectionOfTypes.Rows
    • rewind

      void rewind()
    • close

      void close()
    • getName

      String getName()
    • getAlias

      String getAlias()
    • getLabel

      String getLabel()
    • getDescription

      String getDescription()
    • getTags

      Map<String,String> getTags()
    • getChildren

    • getRowCount

      long getRowCount()
    • getStoresRepository

      org.gvsig.fmap.dal.StoresRepository getStoresRepository()
    • getResourcesStorage

      org.gvsig.tools.resourcesstorage.ResourcesStorage getResourcesStorage()
    • getParameters

      org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters getParameters()