public static enum Parameter.Scope extends Enum<Parameter.Scope>
Enum Constant and Description |
---|
Connection |
Schema |
Statement |
System |
Modifier and Type | Method and Description |
---|---|
static Parameter.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameter.Scope System
public static final Parameter.Scope Schema
public static final Parameter.Scope Connection
public static final Parameter.Scope Statement
public static Parameter.Scope[] values()
for (Parameter.Scope c : Parameter.Scope.values()) System.out.println(c);
public static Parameter.Scope 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 © 2019 Hitachi Vantara. All rights reserved.