Uses of Enum
com.exoscale.sdk.model.JsonSchemaPg.DefaultToastCompressionEnum
Packages that use JsonSchemaPg.DefaultToastCompressionEnum
-
Uses of JsonSchemaPg.DefaultToastCompressionEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.DefaultToastCompressionEnumModifier and TypeMethodDescriptionJsonSchemaPg.getDefaultToastCompression()
Specifies the default TOAST compression method for values of compressible columns (the default is lz4).Returns the enum constant of this type with the specified name.JsonSchemaPg.DefaultToastCompressionEnum.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 JsonSchemaPg.DefaultToastCompressionEnumModifier and TypeMethodDescriptionJsonSchemaPg.defaultToastCompression
(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression) void
JsonSchemaPg.setDefaultToastCompression
(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression)