Uses of Enum
org.apache.trevni.ValueType
Packages that use ValueType
-
Uses of ValueType in org.apache.trevni
Methods in org.apache.trevni that return ValueTypeModifier and TypeMethodDescriptionstatic ValueType
Return a type given its name.ColumnMetaData.getType()
Return this column's type.static ValueType
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.trevni with parameters of type ValueTypeModifierConstructorDescriptionColumnMetaData
(String name, ValueType type) Construct given a name and type.