public static enum JDBCUtilities.FUNCTION_TYPE extends Enum<JDBCUtilities.FUNCTION_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static JDBCUtilities.FUNCTION_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDBCUtilities.FUNCTION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JDBCUtilities.FUNCTION_TYPE ALL
public static final JDBCUtilities.FUNCTION_TYPE BUILT_IN
public static final JDBCUtilities.FUNCTION_TYPE ALIAS
public static JDBCUtilities.FUNCTION_TYPE[] values()
for (JDBCUtilities.FUNCTION_TYPE c : JDBCUtilities.FUNCTION_TYPE.values()) System.out.println(c);
public static JDBCUtilities.FUNCTION_TYPE 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 CNRS. All rights reserved.