D | |
db [Sqlite3] | Database handle. |
H | |
header [Sqlite3] | Type of name of a column returned by queries. |
headers [Sqlite3] | Type of names of columns returned by queries. |
R | |
row [Sqlite3] | Type of row data (with potential NULL-values) |
row_not_null [Sqlite3] | Type of row data (without NULL-values) |
S | |
stmt [Sqlite3] | Compiled statement handle. |
T | |
t [Sqlite3.Data] | Type of columns |
t [Sqlite3.Rc] | Type of return codes from failed or successful operations. |
U | |
unknown [Sqlite3.Rc] | Type of unknown return codes |