Class MatchPair
java.lang.Object
com.illumon.iris.db.tables.select.MatchPair
- All Implemented Interfaces:
Serializable
Holds a pair of column names.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static String[]
getLeftColumns
(MatchPair... matchPairs) static String[]
getRightColumns
(MatchPair... matchPairs) int
hashCode()
left()
static String
matchString
(MatchPair matchPair) static String
matchString
(MatchPair[] matchPairArray) right()
toString()
-
Field Details
-
ZERO_LENGTH_MATCH_PAIR_ARRAY
-
leftColumn
-
rightColumn
-
MATCH_PAIR_ARRAY_FORMATTER
public static final com.fishlib.base.log.LogOutput.ObjFormatter<MatchPair[]> MATCH_PAIR_ARRAY_FORMATTER -
MATCH_PAIR_FORMATTER
-
-
Constructor Details
-
MatchPair
Inputs must be valid column names- Parameters:
leftColumn
- LHS of the pairrightColumn
- RHS of the pair
-
-
Method Details