![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | 3.7.9 |
Architecture: | - |
Distribution: | Other |
Filename: | sqlite3-3.7.9.tbz |
1. OVERVIEW This README file describes the syntax of the arguments that may be passed to the FTS3 MATCH operator used for full-text queries. For example, if table "t1" is an Fts3 virtual table, the following SQL query: SELECT * FROM t1 WHERE <col> MATCH <full-text query> may be used to retrieve all rows that match a specified for full-text query. The text "<col>" should be repl more»
1. FTS3 Tokenizers When creating a new full-text table, FTS3 allows the user to select the text tokenizer implementation to be used when indexing text by specifying a "tokenize" clause as part of the CREATE VIRTUAL TABLE statement: CREATE VIRTUAL TABLE <table-name> USING fts3( <columns ...> [, tokenize <tokenizer-name> [<tokenizer-args>]] ); The built-in tokenizers (val more»
SQLITE3(1) SQLITE3(1) NAME sqlite3 - A command line interface for SQLite version 3 SYNOPSIS sqlite3 [options] [databasefile] [SQL] SUMMARY sqlite3 is a terminal-based front-end to the SQLite library that can evaluate queries interactively and display the results in multiple formats. sqlite3 can also b more»
This package has a single license: unknown (Public Domain).
[DIR] | bin/ (1) 65535+ mirrors | ||
38 | B | 2011-12-27 | +COMMENT view 2924+ mirrors |
1.49 | KB | 2011-12-27 | +CONTENTS view 58 mirrors |
380 | B | 2011-12-27 | +DESC view 375+ mirrors |
[DIR] | include/ (2) 65535+ mirrors | ||
[DIR] | lib/ (4) 65535+ mirrors | ||
[DIR] | libdata/ (1) 19570+ mirrors | ||
[DIR] | man/ (1) 65535+ mirrors | ||
17.14 | KB | 2011-12-27 | +MTREE_DIRS view 65535+ mirrors |
[DIR] | share/ (2) 65535+ mirrors |