class documentation

class AsyncAdapt_asyncpg_connection(AdaptedConnection):

Known subclasses: sqlalchemy.dialects.postgresql.asyncpg.AsyncAdaptFallback_asyncpg_connection

View In Hierarchy

Undocumented

Method __init__ Undocumented
Async Method ​_check​_type​_cache​_invalidation Undocumented
Method ​_handle​_exception Undocumented
Async Method ​_prepare Undocumented
Async Method ​_start​_transaction Undocumented
Method autocommit.setter Undocumented
Method close Undocumented
Method commit Undocumented
Method cursor Undocumented
Method rollback Undocumented
Method set​_isolation​_level Undocumented
Class Variable __slots__ Undocumented
Class Variable await​_ Undocumented
Instance Variable ​_connection Undocumented
Instance Variable ​_execute​_mutex Undocumented
Instance Variable ​_invalidate​_schema​_cache​_asof Undocumented
Instance Variable ​_isolation​_setting Undocumented
Instance Variable ​_prepared​_statement​_cache Undocumented
Instance Variable ​_started Undocumented
Instance Variable ​_transaction Undocumented
Instance Variable dbapi Undocumented
Instance Variable deferrable Undocumented
Instance Variable isolation​_level Undocumented
Instance Variable readonly Undocumented
Property autocommit Undocumented
def __init__(self, dbapi, connection, prepared_statement_cache_size=100):

Undocumented

async def _check_type_cache_invalidation(self, invalidate_timestamp):

Undocumented

def _handle_exception(self, error):

Undocumented

async def _prepare(self, operation, invalidate_timestamp):

Undocumented

async def _start_transaction(self):

Undocumented

@autocommit.setter
def autocommit(self, value):

Undocumented

def close(self):

Undocumented

def commit(self):

Undocumented

def cursor(self, server_side=False):

Undocumented

def rollback(self):

Undocumented

def set_isolation_level(self, level):

Undocumented

__slots__: tuple[str, ...] =
_connection =

Undocumented

_execute_mutex =

Undocumented

_invalidate_schema_cache_asof =

Undocumented

_isolation_setting =

Undocumented

_prepared_statement_cache =

Undocumented

_started: bool =

Undocumented

_transaction =

Undocumented

dbapi =

Undocumented

deferrable: bool =

Undocumented

isolation_level =

Undocumented

readonly: bool =

Undocumented

@property
autocommit =

Undocumented