Uses of Enum Class
net.foxgenesis.config.fields.SQLDataType
Packages that use SQLDataType
-
Uses of SQLDataType in net.foxgenesis.config.fields
Fields in net.foxgenesis.config.fields declared as SQLDataTypeModifier and TypeFieldDescriptionfinal SQLDataTypeStorageKey.rDeprecated, for removal: This API element is subject to removal in a future version.Methods in net.foxgenesis.config.fields that return SQLDataTypeModifier and TypeMethodDescriptionstatic SQLDataTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static SQLDataType[]SQLDataType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.foxgenesis.config.fields with parameters of type SQLDataTypeModifierConstructorDescriptionStorageKey(String name, String type, SQLDataType r) Deprecated, for removal: This API element is subject to removal in a future version.