Uses of Class
tech.ydb.yoj.repository.ydb.yql.YqlPredicateParam
Packages that use YqlPredicateParam
-
Uses of YqlPredicateParam in tech.ydb.yoj.repository.ydb.yql
Methods in tech.ydb.yoj.repository.ydb.yql that return YqlPredicateParamModifier and TypeMethodDescriptionstatic <V> YqlPredicateParam<Collection<V>>YqlPredicateParam.of(String fieldPath, Collection<V> coll) static <T> YqlPredicateParam<T>static <T> YqlPredicateParam<T>YqlPredicateParam.of(String fieldPath, T value, boolean optional, PredicateStatement.ComplexField structKind, PredicateStatement.CollectionKind collectionKind) static <V> YqlPredicateParam<Collection<V>>static <T> YqlPredicateParam<T>YqlPredicateParam.optionalOf(String fieldPath, T value) YqlPredicate.paramAt(int index) Methods in tech.ydb.yoj.repository.ydb.yql that return types with arguments of type YqlPredicateParam