Documentation of 'com.ziclix.python.sql.JDBC30DataHandler' Java class
JDBC30DataHandler
com.ziclix.python.sql

Class JDBC30DataHandler



  • public class JDBC30DataHandler
    extends FilterDataHandler
    Support for JDBC 3.x additions, notably ParameterMetaData.
    • Constructor Detail

      • JDBC30DataHandler

        public JDBC30DataHandler(DataHandler datahandler)
        Handle JDBC 3.0 additions.
    • Method Detail

      • setJDBCObject

        public void setJDBCObject(java.sql.PreparedStatement stmt,
                                  int index,
                                  PyObject object)
                           throws java.sql.SQLException
        Use ParameterMetaData if available to dynamically cast to the appropriate JDBC type.
        Overrides:
        setJDBCObject in class FilterDataHandler
        Parameters:
        stmt - the prepared statement
        index - the index currently being used
        object - the object to be set on the statement
        Throws:
        java.sql.SQLException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.