ForeignKeyViolationException class

Inheritance

Properties

code String?
The PostgreSQL error code.
finalinherited
columnName String?
finalinherited
constraintName String?
finalinherited
dataTypeName String?
finalinherited
detail String?
Additional details if provided by the database.
finalinherited
fileName String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hint String?
A hint on how to remedy an error, if provided by the database.
finalinherited
internalPosition int?
An index into a query string generated by the database, if provided.
finalinherited
internalQuery String?
finalinherited
lineNumber int?
finalinherited
message String
A message indicating the error.
finalinherited
position int?
An index into an executed query string where an error occurred, if by provided by the database.
finalinherited
routineName String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaName String?
finalinherited
severity Severity
The severity of the exception.
finalinherited
tableName String?
finalinherited
trace String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited