|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ziclix.python.sql.DataHandler
com.ziclix.python.sql.FilterDataHandler
com.ziclix.python.sql.JDBC20DataHandler
public class JDBC20DataHandler
Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs.
| 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. |
| Methods inherited from class com.ziclix.python.sql.FilterDataHandler |
|---|
__chain__, getRowId, postExecute, preExecute, setJDBCObject |
| Methods inherited from class com.ziclix.python.sql.DataHandler |
|---|
checkNull, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDBC20DataHandler(DataHandler datahandler)
| Method Detail |
|---|
public void setJDBCObject(PreparedStatement stmt,
int index,
PyObject object,
int type)
throws SQLException
setJDBCObject in class FilterDataHandlerstmt - index - object - type -
SQLException
public PyObject getPyObject(ResultSet set,
int col,
int type)
throws SQLException
getPyObject in class FilterDataHandlerset - col - type -
SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||