Documentation of 'com.ziclix.python.sql.handler.MySQLDataHandler' Java class
MySQLDataHandler
com.ziclix.python.sql.handler

Class MySQLDataHandler



  • public class MySQLDataHandler
    extends RowIdHandler
    MySQL specific data handling.
    • Constructor Detail

      • MySQLDataHandler

        public MySQLDataHandler(DataHandler datahandler)
        Decorator for handling MySql specific issues.
        Parameters:
        datahandler - the delegate DataHandler
    • Method Detail

      • setJDBCObject

        public void setJDBCObject(java.sql.PreparedStatement stmt,
                                  int index,
                                  PyObject object,
                                  int type)
                           throws java.sql.SQLException
        Handle LONGVARCHAR.
        Overrides:
        setJDBCObject in class FilterDataHandler
        Parameters:
        stmt - the current PreparedStatement
        index - the index for which this object is bound
        object - the PyObject in question
        type - the java.sql.Types for which this PyObject should be bound
        Throws:
        java.sql.SQLException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.