-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.match.KeyValueMatcher,tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher,tech.harmonysoft.oss.sql.match.impl.SqlKeyValueLeafMatcher
public final class Like implements SqlKeyValueLeafMatcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLike.Companion
-
Field Summary
Fields Modifier and Type Field Description private final SqlTarget.Columnkeyprivate final Stringvalue
-
Constructor Summary
Constructors Constructor Description Like(SqlTarget.Column key, String value)
-
Method Summary
Modifier and Type Method Description SqlTarget.ColumngetKey()final StringgetValue()<HOLDER extends Any> Booleanmatches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)Unitaccept(SqlKeyValueVisitor visitor)StringtoString()-
-
Constructor Detail
-
Like
Like(SqlTarget.Column key, String value)
-
-
Method Detail
-
getKey
SqlTarget.Column getKey()
-
getValue
final String getValue()
-
matches
<HOLDER extends Any> Boolean matches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)
-
accept
Unit accept(SqlKeyValueVisitor visitor)
-
toString
String toString()
-
-
-
-