public enum DatabaseObjectInfoRetrieval extends Enum<DatabaseObjectInfoRetrieval>
| Enum Constant and Description |
|---|
base |
database |
other |
routine |
table |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseObjectInfoRetrieval |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseObjectInfoRetrieval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseObjectInfoRetrieval base
public static final DatabaseObjectInfoRetrieval table
public static final DatabaseObjectInfoRetrieval routine
public static final DatabaseObjectInfoRetrieval database
public static final DatabaseObjectInfoRetrieval other
public static DatabaseObjectInfoRetrieval[] values()
for (DatabaseObjectInfoRetrieval c : DatabaseObjectInfoRetrieval.values()) System.out.println(c);
public static DatabaseObjectInfoRetrieval 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 © 2000-2024 Sualeh Fatehi. All rights reserved.