Uses of Record Class
io.codemine.java.postgresql.codecs.Tsvector.Lexeme
-
Uses of Tsvector.Lexeme in io.codemine.java.postgresql.codecs
Methods in io.codemine.java.postgresql.codecs that return types with arguments of type Tsvector.LexemeModifier and TypeMethodDescriptionTsvector.lexemes()Returns the value of thelexemesrecord component.Constructor parameters in io.codemine.java.postgresql.codecs with type arguments of type Tsvector.LexemeModifierConstructorDescriptionTsvector(List<Tsvector.Lexeme> lexemes) Compact constructor that makes an immutable copy of lexemes.