parseTable abstract method

Table parseTable(
  1. CreateVirtualTableStatement stmt
)

Extracts the table structure from a CREATE VIRTUAL TABLE statement that refers to this module. The module is responsible for setting Table.definition.

Implementation

Table parseTable(CreateVirtualTableStatement stmt);