Uses of Class
com.yandex.ydb.table.description.TableDescription
-
Packages that use TableDescription Package Description com.yandex.ydb.table com.yandex.ydb.table.description -
-
Uses of TableDescription in com.yandex.ydb.table
Methods in com.yandex.ydb.table that return types with arguments of type TableDescription Modifier and Type Method Description default CompletableFuture<Result<TableDescription>>Session. describeTable(String path)CompletableFuture<Result<TableDescription>>Session. describeTable(String path, DescribeTableSettings settings)Methods in com.yandex.ydb.table with parameters of type TableDescription Modifier and Type Method Description default CompletableFuture<Status>Session. createTable(String path, TableDescription tableDescriptions)CompletableFuture<Status>Session. createTable(String path, TableDescription tableDescriptions, CreateTableSettings settings) -
Uses of TableDescription in com.yandex.ydb.table.description
Methods in com.yandex.ydb.table.description that return TableDescription Modifier and Type Method Description TableDescriptionTableDescription.Builder. build()
-