| java.lang.Object com.ziclix.python.sql.DataHandler com.ziclix.python.sql.FilterDataHandler com.ziclix.python.sql.JDBC20DataHandler
JDBC20DataHandler | public class JDBC20DataHandler extends FilterDataHandler (Code) | | Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs.
author: brian zimmer author: last revised by $Author: fwierzbicki $ version: $Revision: 2467 $ |
JDBC20DataHandler | public JDBC20DataHandler(DataHandler datahandler)(Code) | | Handle JDBC 2.0 datatypes.
|
Methods inherited from com.ziclix.python.sql.DataHandler | public PyObject __chain__()(Code)(Java Doc) final public static boolean checkNull(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException(Code)(Java Doc) public String getMetaDataName(PyObject name)(Code)(Java Doc) public Procedure getProcedure(PyCursor cursor, PyObject name) throws SQLException(Code)(Java Doc) public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException(Code)(Java Doc) public PyObject getPyObject(CallableStatement stmt, int col, int type) throws SQLException(Code)(Java Doc) public PyObject getRowId(Statement stmt) throws SQLException(Code)(Java Doc) final public static DataHandler getSystemDataHandler()(Code)(Java Doc) public void postExecute(Statement stmt) throws SQLException(Code)(Java Doc) public void preExecute(Statement stmt) throws SQLException(Code)(Java Doc) final public static byte[] read(InputStream stream)(Code)(Java Doc) final public static String read(Reader reader)(Code)(Java Doc) public void registerOut(CallableStatement statement, int index, int colType, int dataType, String dataTypeName) throws SQLException(Code)(Java Doc) public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException(Code)(Java Doc) public void setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|