MCPcopy
hub / github.com/jOOQ/jOOQ / getSelect

Method getSelect

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

All fields selected in this query @deprecated - 3.21.0 - [#7129] - Do not reuse this method, work with #$select() instead.

()

Source from the content-addressed store, hash-verified

280 * @deprecated - 3.21.0 - [#7129] - Do not reuse this method, work with {@link #$select()} instead.
281 */
282 @Deprecated
283 @NotNull @CheckReturnValue
284 List<Field<?>> getSelect();
285

Callers 15

generateSyntheticDaoMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
toSQLReference0Method · 0.65
embeddedFieldsMethod · 0.65
acceptMethod · 0.65
asMethod · 0.65
avoidAliasPushdownMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65

Implementers 2

SelectQueryImpljOOQ/src/main/java/org/jooq/impl/Selec
SelectImpljOOQ/src/main/java/org/jooq/impl/Selec

Calls

no outgoing calls

Tested by

no test coverage detected