Module org.jooq
Package org.jooq.impl

Interface QOM.JSONBGetAttributeAsText

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.JSONBGetAttributeAsText extends Field<String>
The JSONB GET ATTRIBUTE AS TEXT function.

Access an object attribute value from a JSONB object expression and return it as string.