Definition at line 346 of file odb.py.
def pyclearsilver.odb.Cursor.__init__ |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb.Cursor.arraysize |
( |
|
self | ) |
|
def pyclearsilver.odb.Cursor.close |
( |
|
self | ) |
|
def pyclearsilver.odb.Cursor.description |
( |
|
self | ) |
|
def pyclearsilver.odb.Cursor.execute |
( |
|
self, |
|
|
|
sql |
|
) |
| |
def pyclearsilver.odb.Cursor.fetchall |
( |
|
self | ) |
|
def pyclearsilver.odb.Cursor.fetchmany |
( |
|
self, |
|
|
|
size = None , |
|
|
|
keep = None |
|
) |
| |
def pyclearsilver.odb.Cursor.fetchone |
( |
|
self | ) |
|
def pyclearsilver.odb.Cursor.insert_id |
( |
|
self | ) |
|
def pyclearsilver.odb.Cursor.rowcount |
( |
|
self | ) |
|
pyclearsilver.odb.Cursor.cursor |
The documentation for this class was generated from the following file: