public class MatchOption extends Object
Modifier and Type | Field and Description |
---|---|
static MatchOption |
ANY
Option for including all rows, matched or unmatched.
|
static MatchOption |
DEFAULT
Option for default behaviour (all 2+-way matches are included).
|
static MatchOption |
MATCHED
Option for including matched rows only.
|
static MatchOption |
UNMATCHED
Option for including unmatched rows only.
|
Modifier and Type | Method and Description |
---|---|
uk.ac.starlink.table.join.MultiJoinType |
getJoinType()
Returns the join type.
|
String |
toString()
Returns the human-readable description.
|
public static final MatchOption MATCHED
public static final MatchOption UNMATCHED
public static final MatchOption ANY
public static final MatchOption DEFAULT
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.