Class JdbcDataSet

    • Constructor Detail

      • JdbcDataSet

        public JdbcDataSet()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getDbName

        public String getDbName()
        Returns the value of field 'dbName'.
        Returns:
        the value of field 'DbName'.
      • getSql

        public String getSql()
        Returns the value of field 'sql'.
        Returns:
        the value of field 'Sql'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setDbName

        public void setDbName​(String dbName)
        Sets the value of field 'dbName'.
        Parameters:
        dbName - the value of field 'dbName'.
      • setSql

        public void setSql​(String sql)
        Sets the value of field 'sql'.
        Parameters:
        sql - the value of field 'sql'.