Class PyExtendedCursor

  • All Implemented Interfaces:
    WarningListener, java.io.Serializable, ClassDictInit

    public class PyExtendedCursor
    extends PyCursor
    A cursor with extensions to the DB API 2.0.
    Version:
    $Revision: 3248 $
    Author:
    brian zimmer, last revised by $Author: cgroves $
    See Also:
    Serialized Form
    • Field Detail

      • __class__

        public static PyClass __class__
        Field __class__
    • Method Detail

      • toString

        public java.lang.String toString()
        String representation of the object.
        Overrides:
        toString in class PyCursor
        Returns:
        a string representation of the object.
      • classDictInit

        public static void classDictInit​(PyObject dict)
        Initializes the module.
        Parameters:
        dict -
      • __findattr__

        public PyObject __findattr__​(java.lang.String name)
        Finds the attribute.
        Overrides:
        __findattr__ in class PyCursor
        Parameters:
        name - the name of the attribute of interest
        Returns:
        the value for the attribute of the specified name
        See Also:
        PyObject.__findattr__(PyString)