SqlSpecialDestructor class final
Special destructors, https://www.sqlite.org/c3ref/c_static.html
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- SQLITE_STATIC → const int
- it means that the content pointer is constant and will never change, It does not need to be destroyed
- SQLITE_TRANSIENT → const int
- The SQLITE_TRANSIENT value means that the content will likely change in the near future and that SQLite should make its own private copy of the content before returning.