create
abstract fun VirtualTableCreateOrConnectScope.create(connection: DatabaseConnection, arguments: Array<String>): VirtualTable(source)
Creates and connects to a virtual table and returns the VirtualTable instance. If an error is detected, an SQLiteException is thrown and is returned to SQLite.