TestDatabaseException class
DatabaseExceptionは抽象クラスのため、テスト用の例外クラスを作成
- Inheritance
-
- Object
- DatabaseException
- TestDatabaseException
Constructors
- TestDatabaseException(String message)
Properties
Methods
-
getResultCode(
) → int? -
Extended result code on Android/ffi, normal result code on iOS.
override
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited