class documentation

class _ConnDialect(object):

Known subclasses: sqlalchemy.pool.base._AsyncConnDialect

View In Hierarchy

partial implementation of .Dialect which provides DBAPI connection methods.

When a _pool.Pool is combined with an _engine.Engine, the _engine.Engine replaces this with its own .Dialect.

Method do​_close Undocumented
Method do​_commit Undocumented
Method do​_ping Undocumented
Method do​_rollback Undocumented
Method get​_driver​_connection Undocumented
Class Variable is​_async Undocumented
def do_close(self, dbapi_connection):

Undocumented

def do_commit(self, dbapi_connection):

Undocumented

def do_ping(self, dbapi_connection):

Undocumented

def do_rollback(self, dbapi_connection):

Undocumented

def get_driver_connection(self, connection):

Undocumented

is_async: bool =

Undocumented