Package io.github.andreyzebin.gitSql.sql
Class PersistedIndex
java.lang.Object
io.github.andreyzebin.gitSql.sql.PersistedIndex
- All Implemented Interfaces:
JdbcView,AutoCloseable
- Direct Known Subclasses:
CommitsIndex,FilesIndex,SuperAggregation,TimeSeriesQuery
-
Field Details
-
lastStore
-
schemaCreated
protected boolean schemaCreated
-
-
Constructor Details
-
PersistedIndex
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceJdbcView
-
storeExists
public boolean storeExists() -
createSchema
- Throws:
SQLException
-
init
protected void init() -
reindex
protected void reindex() -
drop
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-