Eponymous
Eponymous Virtual Table. The same callback reference is passed to SQLite for both create and connect.
Functions
Link copied to clipboard
abstract fun VirtualTableCreateOrConnectScope.connect(connection: DatabaseConnection, arguments: Array<String>): VirtualTable
Connects to an already created virtual table and returns the VirtualTable instance. If an error is detected, an SQLiteException is thrown and is returned to SQLite.
Link copied to clipboard
Returns the optional virtual table functions supported by the module. Only the functions that are returned are invoked by SQLite.