-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.match.KeyValueMatcher,tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher
public interface SqlKeyValueLeafMatcher implements SqlKeyValueMatcher
-
-
Method Summary
Modifier and Type Method Description abstract SqlTarget.ColumngetKey()-
Methods inherited from class tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher
accept -
Methods inherited from class tech.harmonysoft.oss.common.match.KeyValueMatcher
matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKey
abstract SqlTarget.Column getKey()
-
-
-
-