(boolean throwException)
| 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 | } |