class documentation

class AsyncAdapt_asyncmy_ss_cursor(AsyncAdapt_asyncmy_cursor):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method close Undocumented
Method fetchall Undocumented
Method fetchmany Undocumented
Method fetchone Undocumented
Class Variable __slots__ Undocumented
Class Variable server​_side Undocumented
Instance Variable ​_adapt​_connection Undocumented
Instance Variable ​_connection Undocumented
Instance Variable ​_cursor Undocumented
Instance Variable await​_ Undocumented

Inherited from AsyncAdapt_asyncmy_cursor:

Method __iter__ Undocumented
Async Method ​_execute​_async Undocumented
Async Method ​_executemany​_async Undocumented
Method arraysize.setter Undocumented
Method execute Undocumented
Method executemany Undocumented
Method setinputsizes Undocumented
Instance Variable ​_rows Undocumented
Property arraysize Undocumented
Property description Undocumented
Property lastrowid Undocumented
Property rowcount Undocumented
def __init__(self, adapt_connection):
def fetchmany(self, size=None):