neosqliteΒΆ
- neosqlite package
- Subpackages
- Submodules
- neosqlite.binary module
- neosqlite.bulk_operations module
- neosqlite.changestream module
- neosqlite.client_session module
- neosqlite.connection module
- neosqlite.exceptions module
- neosqlite.index_model module
- neosqlite.migration module
- neosqlite.objectid module
- neosqlite.options module
- neosqlite.query_operators module
_get_nested_field()_get_int_value()_convert_to_bitmask()_eq()_gt()_lt()_gte()_lte()_all()_in()_ne()_nin()_mod()_exists()_regex()_elemMatch()_apply_query_operators()_size()_contains()_type()_bits_all_clear()_bits_all_set()_bits_any_clear()_bits_any_set()_bitsAllClear()_bitsAllSet()_bitsAnyClear()_bitsAnySet()
- neosqlite.requests module
- neosqlite.results module
- neosqlite.sql_utils module
- Module contents
AggregationCursorAggregationCursor.__init__()AggregationCursor.max_await_time_ms()AggregationCursor.add_option()AggregationCursor.remove_option()AggregationCursor.sessionAggregationCursor.cursor_idAggregationCursor.sort()AggregationCursor._execute()AggregationCursor._estimate_result_size()AggregationCursor.next()AggregationCursor.to_list()AggregationCursor.batch_size()AggregationCursor.allow_disk_use()AggregationCursor.use_quez()AggregationCursor.retrievedAggregationCursor.aliveAggregationCursor.collectionAggregationCursor.addressAggregationCursor.get_quez_stats()
AutoVacuumModeBinaryBinary._subtypeBinary.BINARY_SUBTYPEBinary.FUNCTION_SUBTYPEBinary.OLD_BINARY_SUBTYPEBinary.UUID_SUBTYPEBinary.MD5_SUBTYPEBinary.COLUMN_SUBTYPEBinary.SENSITIVE_SUBTYPEBinary.VECTOR_SUBTYPEBinary.USER_DEFINED_SUBTYPEBinary.subtypeBinary.encode_for_storage()Binary.decode_from_storage()Binary.from_uuid()Binary.as_uuid()
BulkOperationExecutorBulkWriteResultChangeStreamCodecOptionsCollectionCollection.__init__()Collection.cleanup()Collection._load()Collection._parse_stored_id()Collection._load_with_stored_id()Collection._resolve_stored_id()Collection._get_stored_id()Collection._get_val()Collection._set_val()Collection.create()Collection._ensure_id_column_exists()Collection.rename()Collection.options()Collection.insert_one()Collection.insert_many()Collection.update_one()Collection.update_many()Collection.replace_one()Collection.delete_one()Collection._delete_one_as_gridfs()Collection.delete_many()Collection._delete_many_as_gridfs()Collection.find()Collection._is_gridfs_collection()Collection._find_as_gridfs()Collection.find_raw_batches()Collection.find_one()Collection.count_documents()Collection.estimated_document_count()Collection.find_one_and_delete()Collection.find_one_and_replace()Collection.find_one_and_update()Collection.aggregate()Collection.aggregate_raw_batches()Collection.distinct()Collection.bulk_write()Collection.initialize_ordered_bulk_op()Collection.initialize_unordered_bulk_op()Collection.create_index()Collection.create_search_index()Collection.create_indexes()Collection.create_search_indexes()Collection.reindex()Collection.list_indexes()Collection.list_search_indexes()Collection.update_search_index()Collection.drop_index()Collection.drop_search_index()Collection.drop_indexes()Collection.index_information()Collection.clientCollection.codec_optionsCollection.read_preferenceCollection.write_concernCollection.read_concernCollection.databaseCollection.db_pathCollection.full_nameCollection.with_options()Collection._object_exists()Collection.drop()Collection.watch()
CollectionInvalidConnectionConnection.DEFAULT_TRANSLATION_CACHE_SIZEConnection.__init__()Connection.db_pathConnection.connect()Connection._register_custom_functions()Connection._check_and_migrate_autovacuum()Connection._migrate_to_autovacuum()Connection.cleanup()Connection.close()Connection.clientConnection.codec_optionsConnection.read_preferenceConnection.write_concernConnection.read_concernConnection.start_session()Connection.drop_collection()Connection.create_collection()Connection.get_collection()Connection.rename_collection()Connection.list_collection_names()Connection.list_collections()Connection.command()Connection.cursor_command()Connection.dereference()Connection.with_options()Connection._apply_write_concern()Connection.transaction()
CursorCursor.__init__()Cursor.max_await_time_ms()Cursor.add_option()Cursor.remove_option()Cursor.sessionCursor.cursor_idCursor.limit()Cursor.skip()Cursor.sort()Cursor.batch_size()Cursor.hint()Cursor.min()Cursor.max()Cursor.collation()Cursor.where()Cursor.comment()Cursor.to_list()Cursor.clone()Cursor.retrievedCursor.aliveCursor.collectionCursor.addressCursor.explain()Cursor._execute_query()Cursor._get_filtered_documents()Cursor._handle_python_fallback()Cursor._handle_expr_query()Cursor._build_minmax_clause()Cursor._get_collate_clause()Cursor._contains_datetime_operations()Cursor._is_datetime_value()Cursor._is_datetime_regex()Cursor._load_documents()Cursor._apply_sorting()Cursor._apply_pagination()Cursor._apply_projection()Cursor.close()Cursor._cleanup_tables()
DeleteOneDeleteResultInsertManyResultInsertOneInsertOneResultInvalidOperationIndexModelMalformedDocumentMalformedQueryExceptionRawBatchCursorReadConcernReadPreferenceUpdateOneUpdateResultWriteConcernGridFSBucketGridFSBucket.__init__()GridFSBucket._migrate_legacy_tables_if_needed()GridFSBucket._apply_write_concern()GridFSBucket._create_collections()GridFSBucket._migrate_table_schema()GridFSBucket._serialize_metadata()GridFSBucket._deserialize_metadata()GridFSBucket._force_sync_if_needed()GridFSBucket.upload_from_stream()GridFSBucket._insert_chunks()GridFSBucket.download_to_stream()GridFSBucket._get_integer_id_for_file()GridFSBucket.download_to_stream_by_name()GridFSBucket._get_file_id_by_name()GridFSBucket.open_download_stream()GridFSBucket.open_download_stream_by_name()GridFSBucket.delete()GridFSBucket.find()GridFSBucket.open_upload_stream()GridFSBucket.upload_from_stream_with_id()GridFSBucket.open_upload_stream_with_id()GridFSBucket.delete_by_name()GridFSBucket.rename()GridFSBucket.rename_by_name()GridFSBucket.drop()GridFSBucket.list()
GridFS