public class BatchUpdateException extends SQLException:
import klyn.databases.sql
ex = BatchUpdateException("Batch failed")
ex.updateCounts = [1l, 1l]
ex.sqlState = "42000"
print(ex.updateCounts.size)| Modifier and Type | Member | Description |
|---|---|---|
| public property | updateCounts | Update counts already produced before the failure. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | BatchUpdateException | Creates a batch update exception. |
| public | BatchUpdateExceptionBatchUpdateException(message as String): |
No summary. |