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.NullsST.Nulls.get(boolean value) static ST.NullsReturns 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 JavabooleanorBooleantype.static final SimpleType<Byte>Returns the column type analogon of a JavabyteorBytetype.static final SimpleType<Double>Returns the column type analogon of a JavadoubleorDoubletype.static final SimpleType<Float>Returns the column type analogon of a JavafloatorFloattype.static final SimpleType<Integer>Returns column type analogon of a JavaintorIntegertype.static final SimpleType<Long>Returns the column type analogon of a JavalongorLongtype.static final SimpleType<Short>Returns the column type analogon of a JavashortorShorttype.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.