public enum SqlJetFuncDefFlags extends java.lang.Enum<SqlJetFuncDefFlags>
Modifier and Type | Method and Description |
---|---|
static SqlJetFuncDefFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqlJetFuncDefFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlJetFuncDefFlags LIKE
public static final SqlJetFuncDefFlags CASE
public static final SqlJetFuncDefFlags EPHEM
public static final SqlJetFuncDefFlags NEEDCOLL
public static final SqlJetFuncDefFlags PRIVATE
public static SqlJetFuncDefFlags[] values()
for (SqlJetFuncDefFlags c : SqlJetFuncDefFlags.values()) System.out.println(c);
public static SqlJetFuncDefFlags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.