Index

_ | A | C | D | E | F | G | I | L | M | N | 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
_get_table_info() pydblite.sqlite.Table method
_insert_many() pydblite.sqlite.Table method
_len() pydblite.sqlite.Table method
_make_record() pydblite.sqlite.Table method
_make_sql_params() pydblite.sqlite.Table method

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

fields pydblite.pydblite._Base attribute
Filter class in pydblite.common
filter() pydblite.common.Filter method

G

Generic class in tests.common_tests
get_group_count() pydblite.sqlite.Table method
get_indices() pydblite.pydblite._Base method
get_unique_ids() pydblite.pydblite._Base method
pydblite.sqlite.Table 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

M

make_group_count_result() tests.common_tests.Generic method

N

name pydblite.pydblite._Base attribute

O

open() pydblite.pydblite._Base method
pydblite.sqlite.Table method

P

path pydblite.pydblite._Base attribute
pydblite.common module
pydblite.pydblite module
pydblite.sqlite module
PyDbLiteTestCase class in tests.test_pydblite
Python Enhancement Proposals
PEP 8, [1], [2], [3]

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_get_unique_ids_with_filter() tests.common_tests.Generic method
test_filter_get_unique_ids_with_filter_non_matching() 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_get_group_count_with_filter() tests.common_tests.Generic method
test_get_group_count_with_filter_non_matching() 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_len_with_filter() tests.common_tests.Generic method
test_len_with_filter_non_matching() 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