public enum ParameterTypeInfo extends Enum<ParameterTypeInfo>
| Enum Constant and Description |
|---|
procedureColumnIn |
procedureColumnInOut |
procedureColumnOut |
procedureColumnResult |
procedureColumnReturn |
procedureColumnUnknown |
| Modifier and Type | Method and Description |
|---|---|
static ParameterTypeInfo |
convert(int value) |
int |
getTypeValue() |
static ParameterTypeInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterTypeInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterTypeInfo procedureColumnUnknown
public static final ParameterTypeInfo procedureColumnIn
public static final ParameterTypeInfo procedureColumnInOut
public static final ParameterTypeInfo procedureColumnOut
public static final ParameterTypeInfo procedureColumnReturn
public static final ParameterTypeInfo procedureColumnResult
public static ParameterTypeInfo[] values()
for (ParameterTypeInfo c : ParameterTypeInfo.values()) System.out.println(c);
public static ParameterTypeInfo 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 nullpublic int getTypeValue()
public static ParameterTypeInfo convert(int value)
Copyright © 2016. All rights reserved.