moduleAndArgs property

String moduleAndArgs

Returns the module name and the arguments that were used in the statement that created this table. In that sense, CREATE VIRTUAL TABLE <name> USING <moduleAndArgs>; can be used to create this table in sql.

Implementation

String get moduleAndArgs;