Package ortus.boxlang.runtime.jdbc.qoq
Class QoQCompare
java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.QoQCompare
I handle executing query of queries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intinvoke(QueryColumnType type, Object left, Object right) Perform a compare optimized for query types.
-
Constructor Details
-
QoQCompare
public QoQCompare()
-
-
Method Details
-
invoke
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 comparedleft- the left valueright- the right value- Returns:
-