com.ziclix.python.sql
public class JDBC20DataHandler extends FilterDataHandler
Version: $Revision: 2467 $
Constructor Summary | |
---|---|
JDBC20DataHandler(DataHandler datahandler)
Handle JDBC 2.0 datatypes. |
Method Summary | |
---|---|
PyObject | getPyObject(ResultSet set, int col, int type)
Get the object from the result set.
|
void | setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type)
Handle CLOBs and BLOBs.
|
Parameters: set col type
Returns: a Python object
Throws: SQLException
Parameters: stmt index object type
Throws: SQLException