public enum DMLType extends Enum<DMLType> implements SqlExecuteType
public static final DMLType INSERT
public static final DMLType UPSERT
public static final DMLType DELETE
public static final DMLType UPDATE
public static final DMLType SELECT
public static DMLType[] values()
for (DMLType c : DMLType.values()) System.out.println(c);
public static DMLType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getType()
getType 在接口中 SqlExecuteTypeCopyright © 2024–2025 Dynamic-SQL. All rights reserved.