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