| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.description | |
| tech.ydb.table.impl |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Result<TableDescription>> |
Session.describeTable(String path) |
CompletableFuture<Result<TableDescription>> |
Session.describeTable(String path,
DescribeTableSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Status> |
Session.createTable(String path,
TableDescription tableDescriptions) |
CompletableFuture<Status> |
Session.createTable(String path,
TableDescription tableDescriptions,
CreateTableSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
TableDescription |
TableDescription.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<TableDescription>> |
BaseSession.describeTable(String path,
DescribeTableSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Status> |
BaseSession.createTable(String path,
TableDescription tableDescription,
CreateTableSettings settings) |
Copyright © 2023. All rights reserved.