public static enum SqlRender.TYPE extends Enum<SqlRender.TYPE>
| 枚举常量和说明 |
|---|
DELETE |
INSERT |
META_ALTER |
META_CREATE |
META_DROP |
SELECT |
SELECT_TOTAL |
UPDATE |
public static final SqlRender.TYPE INSERT
public static final SqlRender.TYPE DELETE
public static final SqlRender.TYPE UPDATE
public static final SqlRender.TYPE SELECT
public static final SqlRender.TYPE SELECT_TOTAL
public static final SqlRender.TYPE META_ALTER
public static final SqlRender.TYPE META_CREATE
public static final SqlRender.TYPE META_DROP
public static SqlRender.TYPE[] values()
for (SqlRender.TYPE c : SqlRender.TYPE.values()) System.out.println(c);
public static SqlRender.TYPE valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017. All rights reserved.