public static enum ISqlJetFunctionLiteral.Function extends java.lang.Enum<ISqlJetFunctionLiteral.Function>
| Enum Constant and Description |
|---|
CURRENT_DATE |
CURRENT_TIME |
CURRENT_TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
static ISqlJetFunctionLiteral.Function |
decode(java.lang.String s) |
java.lang.String |
toString() |
static ISqlJetFunctionLiteral.Function |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISqlJetFunctionLiteral.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISqlJetFunctionLiteral.Function CURRENT_TIME
public static final ISqlJetFunctionLiteral.Function CURRENT_DATE
public static final ISqlJetFunctionLiteral.Function CURRENT_TIMESTAMP
public static ISqlJetFunctionLiteral.Function[] values()
for (ISqlJetFunctionLiteral.Function c : ISqlJetFunctionLiteral.Function.values()) System.out.println(c);
public static ISqlJetFunctionLiteral.Function 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 nullpublic static ISqlJetFunctionLiteral.Function decode(java.lang.String s)
public java.lang.String toString()
toString in class java.lang.Enum<ISqlJetFunctionLiteral.Function>Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.