Overview
>
klyn.databases.sql
>
BatchUpdateException
>
BatchUpdateException
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.databases.sql.BatchUpdateException.BatchUpdateException
constructor
public BatchUpdateException():
Description
Creates a batch update exception.
Parameters
message Human-readable explanation. ```klyn import klyn.databases.sql ex = BatchUpdateException("Batch failed") ex.updateCounts = [1l, 1l, -3l] ex.sqlState = "42000" ex.vendorCode = 1064 print(ex.updateCounts[0]) ```