Class AjMatchPairFactory
java.lang.Object
com.illumon.iris.db.tables.select.AjMatchPairFactory
public class AjMatchPairFactory extends Object
MatchPair Factory that accepts final value of either =, <=, or <, > >= and returns a Pair<MatchPair, Table.AsOfMatchRule>.
- 
Constructor SummaryConstructors Constructor Description AjMatchPairFactory()
- 
Method SummaryModifier and Type Method Description static 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- 
AjMatchPairFactorypublic AjMatchPairFactory()
 
- 
- 
Method Details- 
getExpressionpublic static com.fishlib.base.Pair<MatchPair,Table.AsOfMatchRule> getExpression(boolean reverse, String match)
- 
getExpressionspublic static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule> getExpressions(boolean reverse, String... matches)
- 
getExpressionspublic static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule> getExpressions(boolean reverse, Collection<String> matches)
 
-