public static enum TableComment.PROPERTY extends Enum<TableComment.PROPERTY>
| Enum Constant and Description |
|---|
comments
The comment body
|
owner
The owner schema name
|
table
|
tableType
|
| Modifier and Type | Method and Description |
|---|---|
static TableComment.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableComment.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableComment.PROPERTY table
public static final TableComment.PROPERTY owner
public static final TableComment.PROPERTY comments
public static final TableComment.PROPERTY tableType
public static TableComment.PROPERTY[] values()
for (TableComment.PROPERTY c : TableComment.PROPERTY.values()) System.out.println(c);
public static TableComment.PROPERTY valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.