Class MatchPairFactory
java.lang.Object
com.illumon.iris.db.tables.select.MatchPairFactory
public class MatchPairFactory extends Object
Parses strings of the form "Column" or "Column1=Column2" into a MatchPair (or array of them).
-
Constructor Summary
Constructors Constructor Description MatchPairFactory()
-
Method Summary
Modifier and Type Method Description static MatchPair
getExpression(String match)
static MatchPair[]
getExpressions(String... matches)
static MatchPair[]
getExpressions(Collection<String> matches)
-
Constructor Details
-
MatchPairFactory
public MatchPairFactory()
-
-
Method Details