| Package | Description |
|---|---|
| tech.ydb.table.description | |
| tech.ydb.table.query | |
| tech.ydb.table.result | |
| tech.ydb.table.settings | |
| tech.ydb.table.values | |
| tech.ydb.table.values.proto |
| Modifier and Type | Method and Description |
|---|---|
Type |
TableColumn.getType() |
| Modifier and Type | Method and Description |
|---|---|
TableDescription.Builder |
TableDescription.Builder.addNonnullColumn(String name,
Type type) |
TableDescription.Builder |
TableDescription.Builder.addNonnullColumn(String name,
Type type,
String family) |
TableDescription.Builder |
TableDescription.Builder.addNullableColumn(String name,
Type type) |
TableDescription.Builder |
TableDescription.Builder.addNullableColumn(String name,
Type type,
String family) |
| Constructor and Description |
|---|
TableColumn(String name,
Type type) |
TableColumn(String name,
Type type,
String family) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Type> |
Params.put(String name,
Value<T> value)
Associates the specified value with the specified name in this params container.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Type> |
DataQuery.types()
Returns parameter types
|
| Modifier and Type | Method and Description |
|---|---|
Type |
ResultSetReader.getColumnType(int index)
Returns column type by index (always create a new type instance)
|
Type |
ValueReader.getType()
Returns value type for current cell.
|
| Modifier and Type | Method and Description |
|---|---|
AlterTableSettings |
AlterTableSettings.addColumn(String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterTableSettings.forEachAddColumn(BiConsumer<String,Type> fn) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Value<T extends Type> |
| Modifier and Type | Class and Description |
|---|---|
class |
DecimalType |
class |
DictType |
class |
ListType |
class |
OptionalType |
class |
PrimitiveType |
class |
StructType |
class |
TupleType |
class |
VariantType |
class |
VoidType |
| Modifier and Type | Field and Description |
|---|---|
static Type[] |
Type.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
Type |
TupleType.getElementType(int index) |
Type |
ListType.getItemType() |
Type |
OptionalType.getItemType() |
Type |
VariantType.getItemType(int index) |
Type |
DictType.getKeyType() |
Type |
StructType.getMemberType(int index) |
Type |
DictType.getValueType() |
default Type |
Type.unwrapOptional() |
| Modifier and Type | Method and Description |
|---|---|
static ListValue |
ListValue.empty(Type type) |
static StructType |
StructType.of(String memberName,
Type memberType) |
static StructType |
StructType.of(String member1Name,
Type member1Type,
String member2Name,
Type member2Type) |
static StructType |
StructType.of(String member1Name,
Type member1Type,
String member2Name,
Type member2Type,
String member3Name,
Type member3Type) |
static StructType |
StructType.of(String member1Name,
Type member1Type,
String member2Name,
Type member2Type,
String member3Name,
Type member3Type,
String member4Name,
Type member4Type) |
static StructType |
StructType.of(String member1Name,
Type member1Type,
String member2Name,
Type member2Type,
String member3Name,
Type member3Type,
String member4Name,
Type member4Type,
String member5Name,
Type member5Type) |
static ListType |
ListType.of(Type itemType) |
static TupleType |
TupleType.of(Type elementType) |
static OptionalType |
OptionalType.of(Type itemType) |
static DictType |
DictType.of(Type keyType,
Type valueType) |
static StructType |
StructType.ofCopy(String[] names,
Type[] types) |
static VariantType |
VariantType.ofCopy(Type... itemTypes) |
static TupleType |
TupleType.ofCopy(Type... elementTypes) |
static StructType |
StructType.ofOwn(String[] names,
Type[] types)
will not clone given arrays
|
static VariantType |
VariantType.ofOwn(Type... itemTypes)
will not clone given array
|
static TupleType |
TupleType.ofOwn(Type... elementTypes)
will not clone given array
|
| Modifier and Type | Method and Description |
|---|---|
static StructType |
StructType.of(List<String> names,
List<Type> types) |
static VariantType |
VariantType.of(List<Type> itemTypes) |
static TupleType |
TupleType.of(List<Type> elementTypes) |
static StructType |
StructType.of(Map<String,Type> members) |
| Modifier and Type | Method and Description |
|---|---|
static Type |
ProtoType.fromPb(tech.ydb.proto.ValueProtos.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static Value<?> |
ProtoValue.fromPb(Type type,
tech.ydb.proto.ValueProtos.Value value) |
Copyright © 2023. All rights reserved.