Uses of Interface
org.apache.shardingsphere.shadow.api.shadow.ShadowValue
-
Packages that use ShadowValue Package Description org.apache.shardingsphere.shadow.api.shadow.column org.apache.shardingsphere.shadow.api.shadow.hint -
-
Uses of ShadowValue in org.apache.shardingsphere.shadow.api.shadow.column
Classes in org.apache.shardingsphere.shadow.api.shadow.column that implement ShadowValue Modifier and Type Class Description classPreciseColumnShadowValue<T extends Comparable<?>>Precise value of shadow column. -
Uses of ShadowValue in org.apache.shardingsphere.shadow.api.shadow.hint
Classes in org.apache.shardingsphere.shadow.api.shadow.hint that implement ShadowValue Modifier and Type Class Description classPreciseHintShadowValue<T extends Comparable<?>>Precise hint of shadow in SQL comment.
-