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

Method variable

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

The variable string - mostly just a ? , or a named bind variable, such as :var .

()

Source from the content-addressed store, hash-verified

62 * The variable string - mostly just a <code>?</code>, or a named bind variable, such as <code>:var</code>.
63 */
64 @NotNull
65 String variable();
66
67 /**

Callers 5

sqlMethod · 0.65
sqlMethod · 0.65
sqlBindMethod · 0.65
sqlBind0Method · 0.65
sqlMethod · 0.65

Implementers 1

DefaultBindingSQLContextjOOQ/src/main/java/org/jooq/impl/Defau

Calls

no outgoing calls

Tested by

no test coverage detected