public static final class AlterTableRequest.Action extends Object
action
.Modifier and Type | Field and Description |
---|---|
static String |
ALLOW_HOMOGENEOUS_TABLES
Sets whether homogeneous child tables are allowed in the given collection.
|
static String |
CREATE_INDEX
Creates an index on the column name specified in
value . |
static String |
DELETE_INDEX
Deletes an existing index on the column name specified in
value . |
static String |
PROTECTED
Sets whether the given
tableName should be protected or not. |
static String |
TTL
Sets the time-to-live (TTL) of the table, view, or collection specified in
tableName . |
public static final String CREATE_INDEX
value
. If this column is already indexed, GPUdb will return an
error.public static final String DELETE_INDEX
value
. If this column does not have indexing turned on,
GPUdb will return an error.public static final String ALLOW_HOMOGENEOUS_TABLES
tableName
is a collection. value
must be either 'true' or 'false'.public static final String PROTECTED
tableName
should be protected or not. value
must be either 'true' or 'false'.public static final String TTL
tableName
. value
must be the
desired TTL in minutes.Copyright © 2016. All rights reserved.