SqfliteDatabaseException class

Exception implementation

Implementers

Constructors

SqfliteDatabaseException(String? message, Object? result, {int? resultCode, bool? transactionClosed})
ctor with a message and some data

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
Our exception message
no setter
result Object?
Typically the result of a native call
getter/setter pair
resultMap Map
The result as a map
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionClosed bool
True if the current transaction has been rolled back in the execution
getter/setter pair

Methods

getResultCode() int?
Get the (extended if available) result code.
isDatabaseClosedError() bool
True if the exception is a database closed error
inherited
isDuplicateColumnError([String? column]) bool
True if the exception is a duplicate column error
inherited
isNoSuchTableError([String? table]) bool
True if the exception is a no such table exception
inherited
isNotNullConstraintError([String? field]) bool
True if the exception is a not null constraint error
inherited
isOpenFailedError() bool
True if the exception is an open failed error
inherited
isReadOnlyError() bool
True if the exception is a read-only error
inherited
isSyntaxError() bool
True if the exception is a syntax error
inherited
isUniqueConstraintError([String? field]) bool
True if the exception is a unique constraint error
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

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