class documentation

class _PG2DBXSAdapter: (source)

View In Hierarchy

Undocumented

Async Method close Undocumented
Async Method commit Undocumented
Async Method cursor Undocumented
Async Method rollback Undocumented
Property paramstyle Undocumented
Class Variable _pgcon Undocumented
async def close(self): (source)

Undocumented

async def commit(self): (source)

Undocumented

async def cursor(self) -> AsyncCursor: (source)

Undocumented

async def rollback(self): (source)

Undocumented

paramstyle: ParamStyle = (source)

Undocumented

_pgcon: PGAsyncConnection = (source)

Undocumented