public static enum TableColumnComment.PROPERTY extends Enum<TableColumnComment.PROPERTY>
| Enum Constant and Description |
|---|
columnName
The name of the associated column
|
comments
The comment body
|
owner
The owner schema name
|
table
|
| Modifier and Type | Method and Description |
|---|---|
static TableColumnComment.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableColumnComment.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableColumnComment.PROPERTY owner
public static final TableColumnComment.PROPERTY columnName
public static final TableColumnComment.PROPERTY comments
public static final TableColumnComment.PROPERTY table
public static TableColumnComment.PROPERTY[] values()
for (TableColumnComment.PROPERTY c : TableColumnComment.PROPERTY.values()) System.out.println(c);
public static TableColumnComment.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.