MCPcopy Index your code
hub / github.com/apache/groovy / setConnection

Method setConnection

subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java:3991–3993  ·  view source on GitHub ↗
(Connection connection)

Source from the content-addressed store, hash-verified

3989 }
3990
3991 private void setConnection(Connection connection) {
3992 useConnection = connection;
3993 }
3994
3995 /**
3996 * Allows a closure to be passed in to configure the JDBC statements before they are executed.

Callers 1

newInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected