SQLiteException class

SQLite Exception

This Exception is raise whenever SQLite error occurred.

Constructors

SQLiteException({required PtrSqlite3 cdb, String? message, int? returnCode})
factory
SQLiteException.withCode({required int? code, required String message, required String detail})

Properties

code int?
The SQLite result code
final
detail String
The SQLite message explain about the error code.
final
hashCode int
The hash code for this object.
no setterinherited
message → dynamic
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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