MCPcopy
hub / github.com/jOOQ/jOOQ / cast

Method cast

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

Cast this field to the type of another field. Casting converts expressions between data types directly in SQL using SQL CAST expressions or similar. If you want to convert data types only in jOOQ without any effect on generated SQL, you can use Field#coerce(Field) instead.

(Field<Z> field)

Source from the content-addressed store, hash-verified

330 * @see #cast(DataType)
331 */
332 @NotNull
333 @Support
334 <Z> Field<Z> cast(Field<Z> field);
335

Callers 15

formatJSONMethod · 0.65
formatJSONBMethod · 0.65
formatXMLMethod · 0.65
formatJSONMethod · 0.65
formatJSONBMethod · 0.65
formatXMLMethod · 0.65
castMethod · 0.65
castMethod · 0.65
castNullMethod · 0.65
currentOffsetTimeMethod · 0.65
currentOffsetDateTimeMethod · 0.65
currentInstantMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected