VirtualTableCreateOrConnectScope

Properties

Link copied to clipboard

Configuration of the virtual table.

Functions

Link copied to clipboard
abstract fun declare(sql: String)

Declares the schema of the virtual table.

Link copied to clipboard
abstract fun overloadFunction(name: String, argumentCount: Int)

Declares that the virtual table overloads the function identified by name and argumentCount.