Uses of Enum
wbs.utils.util.database.CollateFunction
Packages that use CollateFunction
Package
Description
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
-
Uses of CollateFunction in wbs.utils.util.database
Methods in wbs.utils.util.database that return CollateFunctionModifier and TypeMethodDescriptionstatic CollateFunctionReturns the enum constant of this type with the specified name.static CollateFunction[]CollateFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in wbs.utils.util.database with parameters of type CollateFunctionModifier and TypeMethodDescriptionWbsTable.selectOnField(@NotNull WbsField field, @Nullable Object match, @Nullable CollateFunction collate)