| Package | Description |
|---|---|
| com.yandex.ydb.table | |
| com.yandex.ydb.table.description |
| 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() |
Copyright © 2021. All rights reserved.