Package com.ziclix.python.sql


package com.ziclix.python.sql
  • Class
    Description
    The DataHandler is responsible mapping the JDBC data type to a Jython object.
    Provide an extensible way to create dates for zxJDBC.
    This class wraps the types from java.sql.Type in order for PyCursor to differentiate between a regular PyInteger and a SQL datatype value.
    The responsibility of a Fetch instance is to manage the iteration of a ResultSet.
    A FilterDataHandler contains some other DataHandler, which it uses as its basic source of functionality, possibly transforming the calls along the way or providing additional functionality.
    Produce java.
    Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs.
    Support for JDBC 3.x additions, notably ParameterMetaData.
    A copy of the DataHandler class as it was before Jython 2.5.
    This class provides the necessary functionality to call stored procedures.
    A connection to the database.
    These objects represent a database cursor, which is used to manage the context of a fetch operation.
    A cursor with extensions to the DB API 2.0.
    Class PyStatement
    An event signalling the a SQLWarning was encountered while building results from a ResultSet.
     
    Creates database connections.