sqlite3_module class
This structure, sometimes called a "virtual table module", defines the implementation of a virtual table.
This structure consists mostly of methods for the module. A virtual table module is created by filling in a persistent instance of this structure and passing a pointer to that instance to sqlite3_create_module() or sqlite3_create_module_v2(). The registration remains valid until it is replaced by a different module or until the database connection closes. The content of this structure must not change while it is registered with any database connection.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iVersion ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xBegin ↔ PtrDefxDisconnect
-
getter/setter pair
- xBestIndex ↔ PtrDefxBestIndex
-
getter/setter pair
- xClose ↔ PtrDefxClose1
-
getter/setter pair
- xColumn ↔ PtrDefxColumn
-
getter/setter pair
- xCommit ↔ PtrDefxDisconnect
-
getter/setter pair
- xConnect ↔ PtrDefxCreate
-
getter/setter pair
- xCreate ↔ PtrDefxCreate
-
getter/setter pair
- xDestroy ↔ PtrDefxDisconnect
-
getter/setter pair
- xDisconnect ↔ PtrDefxDisconnect
-
getter/setter pair
- xEof ↔ PtrDefxClose1
-
getter/setter pair
- xFilter ↔ PtrDefxFilter
-
getter/setter pair
- xFindFunction ↔ PtrDefxFindFunction
-
getter/setter pair
- xNext ↔ PtrDefxClose1
-
getter/setter pair
- xOpen ↔ PtrDefxOpen
-
getter/setter pair
- xRelease ↔ PtrDefxSavepoint
-
getter/setter pair
- xRename ↔ PtrDefxRename
-
getter/setter pair
- xRollback ↔ PtrDefxDisconnect
-
getter/setter pair
- xRollbackTo ↔ PtrDefxSavepoint
-
getter/setter pair
- xRowid ↔ PtrDefxRowid
-
getter/setter pair
- xSavepoint ↔ PtrDefxSavepoint
-
getter/setter pair
- xShadowName ↔ PtrDefxShadowName
-
getter/setter pair
- xSync ↔ PtrDefxDisconnect
-
getter/setter pair
- xUpdate ↔ PtrDefxUpdate
-
getter/setter pair
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