cocos-engine-external/sources/sqlite/ext/fts3
bu-wan 1849fe1bef 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
..
tool 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
unicode 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
README.content 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
README.syntax 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
README.tokenizers 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
README.txt 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3.h 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3Int.h 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_aux.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_expr.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_hash.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_hash.h 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_icu.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_porter.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_snippet.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_term.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_test.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_tokenize_vtab.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_tokenizer.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_tokenizer.h 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_tokenizer1.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_unicode.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_unicode2.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3_write.c 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
fts3speed.tcl 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00
mkfts3amal.tcl 三方库适配openharmony系统 2023-08-18 14:09:51 +08:00

README.txt

This folder contains source code to the second full-text search
extension for SQLite.  While the API is the same, this version uses a
substantially different storage schema from fts1, so tables will need
to be rebuilt.