| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | Returns: a Python objectOverrides com. Get the object from the result set. |
| public void | setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type)
Overrides com. Handle CLOBs and BLOBs. |
| JDBC20DataHandler | back to summary |
|---|---|
| public JDBC20DataHandler(DataHandler datahandler) Handle JDBC 2.0 datatypes. | |
| getPyObject | back to summary |
|---|---|
| public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException Overrides com. Get the object from the result set.
| |
| setJDBCObject | back to summary |
|---|---|
| public void setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException Overrides com. Handle CLOBs and BLOBs.
| |