Uses of Enum Class
com.xzavier0722.mc.plugin.slimefun4.storage.common.FieldKey
Packages that use FieldKey
Package
Description
-
Uses of FieldKey in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon that return FieldKeyMethods in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon with parameters of type FieldKeyModifier and TypeMethodDescriptionstatic String
SqlUtils.buildKvStr
(FieldKey key, String val) static String
static String
SqlUtils.toSqlValStr
(FieldKey key, String val) Method parameters in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon with type arguments of type FieldKeyModifier and TypeMethodDescriptionstatic String
SqlUtils.buildConditionStr
(List<io.github.bakedlibs.dough.collections.Pair<FieldKey, String>> conditions) SqlUtils.buildFieldStr
(Set<FieldKey> fields) -
Uses of FieldKey in com.xzavier0722.mc.plugin.slimefun4.storage.common
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.common that return FieldKeyModifier and TypeMethodDescriptionFieldKey[]
DataScope.getPrimaryKeys()
static FieldKey
Returns the enum constant of this class with the specified name.static FieldKey[]
FieldKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xzavier0722.mc.plugin.slimefun4.storage.common that return types with arguments of type FieldKeyModifier and TypeMethodDescriptionRecordSet.getAll()
RecordKey.getConditions()
RecordKey.getFields()
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.common with parameters of type FieldKeyModifier and TypeMethodDescriptionvoid
RecordKey.addCondition
(FieldKey key, boolean val) void
RecordKey.addCondition
(FieldKey key, String val) void
boolean
RecordSet.getBoolean
(FieldKey key) int
org.bukkit.inventory.ItemStack
RecordSet.getItemStack
(FieldKey key) void
void
void
Constructor parameters in com.xzavier0722.mc.plugin.slimefun4.storage.common with type arguments of type FieldKeyModifierConstructorDescriptionFieldMapper
(Map<FieldKey, T> map) RecordKey
(DataScope scope, Set<FieldKey> fields, List<io.github.bakedlibs.dough.collections.Pair<FieldKey, String>> conditions) RecordKey
(DataScope scope, Set<FieldKey> fields, List<io.github.bakedlibs.dough.collections.Pair<FieldKey, String>> conditions)