public class JDBC20DataHandler extends FilterDataHandler
Constructor and Description |
---|
JDBC20DataHandler(DataHandler datahandler)
Handle JDBC 2.0 datatypes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
__chain__, getRowId, postExecute, preExecute, setJDBCObject
checkNull, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString
public JDBC20DataHandler(DataHandler datahandler)
public void setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException
setJDBCObject
in class FilterDataHandler
stmt
- index
- object
- type
- SQLException
public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException
getPyObject
in class FilterDataHandler
set
- col
- type
- SQLException