-
- All Implemented Interfaces:
public final class WhereKt
-
-
Method Summary
Modifier and Type Method Description final static WhereIsNull(String col)final static WhereIsNull(KProperty<?> p)final static WhereIsNotNull(String col)final static WhereIsNotNull(KProperty<?> p)final static WhereEQS(Pair<KProperty<?>, Object> a, Pair<KProperty<?>, Object> ps)final static WhereEQ(KProperty<?> $self, Object value)final static WhereEQ(String $self, Object value)final static WhereNE(KProperty<?> $self, Object value)final static WhereNE(String $self, Object value)final static WhereGE(KProperty<?> $self, Object value)final static WhereGE(String $self, Object value)final static WhereGT(KProperty<?> $self, Object value)final static WhereGT(String $self, Object value)final static WhereLE(KProperty<?> $self, Object value)final static WhereLE(String $self, Object value)final static WhereLT(KProperty<?> $self, Object value)final static WhereLT(String $self, Object value)final static WhereLIKE(KProperty<?> $self, String value)final static WhereLIKE(String $self, String value)final static WhereLIKE_IN(String $self, String value)final static WhereLIKE_IN(KProperty<?> $self, String value)final static WhereIN(KProperty<?> $self, Collection<Object> values)final static WhereIN(String $self, Collection<Object> values)final static WhereAND(Where $self, Where other)final static WhereOR(Where $self, Where other)final static WhereAND_ALL(Where ws)-
-
Method Detail
-
IN
final static Where IN(KProperty<?> $self, Collection<Object> values)
-
IN
final static Where IN(String $self, Collection<Object> values)
-
-
-
-