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

Method getUpdateCount

subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java:3975–3977  ·  view source on GitHub ↗

@return Returns the updateCount.

()

Source from the content-addressed store, hash-verified

3973 * @return Returns the updateCount.
3974 */
3975 public int getUpdateCount() {
3976 return updateCount;
3977 }
3978
3979 /**
3980 * If this instance was created with a single Connection then the connection

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected