public class PGSQLIntegrityConstraintViolationException extends SQLIntegrityConstraintViolationException implements PGSQLExceptionInfo
| Constructor and Description |
|---|
PGSQLIntegrityConstraintViolationException() |
PGSQLIntegrityConstraintViolationException(String reason) |
PGSQLIntegrityConstraintViolationException(String reason,
String SQLState) |
PGSQLIntegrityConstraintViolationException(String reason,
String SQLState,
int vendorCode) |
PGSQLIntegrityConstraintViolationException(String reason,
String SQLState,
int vendorCode,
Throwable cause) |
PGSQLIntegrityConstraintViolationException(String reason,
String SQLState,
Throwable cause) |
PGSQLIntegrityConstraintViolationException(String reason,
Throwable cause) |
PGSQLIntegrityConstraintViolationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
String |
getConstraint() |
String |
getDatatype() |
String |
getSchema() |
String |
getTable() |
void |
setColumn(String column) |
void |
setConstraint(String constraint) |
void |
setDatatype(String datatype) |
void |
setSchema(String schema) |
void |
setTable(String table) |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PGSQLIntegrityConstraintViolationException()
public PGSQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Throwable cause)
public PGSQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode)
public PGSQLIntegrityConstraintViolationException(String reason, String SQLState, Throwable cause)
public PGSQLIntegrityConstraintViolationException(String reason, String SQLState)
public PGSQLIntegrityConstraintViolationException(String reason, Throwable cause)
public PGSQLIntegrityConstraintViolationException(String reason)
public PGSQLIntegrityConstraintViolationException(Throwable cause)
public String getSchema()
getSchema in interface PGSQLExceptionInfopublic void setSchema(String schema)
setSchema in interface PGSQLExceptionInfopublic String getTable()
getTable in interface PGSQLExceptionInfopublic void setTable(String table)
setTable in interface PGSQLExceptionInfopublic String getColumn()
getColumn in interface PGSQLExceptionInfopublic void setColumn(String column)
setColumn in interface PGSQLExceptionInfopublic String getDatatype()
getDatatype in interface PGSQLExceptionInfopublic void setDatatype(String datatype)
setDatatype in interface PGSQLExceptionInfopublic String getConstraint()
getConstraint in interface PGSQLExceptionInfopublic void setConstraint(String constraint)
setConstraint in interface PGSQLExceptionInfoCopyright © 2013-2015 impossibl.com. All Rights Reserved.