Class SQLStorage
java.lang.Object
com.zyneonstudios.nexus.utilities.storage.SQLStorage
- All Implemented Interfaces:
EditableStorage
,Storage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getBoolean
(String path) double
int
getInteger
(String path) boolean
boolean
-
Constructor Details
-
SQLStorage
-
-
Method Details
-
has
-
get
-
getString
-
getInteger
- Specified by:
getInteger
in interfaceStorage
-
getInt
-
getDouble
-
getDoub
-
getBoolean
- Specified by:
getBoolean
in interfaceStorage
-
getBool
-
ensure
- Specified by:
ensure
in interfaceEditableStorage
-
set
- Specified by:
set
in interfaceEditableStorage
-
delete
- Specified by:
delete
in interfaceEditableStorage
-