protected static enum AbstractExecute.CommandType extends Enum<AbstractExecute.CommandType>
Enum Constant and Description |
---|
BATCH |
NO_ARGUMENTS |
PREPARED_STATEMENT |
UPDATABLE_RESULTSET |
WITH_AUTO_GENERATED_KEYS |
WITH_COLUMNS_NAME |
WITH_INDEXES |
Modifier and Type | Method and Description |
---|---|
static AbstractExecute.CommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractExecute.CommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractExecute.CommandType BATCH
public static final AbstractExecute.CommandType NO_ARGUMENTS
public static final AbstractExecute.CommandType PREPARED_STATEMENT
public static final AbstractExecute.CommandType UPDATABLE_RESULTSET
public static final AbstractExecute.CommandType WITH_AUTO_GENERATED_KEYS
public static final AbstractExecute.CommandType WITH_COLUMNS_NAME
public static final AbstractExecute.CommandType WITH_INDEXES
public static AbstractExecute.CommandType[] values()
for (AbstractExecute.CommandType c : AbstractExecute.CommandType.values()) System.out.println(c);
public static AbstractExecute.CommandType 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 © 2012–2018 UCanAccess. All rights reserved.