Uses of Class
com.yandex.ydb.table.settings.AlterTableSettings
-
Packages that use AlterTableSettings Package Description com.yandex.ydb.table com.yandex.ydb.table.settings -
-
Uses of AlterTableSettings in com.yandex.ydb.table
Methods in com.yandex.ydb.table with parameters of type AlterTableSettings Modifier and Type Method Description CompletableFuture<Status>Session. alterTable(String path, AlterTableSettings settings) -
Uses of AlterTableSettings in com.yandex.ydb.table.settings
Methods in com.yandex.ydb.table.settings that return AlterTableSettings Modifier and Type Method Description AlterTableSettingsAlterTableSettings. addColumn(String name, Type type)AlterTableSettingsAlterTableSettings. dropColumn(String name)
-