Uses of Enum
acdp.design.ST.OutrowStringLength
Packages that use ST.OutrowStringLength
-
Uses of ST.OutrowStringLength in acdp.design
Methods in acdp.design that return ST.OutrowStringLengthModifier and TypeMethodDescriptionstatic ST.OutrowStringLengthReturns the enum constant of this type with the specified name.static ST.OutrowStringLength[]ST.OutrowStringLength.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in acdp.design with parameters of type ST.OutrowStringLengthModifier and TypeMethodDescriptionstatic final SimpleType<String>ST.beString(ST.Nulls nulls, ST.OutrowStringLength length) Returns the String column type with an outrow storage scheme and applying the "UTF-8" charset for any byte conversions.static final SimpleType<String>ST.beString(Charset charset, ST.Nulls nulls, ST.OutrowStringLength length) Returns the String column type with an outrow storage scheme and applying the specified charset for any byte conversions.CL.ofString(ST.Nulls nulls, ST.OutrowStringLength length) Creates a new column of type String with an outrow storage scheme and applying the "UTF-8" charset for any byte conversions.CL.ofString(Charset charset, ST.Nulls nulls, ST.OutrowStringLength length) Creates a new column of type String with an outrow storage scheme and applying the specified charset for any byte conversions.