EponymousOnly
Eponymous Only Virtual Table. A callback is passed to SQLite for connect but not for create.
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.