Class PyExtendedCursor

All Implemented Interfaces:
WarningListener, Serializable, ClassDictInit, ContextManager, Traverseproc

public class PyExtendedCursor extends PyCursor
A cursor with extensions to the DB API 2.0.
Author:
brian zimmer
See Also:
  • Method Details

    • toString

      public 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_ex__

      public PyObject __findattr_ex__(String name)
      Finds the attribute.
      Overrides:
      __findattr_ex__ in class PyCursor
      Parameters:
      name - the name of the attribute of interest
      Returns:
      the value for the attribute of the specified name