class documentation

class AsyncAdapt_asyncpg_dbapi: (source)

View In Hierarchy

Undocumented

Exception DatabaseError Undocumented
Exception DataError Undocumented
Exception Error Undocumented
Exception IntegrityError Undocumented
Exception InterfaceError Undocumented
Exception InternalError Undocumented
Exception InternalServerError Undocumented
Exception InvalidCachedStatementError Undocumented
Exception NotSupportedError Undocumented
Exception OperationalError Undocumented
Exception ProgrammingError Undocumented
Exception Warning Undocumented
Method __init__ Undocumented
Method Binary Undocumented
Method connect Undocumented
Constant DATETIME Undocumented
Constant NUMBER Undocumented
Constant STRING Undocumented
Instance Variable asyncpg Undocumented
Instance Variable paramstyle Undocumented
Property _asyncpg_error_translate Undocumented
def __init__(self, asyncpg): (source)

Undocumented

def Binary(self, value): (source)

Undocumented

def connect(self, *arg, **kw): (source)

Undocumented

DATETIME = (source)

Undocumented

Value
util.symbol('DATETIME')

Undocumented

Value
util.symbol('NUMBER')

Undocumented

Value
util.symbol('STRING')

Undocumented

paramstyle: str = (source)

Undocumented

@util.memoized_property
_asyncpg_error_translate = (source)

Undocumented