Uses of Interface
com.yandex.ydb.table.values.Value
-
Packages that use Value Package Description com.yandex.ydb.table.description com.yandex.ydb.table.query com.yandex.ydb.table.result com.yandex.ydb.table.values com.yandex.ydb.table.values.proto -
-
Uses of Value in com.yandex.ydb.table.description
Methods in com.yandex.ydb.table.description that return Value Modifier and Type Method Description ValueKeyBound. getValue()Methods in com.yandex.ydb.table.description with parameters of type Value Modifier and Type Method Description static KeyBoundKeyBound. exclusive(Value value)static KeyBoundKeyBound. inclusive(Value value)Constructors in com.yandex.ydb.table.description with parameters of type Value Constructor Description KeyBound(Value value, boolean inclusive) -
Uses of Value in com.yandex.ydb.table.query
Methods in com.yandex.ydb.table.query that return types with arguments of type Value Modifier and Type Method Description Map<String,Value<?>>Params. values()Returns original values as unmodifiable map.Methods in com.yandex.ydb.table.query with parameters of type Value Modifier and Type Method Description static ParamsParams. of(String name, Value<?> value)Returns an immutable implementation ofParamswith single parameter.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2)Returns an immutable implementation ofParamswith two parameters.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2, String name3, Value<?> value3)Returns an immutable implementation ofParamswith three parameters.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2, String name3, Value<?> value3, String name4, Value<?> value4)Returns an immutable implementation ofParamswith four parameters.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2, String name3, Value<?> value3, String name4, Value<?> value4, String name5, Value<?> value5)Returns an immutable implementation ofParamswith five parameters.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2, String name3, Value<?> value3, String name4, Value<?> value4, String name5, Value<?> value5, String name6, Value<?> value6)Returns an immutable implementation ofParamswith six parameters.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2, String name3, Value<?> value3, String name4, Value<?> value4, String name5, Value<?> value5, String name6, Value<?> value6, String name7, Value<?> value7, String name8, Value<?> value8)Returns an immutable implementation ofParamswith eight parameters.static ParamsParams. of(String name1, Value<?> value1, String name2, Value<?> value2, String name3, Value<?> value3, String name4, Value<?> value4, String name5, Value<?> value5, String name6, Value<?> value6, String name7, Value<?> value7, String name8, Value<?> value8, String name9, Value<?> value9)Returns an immutable implementation ofParamswith nine parameters.<T extends Type>
ParamsParams. put(String name, Value<T> value)Associates the specified value with the specified name in this params container.Method parameters in com.yandex.ydb.table.query with type arguments of type Value Modifier and Type Method Description static ParamsParams. copyOf(Map<String,Value<?>> values)Returns a mutable implementation ofParamscontaining the same entries as given map. -
Uses of Value in com.yandex.ydb.table.result
Methods in com.yandex.ydb.table.result that return Value Modifier and Type Method Description Value<?>ValueReader. getValue()Returns value object for current cell. -
Uses of Value in com.yandex.ydb.table.values
Classes in com.yandex.ydb.table.values that implement Value Modifier and Type Class Description classDecimalValueclassDictValueclassListValueclassOptionalValueclassPrimitiveValueclassStructValueclassTupleValueclassVariantValueclassVoidValueFields in com.yandex.ydb.table.values declared as Value Modifier and Type Field Description static Value[]Value. EMPTY_ARRAYMethods in com.yandex.ydb.table.values that return Value Modifier and Type Method Description ValueDictValue. get(Value key)ValueListValue. get(int index)ValueOptionalValue. get()ValueTupleValue. get(int index)ValueVariantValue. getItem()ValueStructValue. getMemberValue(int index)ValueOptionalValue. orElse(Value other)Methods in com.yandex.ydb.table.values that return types with arguments of type Value Modifier and Type Method Description Set<Map.Entry<Value,Value>>DictValue. entrySet()Set<Map.Entry<Value,Value>>DictValue. entrySet()Set<Value>DictValue. keySet()Collection<Value>DictValue. values()Methods in com.yandex.ydb.table.values with parameters of type Value Modifier and Type Method Description booleanDictValue. contains(Value key)ValueDictValue. get(Value key)OptionalValueOptionalType. newValue(Value item)StructValueStructType. newValue(String memberName, Value memberValue)StructValueStructType. newValue(String member1Name, Value member1Value, String member2Name, Value member2Value)StructValueStructType. newValue(String member1Name, Value member1Value, String member2Name, Value member2Value, String member3Name, Value member3Value)StructValueStructType. newValue(String member1Name, Value member1Value, String member2Name, Value member2Value, String member3Name, Value member3Value, String member4Name, Value member4Value)StructValueStructType. newValue(String member1Name, Value member1Value, String member2Name, Value member2Value, String member3Name, Value member3Value, String member4Name, Value member4Value, String member5Name, Value member5Value)TupleValueTupleType. newValue(Value item)TupleValueTupleType. newValue(Value a, Value b)TupleValueTupleType. newValue(Value a, Value b, Value c)TupleValueTupleType. newValue(Value a, Value b, Value c, Value d)TupleValueTupleType. newValue(Value a, Value b, Value c, Value d, Value e)VariantValueVariantType. newValue(Value item, int typeIndex)ListValueListType. newValueCopy(Value[] items)TupleValueTupleType. newValueCopy(Value... items)ListValueListType. newValueOwn(Value... items)TupleValueTupleType. newValueOwn(Value... items)StructValueStructType. newValueUnsafe(Value... members)will not clone given arraystatic DictValueDictValue. of(Value key, Value value)static ListValueListValue. of(Value item)static ListValueListValue. of(Value... items)static ListValueListValue. of(Value a, Value b)static ListValueListValue. of(Value a, Value b, Value c)static ListValueListValue. of(Value a, Value b, Value c, Value d)static ListValueListValue. of(Value a, Value b, Value c, Value d, Value e)static OptionalValueOptionalValue. of(Value value)static StructValueStructValue. of(String memberName, Value memberValue)static StructValueStructValue. of(String member1Name, Value member1Value, String member2Name, Value member2Value)static StructValueStructValue. of(String member1Name, Value member1Value, String member2Name, Value member2Value, String member3Name, Value member3Value)static StructValueStructValue. of(String member1Name, Value member1Value, String member2Name, Value member2Value, String member3Name, Value member3Value, String member4Name, Value member4Value)static StructValueStructValue. of(String member1Name, Value member1Value, String member2Name, Value member2Value, String member3Name, Value member3Value, String member4Name, Value member4Value, String member5Name, Value member5Value)static TupleValueTupleValue. of(Value item)static TupleValueTupleValue. of(Value a, Value b)static TupleValueTupleValue. of(Value a, Value b, Value c)static TupleValueTupleValue. of(Value a, Value b, Value c, Value d)static TupleValueTupleValue. of(Value a, Value b, Value c, Value d, Value e)static TupleValueTupleValue. ofCopy(Value... items)static TupleValueTupleValue. ofOwn(Value... items)will not clone given arrayValueOptionalValue. orElse(Value other)Method parameters in com.yandex.ydb.table.values with type arguments of type Value Modifier and Type Method Description ListValueListType. newValue(List<Value> items)StructValueStructType. newValue(Map<String,Value> membersMap)TupleValueTupleType. newValue(List<Value> items)DictValueDictType. newValueCopy(Map<Value,Value> items)DictValueDictType. newValueCopy(Map<Value,Value> items)DictValueDictType. newValueOwn(Map<Value,Value> items)DictValueDictType. newValueOwn(Map<Value,Value> items)static StructValueStructValue. of(Map<String,Value> members)static TupleValueTupleValue. of(List<Value> items) -
Uses of Value in com.yandex.ydb.table.values.proto
Methods in com.yandex.ydb.table.values.proto that return Value Modifier and Type Method Description static ValueProtoValue. fromPb(Type type, com.yandex.ydb.ValueProtos.Value value)Methods in com.yandex.ydb.table.values.proto with parameters of type Value Modifier and Type Method Description static com.yandex.ydb.ValueProtos.TypedValueProtoValue. toTypedValue(Value p)
-