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