Class AjMatchPairFactory
java.lang.Object
com.illumon.iris.db.tables.select.AjMatchPairFactory
MatchPair Factory that accepts final value of either =, <=, or <, > >= and returns a Pair<MatchPair, Table.AsOfMatchRule>.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fishlib.base.Pair<MatchPair,
Table.AsOfMatchRule> getExpression
(boolean reverse, String match) static com.fishlib.base.Pair<MatchPair[],
Table.AsOfMatchRule> getExpressions
(boolean reverse, String... matches) static com.fishlib.base.Pair<MatchPair[],
Table.AsOfMatchRule> getExpressions
(boolean reverse, Collection<String> matches)
-
Constructor Details
-
AjMatchPairFactory
public AjMatchPairFactory()
-
-
Method Details
-
getExpression
public static com.fishlib.base.Pair<MatchPair,Table.AsOfMatchRule> getExpression(boolean reverse, String match) -
getExpressions
public static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule> getExpressions(boolean reverse, String... matches) -
getExpressions
public static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule> getExpressions(boolean reverse, Collection<String> matches)
-