|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ziclix.python.sql.DefaultDataHandler | +--com.ziclix.python.sql.JDBC20DataHandler
Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs.
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 |
public JDBC20DataHandler()
Method Detail |
public org.python.core.PyObject getPyObject(java.sql.ResultSet set, int col, int type) throws java.sql.SQLException
getPyObject
in class DefaultDataHandler
set
- col
- type
- java.sql.SQLException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |