Package com.enhancedechest.storage.sql
Class PostgresStorage
java.lang.Object
com.enhancedechest.storage.sql.AbstractSqlStorage
com.enhancedechest.storage.sql.PostgresStorage
- All Implemented Interfaces:
StorageBackend
-
Nested Class Summary
Nested classes/interfaces inherited from class com.enhancedechest.storage.sql.AbstractSqlStorage
AbstractSqlStorage.UpsertSyntaxNested classes/interfaces inherited from interface com.enhancedechest.storage.StorageBackend
StorageBackend.ChestKey, StorageBackend.ExpiredKey, StorageBackend.OwnerRows -
Field Summary
Fields inherited from class com.enhancedechest.storage.sql.AbstractSqlStorage
dataSource, tablePrefix -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.enhancedechest.storage.sql.AbstractSqlStorage
close, countChests, findExpired, findUuidByName, flushDirty, importRows, init, loadAllPlayers, loadOwnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.enhancedechest.storage.StorageBackend
backup, supportsBackup
-
Constructor Details
-
PostgresStorage
-