com.ziclix.python.sql

Class PyExtendedCursor

public class PyExtendedCursor extends PyCursor

A cursor with extensions to the DB API 2.0.

Version: $Revision: 2414 $

Author: brian zimmer last revised by $Author: bzimmer $

Field Summary
static PyClass__class__
Field __class__
Method Summary
static voidclassDictInit(PyObject dict)
Initializes the module.
StringtoString()
String representation of the object.
PyObject__findattr__(String name)
Finds the attribute.

Field Detail

__class__

public static PyClass __class__
Field __class__

Method Detail

classDictInit

public static void classDictInit(PyObject dict)
Initializes the module.

Parameters: dict

toString

public String toString()
String representation of the object.

Returns: a string representation of the object.

__findattr__

public PyObject __findattr__(String name)
Finds the attribute.

Parameters: name the name of the attribute of interest

Returns: the value for the attribute of the specified name