public class JDBC20DataHandler extends FilterDataHandler
Constructor and Description |
---|
JDBC20DataHandler(DataHandler datahandler)
Handle JDBC 2.0 datatypes.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
getPyObject(java.sql.ResultSet set,
int col,
int type)
Get the object from the result set.
|
void |
setJDBCObject(java.sql.PreparedStatement stmt,
int index,
PyObject object,
int type)
Handle CLOBs and BLOBs.
|
__chain__, getRowId, postExecute, preExecute, setJDBCObject
checkNull, createUnsupportedTypeSQLException, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString
public JDBC20DataHandler(DataHandler datahandler)
public void setJDBCObject(java.sql.PreparedStatement stmt, int index, PyObject object, int type) throws java.sql.SQLException
setJDBCObject
in class FilterDataHandler
stmt
- index
- object
- type
- java.sql.SQLException
public PyObject getPyObject(java.sql.ResultSet set, int col, int type) throws java.sql.SQLException
getPyObject
in class FilterDataHandler
set
- col
- type
- java.sql.SQLException