Uses of Enum Class
org.voltdb.VoltType
-
Uses of VoltType in org.voltdb
Modifier and TypeMethodDescriptionstatic VoltType
VoltType.get
(byte val) Statically create an enum value from the corresponding byte.final VoltType
VoltTable.getColumnType
(int index) abstract VoltType
VoltTableRow.getColumnType
(int columnIndex) Return thetype
of the column with the specified index.static VoltType
VoltType.typeFromClass
(Class<?> cls) Ascertain the most appropriateVoltType
given a java class.static VoltType
VoltType.typeFromObject
(Object obj) Ascertain the most appropriateVoltType
given a java object.static VoltType
VoltType.typeFromString
(String str) Converts string representations to an enum value.static VoltType
Returns the enum constant of this class with the specified name.static VoltType[]
VoltType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
VoltType.canExactlyRepresentAnyValueOf
(VoltType otherType) final Object
Retrieve a value from the row by specifying the column index and thetype
.final Object
Retrieve a value from the row by specifying the column name and thetype
.ModifierConstructorDescriptionColumnInfo
(String name, VoltType type) Construct an immutableColumnInfo
instance.