public static final class AlterTableRequest.Action extends Object
AlterTableRequest
parameter
action
.
Modification operation to be applied
Modifier and Type | Field and Description | ||||||
---|---|---|---|---|---|---|---|
static String |
ADD_COLUMN
|
||||||
static String |
ADD_COMMENT
|
||||||
static String |
ADD_PARTITION
Adds the partition specified in value , to either
a
static String ALLOW_HOMOGENEOUS_TABLES
No longer supported; action will be ignored.
| ||||||
static String |
CANCEL_DATASOURCE_SUBSCRIPTION
Permanently unsubscribe a data source that is loading continuously
as a stream.
|
||||||
static String |
CHANGE_COLUMN
Changes type and properties of the column specified in
value . |
||||||
static String |
CHANGE_OWNER
Change the owner resource group of the table.
|
||||||
static String |
CREATE_FOREIGN_KEY
| ||||||
static String |
DELETE_FOREIGN_KEY
Deletes a
static String DELETE_INDEX
Deletes a
static String DELETE_PARTITION
Deletes the partition specified in value (and
all of its data) from either a
static String MOVE_TO_COLLECTION
[DEPRECATED--please use
MOVE_TO_SCHEMA
and use GPUdb.createSchema to create the schema if non-existent] Moves a
table or view into a schema named value . | ||||||
static String |
MOVE_TO_SCHEMA
Moves a table or view into a schema named
value . |
||||||
static String |
PAUSE_DATASOURCE_SUBSCRIPTION
Temporarily unsubscribe a data source that is loading continuously
as a stream.
|
||||||
static String |
PROTECTED
No longer used.
|
||||||
static String |
REFRESH
For a
static String REFRESH_INDEX
Refreshes an index identified by
INDEX_TYPE , on the column name specified in value . | ||||||
static String |
REMOVE_PARTITION
Removes the partition specified in value (and
relocates all of its data to the default partition) from either a
static String REMOVE_SHARD_KEYS
Removes the shard key property from all columns, so that the table
will be considered randomly sharded.
| ||||||
static String |
REMOVE_TEXT_SEARCH_ATTRIBUTES
| ||||||
static String |
RESUME_DATASOURCE_SUBSCRIPTION
Resubscribe to a paused data source subscription.
|
||||||
static String |
SET_BUILD_MATERIALIZED_VIEW_POLICY
Set startup rebuilding scheme for the materialized view; see
description of 'build_materialized_view_policy' in
GPUdb.createMaterializedView for possible values for value |
||||||
static String |
SET_BUILD_PK_INDEX_POLICY
Set startup primary key generation scheme for the table; see
description of 'build_pk_index_policy' in
GPUdb.createTable
for possible values for value |
||||||
static String |
SET_COLUMN_COMPRESSION
No longer supported; action will be ignored.
|
||||||
static String |
SET_GLOBAL_ACCESS_MODE
Sets the global access mode (i.e.
|
||||||
static String |
SET_LOAD_VECTORS_POLICY
Set startup data loading scheme for the table; see description of
'load_vectors_policy' in
GPUdb.createTable
for possible values for value |
||||||
static String |
SET_REFRESH_EXECUTE_AS
Sets the user name to refresh this
static String SET_REFRESH_METHOD
For a
static String SET_REFRESH_PERIOD
Sets the time interval in seconds at which to refresh this
static String SET_REFRESH_SPAN
Sets the future time-offset(in seconds) for the view refresh to
stop.
| ||||||
static String |
SET_REFRESH_START_TIME
Sets the time to start periodic refreshes of this
static String SET_REFRESH_STOP_TIME
Sets the time to stop periodic refreshes of this
static String SET_STRATEGY_DEFINITION
Sets the
static String TTL
Sets the
Method Summary
Copyright © 2025. All rights reserved. |