> Hick Gunter wrote:
>
> You can pass parameters to the xCreate function in the CREATE VIRTUAL TABLE
> statement, if the setting you desire remains unchanged during the lifetime of
> the table.
>
> CREATE VIRTUAL TABLE USING [ ( ,...) ];
>
> You can declare hidden fields in the call to sqlite
You can pass parameters to the xCreate function in the CREATE VIRTUAL TABLE
statement, if the setting you desire remains unchanged during the lifetime of
the table.
CREATE VIRTUAL TABLE USING [ ( ,...) ];
You can declare hidden fields in the call to sqlite3_declare_vtab() call within
your xC
2 matches
Mail list logo