Navigation
index
modules
toc
PyDbLite 3.0.2 documentation
»
Index
_
|
A
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
O
|
P
|
R
|
S
|
T
|
U
_
__and__()
pydblite.common.Filter
method
__call__()
pydblite.sqlite.Table
method
__delitem__()
pydblite.sqlite.Table
method
__eq__()
pydblite.common.Filter
method
__ge__()
pydblite.common.Filter
method
__getitem__()
pydblite.sqlite.Table
method
__gt__()
pydblite.common.Filter
method
__init__()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
__iter__()
pydblite.common.Filter
method
pydblite.sqlite.Table
method
__le__()
pydblite.common.Filter
method
__len__()
pydblite.common.Filter
method
__lt__()
pydblite.common.Filter
method
__ne__()
pydblite.common.Filter
method
__or__()
pydblite.common.Filter
method
__str__()
pydblite.common.Filter
method
_Base
class in
pydblite.pydblite
A
add_field()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
C
commit()
pydblite.pydblite._Base
method
pydblite.sqlite.Database
method
pydblite.sqlite.Table
method
conn
pydblite.sqlite.Database
attribute
conv()
pydblite.sqlite.Table
method
create()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
create_index()
pydblite.pydblite._Base
method
cursor
pydblite.sqlite.Database
attribute
pydblite.sqlite.Table
attribute
D
Database
class in
pydblite.sqlite
delete()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
delete_index()
pydblite.pydblite._Base
method
drop_field()
pydblite.pydblite._Base
method
E
exists()
pydblite.pydblite._Base
method
F
Filter
class in
pydblite.common
filter()
pydblite.common.Filter
method
G
Generic
class in
tests.common_tests
get_indices()
pydblite.pydblite._Base
method
get_unique_ids()
pydblite.pydblite._Base
method
group_by()
pydblite.pydblite._Base
method
I
ilike()
pydblite.common.Filter
method
Index
class in
pydblite.pydblite
insert()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
insert_test_data()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
is_date()
pydblite.sqlite.Table
method
is_datetime()
pydblite.sqlite.Table
method
is_filtered()
pydblite.common.Filter
method
is_time()
pydblite.sqlite.Table
method
L
like()
pydblite.common.Filter
method
O
open()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
P
pydblite.common
module
pydblite.pydblite
module
pydblite.sqlite
module
PyDbLiteTestCase
class in
tests.test_pydblite
Python Enhancement Proposals
PEP 8
,
[1]
R
reset_status_values_for_filter()
tests.common_tests.Generic
method
S
setUp()
tests.test_pydblite.PyDbLiteTestCase
method
tests.test_pydblite_sqlite.SQLiteTestCase
method
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
setup_db_for_filter()
tests.common_tests.Generic
method
tests.test_pydblite.PyDbLiteTestCase
method
SQLiteError
SQLiteTestCase
class in
tests.test_pydblite_sqlite
T
Table
class in
pydblite.sqlite
tearDown()
tests.test_pydblite.PyDbLiteTestCase
method
tests.test_pydblite_sqlite.SQLiteTestCase
method
test_00_create()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_02_iterate_on_database()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_10_insert_one()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_11_insert_many()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_12_insert_kw_unicode_missing()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_20_select()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_40_delete()
tests.test_pydblite_sqlite.TestSQLiteFunctions
method
test_add_field()
tests.common_tests.Generic
method
test_add_field_with_default_value()
tests.common_tests.Generic
method
test_create_index()
tests.common_tests.Generic
method
test_del()
tests.common_tests.Generic
method
test_delete()
tests.common_tests.Generic
method
test_delete_index()
tests.common_tests.Generic
method
test_fetch()
tests.common_tests.Generic
method
test_filter_and()
tests.common_tests.Generic
method
test_filter_equals()
tests.common_tests.Generic
method
test_filter_get_unique_ids()
tests.common_tests.Generic
method
test_filter_greater()
tests.common_tests.Generic
method
test_filter_greater_equals()
tests.common_tests.Generic
method
test_filter_ilike()
tests.common_tests.Generic
method
test_filter_in()
tests.common_tests.Generic
method
test_filter_len()
tests.common_tests.Generic
method
test_filter_less()
tests.common_tests.Generic
method
test_filter_less_equals()
tests.common_tests.Generic
method
test_filter_like()
tests.common_tests.Generic
method
test_filter_not_equals()
tests.common_tests.Generic
method
test_filter_or()
tests.common_tests.Generic
method
test_get_group_count()
tests.common_tests.Generic
method
test_insert()
tests.common_tests.Generic
method
test_insert_list()
tests.test_pydblite.PyDbLiteTestCase
method
test_insert_values_in_order()
tests.common_tests.Generic
method
test_iter()
tests.common_tests.Generic
method
test_open()
tests.test_pydblite.PyDbLiteTestCase
method
test_open_existing()
tests.test_pydblite.PyDbLiteTestCase
method
tests.test_pydblite_sqlite.SQLiteTestCase
method
test_open_file_with_existing_dir()
tests.test_pydblite.PyDbLiteTestCase
method
test_open_memory()
tests.test_pydblite.PyDbLiteTestCase
method
test_open_memory_with_existing_filename()
tests.test_pydblite.PyDbLiteTestCase
method
test_select()
tests.common_tests.Generic
method
test_select_unicode()
tests.common_tests.Generic
method
test_sqlite_compat()
tests.test_pydblite.PyDbLiteTestCase
method
test_sqlite_compat_insert_list()
tests.test_pydblite.PyDbLiteTestCase
method
test_update()
tests.common_tests.Generic
method
tests.common_tests
module
tests.test_pydblite
module
tests.test_pydblite_sqlite
module
TestSQLiteFunctions
class in
tests.test_pydblite_sqlite
U
update()
pydblite.pydblite._Base
method
pydblite.sqlite.Table
method
Table Of Contents
Pure-Python engine
SQLite adapter
API
Example code
Code
Download
Browse source on Github
Changelog
License
Tests and Documentation
Unit tests
Unit tests coverage
Benchmarks
Documentation coverage
Documention as PDF
Contact
Mailing list
Authors
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
toc
PyDbLite 3.0.2 documentation
»