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

Method settings

jOOQ/src/main/java/org/jooq/impl/Tools.java:1748–1750  ·  view source on GitHub ↗

Get a configuration's settings or default settings if the configuration is null .

(Attachable attachable)

Source from the content-addressed store, hash-verified

1746 * is <code>null</code>.
1747 */
1748 static final Settings settings(Attachable attachable) {
1749 return configuration(attachable).settings();
1750 }
1751
1752 /**
1753 * Get a configuration's settings or default settings if the configuration

Callers 3

executeMethod · 0.95
addConditionMethod · 0.95
getSQLMethod · 0.95

Calls 2

configurationMethod · 0.95
settingsMethod · 0.65

Tested by

no test coverage detected