MCPcopy Create free account
hub / github.com/diyhi/bbs / setThrowException

Method setThrowException

src/main/java/cms/utils/SqlScriptRunner.java:64–66  ·  view source on GitHub ↗
(boolean throwException)

Source from the content-addressed store, hash-verified

62 this.throwWarning = throwWarning;
63 }
64 public void setThrowException(boolean throwException) {
65 this.throwException = throwException;
66 }
67 public void setAutoCommit(boolean autoCommit) {
68 this.autoCommit = autoCommit;
69 }

Callers 1

importSQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected