| java.lang.Object com.ziclix.python.sql.DataHandler com.ziclix.python.sql.FilterDataHandler com.ziclix.python.sql.JDBC30DataHandler
JDBC30DataHandler | public class JDBC30DataHandler extends FilterDataHandler (Code) | | Support for JDBC 3.x additions, notably ParameterMetaData.
author: brian zimmer author: last revised by $Author: bzimmer $ version: $Revision: 2315 $ |
JDBC30DataHandler | public JDBC30DataHandler(DataHandler datahandler)(Code) | | Handle JDBC 3.0 additions.
|
setJDBCObject | public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException(Code) | | Use ParameterMetaData if available to dynamically cast to the appropriate
JDBC type.
Parameters: stmt - the prepared statement Parameters: index - the index currently being used Parameters: object - the object to be set on the statement throws: SQLException - |
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)
|
|
|