Interface ColumnValuePredicate

    • Method Detail

      • getColumn

        DbColumn getColumn()
        Gets the name of the column on which the predicate should be played.
        Returns:
        the name of a database table's column.
      • getReferenceValue

        Comparable getReferenceValue()
        Gets the value with which all the column's values will be compared when playing the predicate.
        Returns:
        a Comparable value.