Index _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W _ __aenter__() (nextorm.session.DBSessionManager method) __aexit__() (nextorm.session.DBSessionManager method) __call__() (nextorm.session.DBSessionManager method) __enter__() (nextorm.session.DBSessionManager method) __exit__() (nextorm.session.DBSessionManager method) __init__() (nextorm.async_database.AsyncDatabase method) (nextorm.async_database.AsyncQuerySet method) (nextorm.collection.RelatedCollection method) (nextorm.database.Database method) (nextorm.debug.QueryStat method) (nextorm.debug.sql_debugging method) (nextorm.entity.Entity method) (nextorm.entity.FieldInfo method) (nextorm.entity.RelationInfo method) (nextorm.exceptions.CommitException method) (nextorm.exceptions.PartialCommitException method) (nextorm.fields.CompositeConstraint method) (nextorm.fields.FieldSpec method) (nextorm.fields.LocalSpec method) (nextorm.fields.RelationSpec method) (nextorm.migrations.MigrationRunner method) (nextorm.migrations.MigrationStatus method) (nextorm.pool.AsyncConnectionPool method) (nextorm.pool.ConnectionPool method) (nextorm.query.EntityProxy method) (nextorm.query.QuerySet method) (nextorm.session.DBSessionManager method) (nextorm.session.SessionCache method) __new__() (nextorm.entity.EntityMeta static method) A acommit() (nextorm.async_database.AsyncDatabase method) acquire() (nextorm.pool.AsyncConnectionPool method) (nextorm.pool.ConnectionPool method) add() (nextorm.collection.RelatedCollection method) adelete_instance() (nextorm.async_database.AsyncDatabase method) aflush() (nextorm.async_database.AsyncDatabase method) after_delete() (nextorm.entity.Entity method) after_insert() (nextorm.entity.Entity method) after_load() (nextorm.entity.Entity method) after_update() (nextorm.entity.Entity method) aget() (nextorm.entity.Entity class method) aget_by_sql() (nextorm.entity.Entity class method) ainsert() (nextorm.async_database.AsyncDatabase method) applied (nextorm.migrations.MigrationStatus attribute) applied_at (nextorm.migrations.MigrationStatus attribute) arollback() (nextorm.async_database.AsyncDatabase method) as_async_context() (nextorm.session.DBSessionManager method) as_context() (nextorm.session.DBSessionManager method) asave() (nextorm.async_database.AsyncDatabase method) aselect() (nextorm.async_database.AsyncDatabase method) (nextorm.entity.Entity class method) aselect_by_sql() (nextorm.entity.Entity class method) ashow() (nextorm.async_database.AsyncQuerySet method) AsyncConnection (class in nextorm.providers) AsyncConnectionPool (class in nextorm.pool) AsyncCursor (class in nextorm.providers) AsyncDatabase (class in nextorm.async_database) AsyncProvider (class in nextorm.providers) AsyncQuerySet (class in nextorm.async_database) auto (nextorm.fields.FieldSpec attribute) autostrip (nextorm.fields.FieldSpec attribute) avg() (in module nextorm.generators) (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) avg_time (nextorm.debug.QueryStat property) B before_delete() (nextorm.entity.Entity method) before_insert() (nextorm.entity.Entity method) before_update() (nextorm.entity.Entity method) bind() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) C cascade_delete (nextorm.fields.RelationSpec attribute) clear() (nextorm.collection.RelatedCollection method) (nextorm.session.SessionCache method) clear_global_stats() (in module nextorm.debug) clear_local_stats() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) close() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) (nextorm.providers.AsyncConnection method) (nextorm.providers.AsyncCursor method) (nextorm.providers.SyncConnection method) (nextorm.providers.SyncCursor method) close_all() (nextorm.pool.AsyncConnectionPool method) (nextorm.pool.ConnectionPool method) column (nextorm.fields.FieldSpec attribute) (nextorm.fields.RelationSpec attribute) columns (nextorm.fields.RelationSpec attribute) commit() (in module nextorm.__init__) (nextorm.database.Database method) (nextorm.entity.Entity method) (nextorm.providers.AsyncConnection method) (nextorm.providers.SyncConnection method) CommitException composite_index() (in module nextorm.fields) composite_key() (in module nextorm.fields) CompositeConstraint (class in nextorm.fields) connect() (nextorm.providers.AsyncProvider method) (nextorm.providers.SyncProvider method) ConnectionPool (class in nextorm.pool) ConstraintError copy() (nextorm.collection.RelatedCollection method) count (nextorm.debug.QueryStat attribute) count() (in module nextorm.generators) (nextorm.async_database.AsyncQuerySet method) (nextorm.collection.RelatedCollection method) (nextorm.query.QuerySet method) create() (nextorm.collection.RelatedCollection method) current() (nextorm.session.DBSessionManager static method) cursor() (nextorm.providers.AsyncConnection method) (nextorm.providers.SyncConnection method) D Database (class in nextorm.database) DateTimeTz (class in nextorm.fields) db_encoding (nextorm.fields.FieldSpec attribute) db_session (in module nextorm.session) DBSessionManager (class in nextorm.session) DecompileError default (nextorm.fields.FieldSpec attribute) (nextorm.fields.LocalSpec attribute) delete() (nextorm.async_database.AsyncQuerySet method) (nextorm.entity.Entity method) (nextorm.query.QuerySet method) delete_instance() (nextorm.database.Database method) depth (nextorm.session.DBSessionManager property) description (nextorm.providers.AsyncCursor property) (nextorm.providers.SyncCursor property) dimensions (nextorm.fields.FieldSpec attribute) dirty_objects (nextorm.session.SessionCache property) distinct() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) E entities (nextorm.async_database.AsyncDatabase property) (nextorm.database.Database property) Entity (class in nextorm.entity) EntityMeta (class in nextorm.entity) EntityProxy (class in nextorm.query) execute() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) (nextorm.providers.AsyncCursor method) (nextorm.providers.SyncCursor method) execute_ddl() (nextorm.providers.AsyncProvider method) (nextorm.providers.SyncProvider method) executemany() (nextorm.providers.AsyncCursor method) (nextorm.providers.SyncCursor method) executescript() (nextorm.providers.AsyncConnection method) (nextorm.providers.SyncConnection method) exists() (nextorm.async_database.AsyncQuerySet method) (nextorm.entity.Entity class method) (nextorm.query.QuerySet method) F fetch_all() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) fetch_one() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) fetchall() (nextorm.providers.AsyncCursor method) (nextorm.providers.SyncCursor method) fetchmany() (nextorm.providers.AsyncCursor method) (nextorm.providers.SyncCursor method) fetchone() (nextorm.providers.AsyncCursor method) (nextorm.providers.SyncCursor method) FieldInfo (class in nextorm.entity) fields (nextorm.fields.CompositeConstraint attribute) FieldSpec (class in nextorm.fields) filter() (nextorm.async_database.AsyncQuerySet method) (nextorm.collection.RelatedCollection method) (nextorm.query.QuerySet method) first() (nextorm.query.QuerySet method) fk_name (nextorm.fields.RelationSpec attribute) flush() (in module nextorm.__init__) (nextorm.database.Database method) (nextorm.entity.Entity method) for_update() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) G generate_mapping() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) get() (nextorm.async_database.AsyncQuerySet method) (nextorm.entity.Entity class method) (nextorm.query.QuerySet method) (nextorm.session.SessionCache method) get_async_provider() (in module nextorm.providers) get_by_sql() (nextorm.entity.Entity class method) get_connection() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) get_ddl() (nextorm.database.Database method) get_or_raise() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) get_pk() (nextorm.entity.Entity method) get_sql() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) get_sync_provider() (in module nextorm.providers) global_stats (in module nextorm.debug) group_concat() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) H has_default (nextorm.fields.FieldSpec property) (nextorm.fields.LocalSpec property) I id (nextorm.entity.Entity attribute) (nextorm.entity.EntityMeta attribute) idle_count (nextorm.pool.AsyncConnectionPool property) (nextorm.pool.ConnectionPool property) immediate (nextorm.session.SessionCache attribute) index (nextorm.fields.FieldSpec attribute) insert() (nextorm.database.Database method) introspect() (nextorm.providers.SyncProvider method) is_bound (nextorm.async_database.AsyncDatabase property) (nextorm.database.Database property) is_empty() (nextorm.collection.RelatedCollection method) J join() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) Json (class in nextorm.fields) K kind (nextorm.fields.RelationSpec attribute) L last_sql (nextorm.async_database.AsyncDatabase property) (nextorm.database.Database property) lastrowid (nextorm.providers.AsyncCursor property) (nextorm.providers.SyncCursor property) lazy (nextorm.fields.FieldSpec attribute) limit() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) load() (nextorm.collection.RelatedCollection method) load_lazy_field() (nextorm.async_database.AsyncDatabase method) local_stats (nextorm.async_database.AsyncDatabase property) (nextorm.database.Database property) LocalSpec (class in nextorm.fields) LongStr (class in nextorm.fields) M makemigrations() (in module nextorm.migrations) (nextorm.migrations.MigrationRunner method) MappingError mark_dirty() (nextorm.session.SessionCache method) max (nextorm.fields.FieldSpec attribute) max() (in module nextorm.generators) (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) max_len (nextorm.fields.FieldSpec attribute) max_time (nextorm.debug.QueryStat attribute) merge_local_stats() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) migrate() (in module nextorm.migrations) (nextorm.database.Database method) (nextorm.migrations.MigrationRunner method) MigrationRunner (class in nextorm.migrations) MigrationStatus (class in nextorm.migrations) min (nextorm.fields.FieldSpec attribute) min() (in module nextorm.generators) (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) min_time (nextorm.debug.QueryStat attribute) modified_collections (nextorm.session.SessionCache property) module nextorm.debug nextorm.exceptions nextorm.generators nextorm.providers MultipleObjectsFoundError N name (nextorm.entity.FieldInfo attribute) (nextorm.entity.RelationInfo attribute) (nextorm.migrations.MigrationStatus attribute) (nextorm.providers.ProviderBase attribute) nextorm.debug module nextorm.exceptions module nextorm.fields.Local (built-in class) nextorm.fields.Opt (built-in class) nextorm.fields.PK (built-in class) nextorm.fields.Req (built-in class) nextorm.fields.Set (built-in class) nextorm.fields.Single (built-in class) nextorm.generators module nextorm.providers module nullable (nextorm.fields.FieldSpec attribute) (nextorm.fields.RelationSpec attribute) O ObjectNotFound objects_to_save (nextorm.session.SessionCache property) offset() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) optimistic (nextorm.session.SessionCache attribute) OptimisticCheckError order_by() (nextorm.async_database.AsyncQuerySet method) (nextorm.collection.RelatedCollection method) (nextorm.query.QuerySet method) owner (nextorm.fields.RelationSpec attribute) P page() (nextorm.async_database.AsyncQuerySet method) (nextorm.collection.RelatedCollection method) (nextorm.query.QuerySet method) param_style (nextorm.providers.ProviderBase attribute) PartialCommitException placeholder() (nextorm.providers.ProviderBase method) pool_size (nextorm.pool.AsyncConnectionPool property) (nextorm.pool.ConnectionPool property) PoolTimeoutError precision (nextorm.fields.FieldSpec attribute) prefetch() (nextorm.query.QuerySet method) primary_key (nextorm.fields.CompositeConstraint attribute) (nextorm.fields.FieldSpec attribute) (nextorm.fields.RelationSpec attribute) PrimaryKey() (in module nextorm.fields) ProviderBase (class in nextorm.providers) put() (nextorm.session.SessionCache method) py_check (nextorm.fields.FieldSpec attribute) (nextorm.fields.LocalSpec attribute) py_type (nextorm.entity.FieldInfo attribute) Q QuerySet (class in nextorm.query) QueryStat (class in nextorm.debug) R random() (nextorm.async_database.AsyncQuerySet method) (nextorm.collection.RelatedCollection method) (nextorm.query.QuerySet method) raw() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) raw_one() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) register() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) register_provider() (in module nextorm.providers) registered_providers() (in module nextorm.providers) RelatedCollection (class in nextorm.collection) RelationInfo (class in nextorm.entity) RelationSpec (class in nextorm.fields) release() (nextorm.pool.AsyncConnectionPool method) (nextorm.pool.ConnectionPool method) remove() (nextorm.collection.RelatedCollection method) (nextorm.session.SessionCache method) reverse (nextorm.fields.RelationSpec attribute) reverse_column (nextorm.fields.RelationSpec attribute) reverse_columns (nextorm.fields.RelationSpec attribute) rollback() (in module nextorm.__init__) (nextorm.database.Database method) (nextorm.providers.AsyncConnection method) (nextorm.providers.SyncConnection method) rowcount (nextorm.providers.AsyncCursor property) (nextorm.providers.SyncCursor property) S save() (nextorm.database.Database method) scale (nextorm.fields.FieldSpec attribute) schedule_save() (nextorm.session.SessionCache method) schema (nextorm.async_database.AsyncDatabase property) (nextorm.database.Database property) select() (in module nextorm.generators) (nextorm.collection.RelatedCollection method) (nextorm.database.Database method) (nextorm.entity.Entity class method) select_by_sql() (nextorm.entity.Entity class method) select_raw() (nextorm.async_database.AsyncDatabase method) (nextorm.database.Database method) serializable (nextorm.session.SessionCache attribute) SessionCache (class in nextorm.session) set() (nextorm.entity.Entity method) set_sql_debug() (in module nextorm.debug) show() (nextorm.query.QuerySet method) showmigrations() (in module nextorm.migrations) (nextorm.migrations.MigrationRunner method) size (nextorm.fields.FieldSpec attribute) spec (nextorm.entity.FieldInfo attribute) (nextorm.entity.RelationInfo attribute) sql_debugging (class in nextorm.debug) sql_default (nextorm.fields.FieldSpec attribute) sql_type (nextorm.fields.FieldSpec attribute) start() (nextorm.pool.AsyncConnectionPool method) strict (nextorm.session.SessionCache attribute) sum() (in module nextorm.generators) (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) sum_time (nextorm.debug.QueryStat attribute) SyncConnection (class in nextorm.providers) SyncCursor (class in nextorm.providers) SyncProvider (class in nextorm.providers) T table (nextorm.fields.RelationSpec attribute) target (nextorm.fields.RelationSpec attribute) to_dict() (nextorm.entity.Entity method) track_collection_change() (nextorm.session.SessionCache method) TransactionError U ULID (class in nextorm.fields) ulid (class in nextorm.fields) unbind() (nextorm.database.Database method) unique (nextorm.fields.CompositeConstraint attribute) (nextorm.fields.FieldSpec attribute) unmark_dirty() (nextorm.session.SessionCache method) unschedule_save() (nextorm.session.SessionCache method) unsigned (nextorm.fields.FieldSpec attribute) update() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) uuid4 (class in nextorm.fields) uuid7 (class in nextorm.fields) uuid_auto (nextorm.fields.FieldSpec attribute) V Vec (class in nextorm.fields) version (nextorm.migrations.MigrationStatus attribute) volatile (nextorm.fields.FieldSpec attribute) W where() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method) without_distinct() (nextorm.async_database.AsyncQuerySet method) (nextorm.query.QuerySet method)