Module org.jooq
Package org.jooq.impl

Interface QOM.JSONBGetElementAsText

All Superinterfaces:
Field<String>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<String>, QueryPart, SelectField<String>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<String>
Enclosing class:
QOM

public static interface QOM.JSONBGetElementAsText extends Field<String>
The JSONB GET ELEMENT AS TEXT function.

Access an array element from a JSONB array expression and return it as a string.