やってみる

アウトプットすべく己を導くためのブログ。その試行錯誤すらたれ流す。

SQLite3コア関数まとめ

 65関数。

一覧の取得

sqlite3 :memory: "select count(*) from pragma_function_list where builtin=1;"
sqlite3 :memory: "select name from pragma_function_list where builtin=1;"

分類

分類 関数
text quote
lower_upper
trim_ltrim_rtrim
replace
glob
like
printf
substr
length
instr
unicode_char
soundex
number abs
max_min
random
round
blob hex
randomblob
zeroblob
null ifnull_nullif_coalesce
table changes_total_changes_last_insert_rowid
table_schema typeof
sqlite3 load_extension
sqlite_
クエリプラン調整 likelihood_likely_unlikely

一覧

対象環境

$ uname -a
Linux raspberrypi 4.19.42-v7+ #1218 SMP Tue May 14 00:48:17 BST 2019 armv7l GNU/Linux