public static final class ShowTableRequest.Options extends Object
GET_SIZES
: If
true
then the table sizes will be returned; blank, otherwise.
Supported values:
The default value is FALSE
.
SHOW_CHILDREN
: If tableName
is a collection, then true
will return information about the children of the collection, and false
will return information about the collection itself. If tableName
is a table or view, show_children
must be false
. If tableName
is empty, then show_children
must
be true
.
Supported values:
The default value is TRUE
.
NO_ERROR_IF_NOT_EXISTS
: If false
will return an error if the
provided tableName
does not exist. If true
then it will
return an empty result.
Supported values:
The default value is FALSE
.
options
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
GET_SIZES
If
true then the table sizes will be returned; blank,
otherwise. |
static String |
NO_ERROR_IF_NOT_EXISTS
If
false will return an error if the provided tableName does not exist. |
static String |
SHOW_CHILDREN
If
tableName is a collection, then true will return
information about the children of the collection, and false
will return information about the collection itself. |
static String |
TRUE |
public static final String GET_SIZES
true
then the table sizes will be returned; blank,
otherwise.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String SHOW_CHILDREN
tableName
is a collection, then true
will return
information about the children of the collection, and false
will return information about the collection itself. If tableName
is a table or view, show_children
must be false
. If tableName
is empty, then show_children
must be true
.
Supported values:
The default value is TRUE
.public static final String NO_ERROR_IF_NOT_EXISTS
false
will return an error if the provided tableName
does not exist. If true
then it will return an
empty result.
Supported values:
The default value is FALSE
.Copyright © 2017. All rights reserved.