-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.match.KeyValueMatcher,tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher
public final class Or implements SqlKeyValueMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<SqlKeyValueMatcher>_matchers
-
Constructor Summary
Constructors Constructor Description Or(Collection<SqlKeyValueMatcher> _matchers)
-
Method Summary
Modifier and Type Method Description final Collection<SqlKeyValueMatcher>get_matchers()<HOLDER extends Any> Booleanmatches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)Unitaccept(SqlKeyValueVisitor visitor)StringtoString()-
-
Constructor Detail
-
Or
Or(Collection<SqlKeyValueMatcher> _matchers)
-
-
Method Detail
-
get_matchers
final Collection<SqlKeyValueMatcher> get_matchers()
-
matches
<HOLDER extends Any> Boolean matches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)
-
accept
Unit accept(SqlKeyValueVisitor visitor)
-
toString
String toString()
-
-
-
-