Class PersistedIndex

java.lang.Object
io.github.andreyzebin.gitSql.sql.PersistedIndex
All Implemented Interfaces:
JdbcView, AutoCloseable
Direct Known Subclasses:
CommitsIndex, FilesIndex, SuperAggregation, TimeSeriesQuery

public abstract class PersistedIndex extends Object implements JdbcView
  • Field Details

    • lastStore

      protected Path lastStore
    • schemaCreated

      protected boolean schemaCreated
  • Constructor Details

    • PersistedIndex

      public PersistedIndex(Path storeDir)
  • Method Details