sqlite3_vfs

An instance of the sqlite3_vfs object defines the interface between the SQLite core and the underlying operating system. The "vfs" in the name of the object stands for "virtual file system". See the VFS documentation for further information.

sqlite3_vfs

An instance of the sqlite3_vfs object defines the interface between the SQLite core and the underlying operating system. The "vfs" in the name of the object stands for "virtual file system". See the VFS documentation for further information.

sqlite3_vfs

An instance of the sqlite3_vfs object defines the interface between the SQLite core and the underlying operating system. The "vfs" in the name of the object stands for "virtual file system". See the VFS documentation for further information.

sqlite3_vfs

An instance of the sqlite3_vfs object defines the interface between the SQLite core and the underlying operating system. The "vfs" in the name of the object stands for "virtual file system". See the VFS documentation for further information.

sqlite3_vfs

An instance of the sqlite3_vfs object defines the interface between the SQLite core and the underlying operating system. The "vfs" in the name of the object stands for "virtual file system". See the VFS documentation for further information.

sqlite3_vfs

Types

Link copied to clipboard

Output parameter that accepts an sqlite3_vfs struct.

Output parameter that accepts an sqlite3_vfs struct.

Output parameter that accepts an sqlite3_vfs struct.

actual class OutputParam : PointerOutputParam<sqlite3_vfs, sqlite3_vfs>

Output parameter that accepts an sqlite3_vfs struct.

Output parameter that accepts an sqlite3_vfs struct.

Properties

Link copied to clipboard
actual open override val iVersion: SqliteVfsVersion
expect open override val iVersion: SqliteVfsVersion
actual open override val iVersion: SqliteVfsVersion
actual open override val iVersion: SqliteVfsVersion
actual open override val iVersion: SqliteVfsVersion
Link copied to clipboard
actual open override val mxPathname: Int
expect open override val mxPathname: Int
actual open override val mxPathname: Int
actual open override val mxPathname: Int
actual open override val mxPathname: Int
Link copied to clipboard
actual open override val szOsFile: Int
expect open override val szOsFile: Int
actual open override val szOsFile: Int
actual open override val szOsFile: Int
actual open override val szOsFile: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual open override val zName: String
expect open override val zName: String
actual open override val zName: String
actual open override val zName: String
actual open override val zName: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
open override fun hashCode(): Int
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
expect open override fun toString(): String
open override fun toString(): String
open override fun toString(): String
open override fun toString(): String
Link copied to clipboard

Applies xAccess with supplied arguments.

Link copied to clipboard

Applies xDelete with supplied arguments.

Link copied to clipboard

Applies xOpen with supplied arguments.