public static enum SqlStatementWrapper.BatchType extends Enum<SqlStatementWrapper.BatchType>
| Modifier and Type | Method and Description |
|---|---|
static SqlStatementWrapper.BatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlStatementWrapper.BatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlStatementWrapper.BatchType BATCH
public static final SqlStatementWrapper.BatchType MULTIPLE
public static SqlStatementWrapper.BatchType[] values()
for (SqlStatementWrapper.BatchType c : SqlStatementWrapper.BatchType.values()) System.out.println(c);
public static SqlStatementWrapper.BatchType 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 © 2024–2025 Dynamic-SQL. All rights reserved.