Class PostgreSqlAdapter
java.lang.Object
com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon.SqlCommonAdapter<PostgreSqlConfig>
com.xzavier0722.mc.plugin.slimefun4.storage.adapter.postgresql.PostgreSqlAdapter
- All Implemented Interfaces:
IDataSourceAdapter<PostgreSqlConfig>
-
Field Summary
Fields inherited from class com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon.SqlCommonAdapter
backpackTable, blockDataTable, blockInvTable, blockRecordTable, bpInvTable, chunkDataTable, config, ds, profileTable, researchTable, tableMetadataTable, universalDataTable, universalInvTable, universalRecordTable
Fields inherited from interface com.xzavier0722.mc.plugin.slimefun4.storage.adapter.IDataSourceAdapter
DATABASE_VERSION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon.SqlCommonAdapter
executeQuery, executeSql, getDatabaseVersion, mapTable, patch, prepare, shutdown
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.xzavier0722.mc.plugin.slimefun4.storage.adapter.IDataSourceAdapter
getData
-
Constructor Details
-
PostgreSqlAdapter
public PostgreSqlAdapter()
-
-
Method Details
-
initStorage
-
setData
-
getData
-
deleteData
-