connect
abstract fun VirtualTableCreateOrConnectScope.connect(connection: DatabaseConnection, arguments: Array<String>): VirtualTable(source)
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.