Package io.github.andreyzebin.gitSql.sql
Class CommitsIndex
java.lang.Object
io.github.andreyzebin.gitSql.sql.PersistedIndex
io.github.andreyzebin.gitSql.sql.CommitsIndex
- All Implemented Interfaces:
JdbcView,AutoCloseable
-
Field Summary
Fields inherited from class io.github.andreyzebin.gitSql.sql.PersistedIndex
lastStore, schemaCreated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidreindex()static StringrenderSqlLog(String sql) Methods inherited from class io.github.andreyzebin.gitSql.sql.PersistedIndex
close, drop, getConnection, init, storeExists
-
Constructor Details
-
CommitsIndex
-
-
Method Details
-
createSchema
- Overrides:
createSchemain classPersistedIndex- Throws:
SQLException
-
renderSqlLog
-
reindex
protected void reindex()- Overrides:
reindexin classPersistedIndex
-