Uses of Interface
com.yandex.ydb.table.values.Type
-
-
Uses of Type in com.yandex.ydb.table.description
Methods in com.yandex.ydb.table.description that return Type Modifier and Type Method Description TypeTableColumn. getType()Methods in com.yandex.ydb.table.description with parameters of type Type Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. addNonnullColumn(String name, Type type)TableDescription.BuilderTableDescription.Builder. addNonnullColumn(String name, Type type, String family)TableDescription.BuilderTableDescription.Builder. addNullableColumn(String name, Type type)TableDescription.BuilderTableDescription.Builder. addNullableColumn(String name, Type type, String family)Constructors in com.yandex.ydb.table.description with parameters of type Type Constructor Description TableColumn(String name, Type type)TableColumn(String name, Type type, String family) -
Uses of Type in com.yandex.ydb.table.query
Methods in com.yandex.ydb.table.query with type parameters of type Type Modifier and Type Method Description <T extends Type>
ParamsParams. put(String name, Value<T> value)Associates the specified value with the specified name in this params container.Methods in com.yandex.ydb.table.query that return types with arguments of type Type Modifier and Type Method Description Map<String,Type>DataQuery. types()Returns parameter types -
Uses of Type in com.yandex.ydb.table.result
Methods in com.yandex.ydb.table.result that return Type Modifier and Type Method Description TypeResultSetReader. getColumnType(int index)Returns column type by index (always create a new type instance)TypeValueReader. getType()Returns value type for current cell. -
Uses of Type in com.yandex.ydb.table.settings
Methods in com.yandex.ydb.table.settings with parameters of type Type Modifier and Type Method Description AlterTableSettingsAlterTableSettings. addColumn(String name, Type type)Method parameters in com.yandex.ydb.table.settings with type arguments of type Type Modifier and Type Method Description voidAlterTableSettings. forEachAddColumn(BiConsumer<String,Type> fn) -
Uses of Type in com.yandex.ydb.table.values
Classes in com.yandex.ydb.table.values with type parameters of type Type Modifier and Type Interface Description interfaceValue<T extends Type>Classes in com.yandex.ydb.table.values that implement Type Modifier and Type Class Description classDecimalTypeclassDictTypeclassListTypeclassOptionalTypeclassPrimitiveTypeclassStructTypeclassTupleTypeclassVariantTypeclassVoidTypeFields in com.yandex.ydb.table.values declared as Type Modifier and Type Field Description static Type[]Type. EMPTY_ARRAYMethods in com.yandex.ydb.table.values that return Type Modifier and Type Method Description TypeTupleType. getElementType(int index)TypeListType. getItemType()TypeOptionalType. getItemType()TypeVariantType. getItemType(int index)TypeDictType. getKeyType()TypeStructType. getMemberType(int index)TypeDictType. getValueType()default TypeType. unwrapOptional()Methods in com.yandex.ydb.table.values with parameters of type Type Modifier and Type Method Description static ListValueListValue. empty(Type type)static DictTypeDictType. of(Type keyType, Type valueType)static ListTypeListType. of(Type itemType)static OptionalTypeOptionalType. of(Type itemType)static StructTypeStructType. of(String memberName, Type memberType)static StructTypeStructType. of(String member1Name, Type member1Type, String member2Name, Type member2Type)static StructTypeStructType. of(String member1Name, Type member1Type, String member2Name, Type member2Type, String member3Name, Type member3Type)static StructTypeStructType. of(String member1Name, Type member1Type, String member2Name, Type member2Type, String member3Name, Type member3Type, String member4Name, Type member4Type)static StructTypeStructType. of(String member1Name, Type member1Type, String member2Name, Type member2Type, String member3Name, Type member3Type, String member4Name, Type member4Type, String member5Name, Type member5Type)static TupleTypeTupleType. of(Type elementType)static StructTypeStructType. ofCopy(String[] names, Type[] types)static TupleTypeTupleType. ofCopy(Type... elementTypes)static VariantTypeVariantType. ofCopy(Type... itemTypes)static StructTypeStructType. ofOwn(String[] names, Type[] types)will not clone given arraysstatic TupleTypeTupleType. ofOwn(Type... elementTypes)will not clone given arraystatic VariantTypeVariantType. ofOwn(Type... itemTypes)will not clone given arrayMethod parameters in com.yandex.ydb.table.values with type arguments of type Type Modifier and Type Method Description static StructTypeStructType. of(Map<String,Type> members)static TupleTypeTupleType. of(List<Type> elementTypes)static VariantTypeVariantType. of(List<Type> itemTypes) -
Uses of Type in com.yandex.ydb.table.values.proto
Methods in com.yandex.ydb.table.values.proto that return Type Modifier and Type Method Description static TypeProtoType. fromPb(com.yandex.ydb.ValueProtos.Type type)Methods in com.yandex.ydb.table.values.proto with parameters of type Type Modifier and Type Method Description static ValueProtoValue. fromPb(Type type, com.yandex.ydb.ValueProtos.Value value)
-