Class QoQCompare

java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.QoQCompare

public class QoQCompare extends Object
I handle executing query of queries
  • Constructor Details

    • QoQCompare

      public QoQCompare()
  • Method Details

    • invoke

      public static int invoke(QueryColumnType type, Object left, Object right)
      Perform a compare optimized for query types. We're assuming both inputs are the same type for now
      Parameters:
      type - the type of the expressions being compared
      left - the left value
      right - the right value
      Returns: