Interface NotVariantExpression
-
- All Superinterfaces:
Expression
- All Known Implementing Classes:
InExpression,IsNullExpression,LikeExpression
public interface NotVariantExpression extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoNotSQL()表达式转换成SQL片段,在Not语境中
-