public static enum JdbcUtils.JdbcActionType extends Enum<JdbcUtils.JdbcActionType>
| Enum Constant and Description |
|---|
COMMIT_ROLLBACK |
METADATA |
OTHER |
QUERY |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static JdbcUtils.JdbcActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcUtils.JdbcActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbcUtils.JdbcActionType QUERY
public static final JdbcUtils.JdbcActionType UPDATE
public static final JdbcUtils.JdbcActionType METADATA
public static final JdbcUtils.JdbcActionType COMMIT_ROLLBACK
public static final JdbcUtils.JdbcActionType OTHER
public static JdbcUtils.JdbcActionType[] values()
for (JdbcUtils.JdbcActionType c : JdbcUtils.JdbcActionType.values()) System.out.println(c);
public static JdbcUtils.JdbcActionType 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 © 2007–2019 The Apache Software Foundation. All rights reserved.