dot-createFtsTable: Create a new table in a dabase to enable fulltext search...

Description Usage Arguments Value Examples

Description

Creates a new virtual (fts) table with exact same columns as the original table, populates it with the contents of original table and optimises the table.

Usage

1
.createFtsTable(database_name, table_name, new_table_name)

Arguments

database_name

Name of database connection

table_name

Name of the table to duplicate as fts table

new_table_name

Name of the new fts table

Value

Nothing. Update the relevant database (stored in memory or in a '*.sqlite' file)

Examples

1
# .createFtsTable("sra_con", "sra", "sra_new_ft")

ss-lab-cancerunit/SpiderSeqR documentation built on Nov. 2, 2020, 12:18 a.m.