colrev.env.local_index_sqlite.SQLiteIndexRecord
- class colrev.env.local_index_sqlite.SQLiteIndexRecord(*, reinitialize=False)[source]
Bases:
SQLiteIndex
The SQLiteIndexRecord class implements indexing and retrieval of records locally
Methods
commit
Commit changes to the SQLITE database
exists
Check if a record exists in the index
get
Get a record from the index
insert
Insert a record into the index
search
Search for records in the index
update
Update a record in the index
Attributes
CREATE_TABLE_QUERY
GLOBAL_KEYS
INDEX_NAME
INSERT_QUERY
KEYS
SELECT_ALL_QUERY
SELECT_KEY_QUERIES
UPDATE_RECORD_QUERY
connection
- commit()
Commit changes to the SQLITE database
- Return type:
None