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

Class FilterDataHandler

    • Constructor Detail

      • FilterDataHandler

        public FilterDataHandler(DataHandler delegate)
        Constructor FilterDataHandler
        Parameters:
        delegate -
    • Method Detail

      • getRowId

        public PyObject getRowId(java.sql.Statement stmt)
                          throws java.sql.SQLException
        Returns the row id of the last executed statement.
        Overrides:
        getRowId in class DataHandler
        Parameters:
        stmt -
        Returns:
        PyObject
        Throws:
        java.sql.SQLException
      • preExecute

        public void preExecute(java.sql.Statement stmt)
                        throws java.sql.SQLException
        Method preExecute
        Overrides:
        preExecute in class DataHandler
        Parameters:
        stmt -
        Throws:
        java.sql.SQLException
      • postExecute

        public void postExecute(java.sql.Statement stmt)
                         throws java.sql.SQLException
        Method postExecute
        Overrides:
        postExecute in class DataHandler
        Parameters:
        stmt -
        Throws:
        java.sql.SQLException
      • setJDBCObject

        public void setJDBCObject(java.sql.PreparedStatement stmt,
                                  int index,
                                  PyObject object)
                           throws java.sql.SQLException
        Method setJDBCObject
        Overrides:
        setJDBCObject in class DataHandler
        Parameters:
        stmt -
        index -
        object -
        Throws:
        java.sql.SQLException
      • setJDBCObject

        public void setJDBCObject(java.sql.PreparedStatement stmt,
                                  int index,
                                  PyObject object,
                                  int type)
                           throws java.sql.SQLException
        Method setJDBCObject
        Overrides:
        setJDBCObject in class DataHandler
        Parameters:
        stmt -
        index -
        object -
        type -
        Throws:
        java.sql.SQLException
      • getPyObject

        public PyObject getPyObject(java.sql.ResultSet set,
                                    int col,
                                    int type)
                             throws java.sql.SQLException
        Method getPyObject
        Overrides:
        getPyObject in class DataHandler
        Parameters:
        set -
        col -
        type -
        Returns:
        PyObject
        Throws:
        java.sql.SQLException
      • __chain__

        public PyObject __chain__()
        Returns a list of datahandlers chained together through the use of delegation.
        Overrides:
        __chain__ in class DataHandler
        Returns:
        a list of datahandlers chained together through the use of delegation

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.