com.ziclix.python.sql
Class JDBC20DataHandler

java.lang.Object
  |
  +--com.ziclix.python.sql.DefaultDataHandler
        |
        +--com.ziclix.python.sql.JDBC20DataHandler
All Implemented Interfaces:
DataHandler

public class JDBC20DataHandler
extends DefaultDataHandler

Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs.

Version:
$Revision: 1.3 $
Author:
brian zimmer, last revised by $Author: bzimmer $

Constructor Summary
JDBC20DataHandler()
          $CONSTRUCTOR_DESCRIPTION$
 
Method Summary
 org.python.core.PyObject getPyObject(java.sql.ResultSet set, int col, int type)
          $METHOD_DESCRIPTION$
 
Methods inherited from class com.ziclix.python.sql.DefaultDataHandler
setJDBCObject, setJDBCObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBC20DataHandler

public JDBC20DataHandler()
$CONSTRUCTOR_DESCRIPTION$
Method Detail

getPyObject

public org.python.core.PyObject getPyObject(java.sql.ResultSet set,
                                            int col,
                                            int type)
                                     throws java.sql.SQLException
$METHOD_DESCRIPTION$
Overrides:
getPyObject in class DefaultDataHandler
Parameters:
set -  
col -  
type -  
Returns:
 
Throws:
java.sql.SQLException -  


Copyright (c) 2000 brian zimmer. All Rights Reserved.