Uses of Enum
com.exoscale.sdk.model.JsonSchemaMysql.InternalTmpMemStorageEngineEnum
Packages that use JsonSchemaMysql.InternalTmpMemStorageEngineEnum
-
Uses of JsonSchemaMysql.InternalTmpMemStorageEngineEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaMysql.InternalTmpMemStorageEngineEnumModifier and TypeMethodDescriptionJsonSchemaMysql.getInternalTmpMemStorageEngine()
The storage engine for in-memory internal temporary tables.Returns the enum constant of this type with the specified name.JsonSchemaMysql.InternalTmpMemStorageEngineEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type JsonSchemaMysql.InternalTmpMemStorageEngineEnumModifier and TypeMethodDescriptionJsonSchemaMysql.internalTmpMemStorageEngine
(JsonSchemaMysql.InternalTmpMemStorageEngineEnum internalTmpMemStorageEngine) void
JsonSchemaMysql.setInternalTmpMemStorageEngine
(JsonSchemaMysql.InternalTmpMemStorageEngineEnum internalTmpMemStorageEngine)