public static enum SQLCurrentTimeExpr.Type extends Enum<SQLCurrentTimeExpr.Type>
| 枚举常量和说明 |
|---|
CURDATE |
CURRENT_DATE |
CURRENT_TIME |
CURRENT_TIMESTAMP |
CURTIME |
LOCALTIME |
LOCALTIMESTAMP |
SYSDATE |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name |
String |
name_lower |
public static final SQLCurrentTimeExpr.Type CURRENT_TIME
public static final SQLCurrentTimeExpr.Type CURRENT_DATE
public static final SQLCurrentTimeExpr.Type CURDATE
public static final SQLCurrentTimeExpr.Type CURTIME
public static final SQLCurrentTimeExpr.Type CURRENT_TIMESTAMP
public static final SQLCurrentTimeExpr.Type LOCALTIME
public static final SQLCurrentTimeExpr.Type LOCALTIMESTAMP
public static final SQLCurrentTimeExpr.Type SYSDATE
public static SQLCurrentTimeExpr.Type[] values()
for (SQLCurrentTimeExpr.Type c : SQLCurrentTimeExpr.Type.values()) System.out.println(c);
public static SQLCurrentTimeExpr.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2013–2019 Alibaba Group. All rights reserved.