Uses of Enum Class
io.codemine.java.postgresql.codecs.Tsvector.Weight
-
Uses of Tsvector.Weight in io.codemine.java.postgresql.codecs
Methods in io.codemine.java.postgresql.codecs that return Tsvector.WeightModifier and TypeMethodDescriptionstatic Tsvector.WeightReturns the enum constant of this class with the specified name.static Tsvector.Weight[]Tsvector.Weight.values()Returns an array containing the constants of this enum class, in the order they are declared.Tsvector.Position.weight()Returns the value of theweightrecord component.Constructors in io.codemine.java.postgresql.codecs with parameters of type Tsvector.WeightModifierConstructorDescriptionPosition(int pos, Tsvector.Weight weight) Compact constructor that validates the weight is non-null.