public static enum DBDDLGenerator.DDLActionType extends Enum<DBDDLGenerator.DDLActionType>
Modifier and Type | Method and Description |
---|---|
static DBDDLGenerator.DDLActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBDDLGenerator.DDLActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBDDLGenerator.DDLActionType CREATE
public static final DBDDLGenerator.DDLActionType DROP
public static final DBDDLGenerator.DDLActionType ALTER
public static DBDDLGenerator.DDLActionType[] values()
for (DBDDLGenerator.DDLActionType c : DBDDLGenerator.DDLActionType.values()) System.out.println(c);
public static DBDDLGenerator.DDLActionType 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 © 2008–2023 Apache Software Foundation. All rights reserved.