| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
base.Cursor --+
|
GadflyCursor
|
|||
|
|||
|
|||
|
|||
|
|||
| list of tuples |
|
||
| tuple |
|
||
| list of tuples |
|
||
|
Inherited from Inherited from |
|||
|
|||
| int |
rowcount A read-only attribute that specifies the number of rows fetched in the last query, or -1 if unknown. |
||
| tuple |
description A read-only attribute that is a sequence of 7-item tuples, one per column, from the last query executed. |
||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|||
rowcountA read-only attribute that specifies the number of rows fetched in the last query, or -1 if unknown. Note: It's best not to rely on the row count, because some database drivers (such as SQLite) don't report valid row counts.
|
descriptionA read-only attribute that is a sequence of 7-item tuples, one per column, from the last query executed. The tuple values are: (name, typecode, displaysize, internalsize, precision, scale)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 14 15:21:05 2016 | http://epydoc.sourceforge.net |