public enum JoinSqlMethod extends Enum<JoinSqlMethod>
| 枚举常量和说明 |
|---|
JOIN_SELECT_COUNT |
JOIN_SELECT_LIST
查询
|
JOIN_SELECT_ONE |
JOIN_SELECT_PAGE |
public static final JoinSqlMethod JOIN_SELECT_LIST
public static final JoinSqlMethod JOIN_SELECT_COUNT
public static final JoinSqlMethod JOIN_SELECT_PAGE
public static final JoinSqlMethod JOIN_SELECT_ONE
private final String method
private final String desc
private final String sql
public static JoinSqlMethod[] values()
for (JoinSqlMethod c : JoinSqlMethod.values()) System.out.println(c);
public static JoinSqlMethod valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All rights reserved.