Uses of Enum Class
tech.ydb.yoj.repository.ydb.statement.PredicateStatement.ComplexField
Packages that use PredicateStatement.ComplexField
-
Uses of PredicateStatement.ComplexField in tech.ydb.yoj.repository.ydb.statement
Methods in tech.ydb.yoj.repository.ydb.statement that return PredicateStatement.ComplexFieldModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PredicateStatement.ComplexField[]PredicateStatement.ComplexField.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PredicateStatement.ComplexField in tech.ydb.yoj.repository.ydb.yql
Methods in tech.ydb.yoj.repository.ydb.yql with parameters of type PredicateStatement.ComplexFieldModifier and TypeMethodDescriptionstatic <T> YqlPredicateParam<T>YqlPredicateParam.of(String fieldPath, T value, boolean optional, PredicateStatement.ComplexField structKind, PredicateStatement.CollectionKind collectionKind)