Uses of Enum
acdp.design.ST.Nulls
Packages that use ST.Nulls
-
Uses of ST.Nulls in acdp.design
Methods in acdp.design that return ST.NullsModifier and TypeMethodDescriptionstatic ST.Nulls
ST.Nulls.get
(boolean value) static ST.Nulls
Returns the enum constant of this type with the specified name.static ST.Nulls[]
ST.Nulls.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.NullsModifier and TypeMethodDescriptionstatic final SimpleType<Boolean>
Returns the column type analogon of a Javaboolean
orBoolean
type.static final SimpleType<Byte>
Returns the column type analogon of a Javabyte
orByte
type.static final SimpleType<Double>
Returns the column type analogon of a Javadouble
orDouble
type.static final SimpleType<Float>
Returns the column type analogon of a Javafloat
orFloat
type.static final SimpleType<Integer>
Returns column type analogon of a Javaint
orInteger
type.static final SimpleType<Long>
Returns the column type analogon of a Javalong
orLong
type.static final SimpleType<Short>
Returns the column type analogon of a Javashort
orShort
type.static 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>
Returns the String column type with an inrow storage scheme and applying the specified 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.Creates a new column of type Boolean.Creates a new column of type Byte.Creates a new column of type Double.Creates a new column of type Float.Creates a new column of type Integer.Creates a new column of type Long.Creates a new column of type Short.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.Creates a new column of type String with an inrow storage scheme and applying the specified 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.