|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.python.core.PyObject
|
+--com.ziclix.python.sql.PyCursor
|
+--com.ziclix.python.sql.PyExtendedCursor
A cursor with extensions to the DB API 2.0.
| Field Summary | |
|---|---|
static PyClass |
__class__
Field __class__ |
| Method Summary | |
|---|---|
PyObject |
__findattr__(java.lang.String name)
Finds the attribute. |
static void |
classDictInit(PyObject dict)
Initializes the module. |
java.lang.String |
toString()
String representation of the object. |
| Methods inherited from class com.ziclix.python.sql.PyCursor |
|---|
__del__, __iter__, __iternext__, __setattr__, callproc, close, execute, executemany, fetchall, fetchmany, fetchone, getDataHandler, hasParams, isSeq, isSeqSeq, next, nextset, prepare, scroll, warning |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static PyClass __class__
| Method Detail |
public java.lang.String toString()
toString in class PyCursorpublic static void classDictInit(PyObject dict)
dict - public PyObject __findattr__(java.lang.String name)
__findattr__ in class PyCursorname - the name of the attribute of interest
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||