public static final class CreateTableRequest.Options extends Object
true
, prevents an error from occurring if the table already exists and is of the
given type. If a table with the same ID but a different type exists, it is still an error. Values: true, false.
options
.Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_NAME
Name of a collection in GPUdb to which the newly created table is to be assigned as a child table.
|
static String |
DISALLOW_HOMOGENEOUS_TABLES
For a collection, indicates whether multiple children of exactly the same data type will be allowed.
|
static String |
FALSE |
static String |
FOREIGN_KEYS
Semicolon-separated list of foreign key constraints, of the format 'my_field references
primary_table(primary_key_field)'.
|
static String |
IS_COLLECTION
Indicates whether the new table to be created will be a collection.
|
static String |
IS_REPLICATED
For a Table, this is an indication to GPUdb to replicate the table to all the ranks.
|
static String |
NO_ERROR_IF_EXISTS
If
true , prevents an error from occurring if the table already exists and is of the given type. |
static String |
TRUE |
public static final String NO_ERROR_IF_EXISTS
true
, prevents an error from occurring if the table already exists and is of the given type. If a table with
the same ID but a different type exists, it is still an error. Values: true, false.
public static final String TRUE
public static final String FALSE
public static final String COLLECTION_NAME
public static final String IS_COLLECTION
public static final String DISALLOW_HOMOGENEOUS_TABLES
public static final String IS_REPLICATED
public static final String FOREIGN_KEYS
Copyright © 2016. All rights reserved.