Public Member Functions | |
UniquenessViolationException (String tableName) | |
The UniquenessViolationException class represents an exception when one tries to add a row r to a table which already contains a row whose all mandatory and non autoincrementable attributes matches the ones in the row r. | |
UniquenessViolationException () | |
The UniquenessViolationException class represents an exception when one tries to add a row r to a table which already contains a row whose all mandatory and non autoincrementable attributes matches the ones in the row r. |
|
The UniquenessViolationException class represents an exception when one tries to add a row r to a table which already contains a row whose all mandatory and non autoincrementable attributes matches the ones in the row r.
|