MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / formatJSONB

Method formatJSONB

jOOQ/src/main/java/org/jooq/Formatter.java:99–99  ·  view source on GitHub ↗

Format the FormatterContext#field() expression to embed it in a SQLDataType#JSONB context. If applicable, a Binding should place the resulting expression in the FormatterContext#field(Field) out parameter. If the out parameter is left untouched, then no JSONB spec

(FormatterContext ctx)

Source from the content-addressed store, hash-verified

97 * {@link DSL#multiset(TableLike)} expression.
98 */
99 void formatJSONB(FormatterContext ctx);
100
101 /**
102 * Format the {@link FormatterContext#field()} expression to embed it in a

Callers 1

castForJSONMethod · 0.95

Implementers 6

HstoreFormatterjOOQ-postgres-extensions/src/main/java
HstoreArrayFormatterjOOQ-postgres-extensions/src/main/java
BytesFormatterjOOQ/src/main/java/org/jooq/impl/Defau
FloatingPointFormatterjOOQ/src/main/java/org/jooq/impl/Defau
DefaultJSONBindingjOOQ/src/main/java/org/jooq/impl/Defau
DefaultXMLBindingjOOQ/src/main/java/org/jooq/impl/Defau

Calls

no outgoing calls

Tested by

no test coverage detected