public enum FragmentBlock extends Enum<FragmentBlock>
| 枚举常量和说明 |
|---|
after |
before |
groupBy |
having |
join |
orderBy |
other |
paging |
selectColumn |
selectFrom |
term |
where |
public static final FragmentBlock before
public static final FragmentBlock selectColumn
public static final FragmentBlock selectFrom
public static final FragmentBlock join
public static final FragmentBlock where
public static final FragmentBlock term
public static final FragmentBlock groupBy
public static final FragmentBlock orderBy
public static final FragmentBlock having
public static final FragmentBlock paging
public static final FragmentBlock other
public static final FragmentBlock after
public static FragmentBlock[] values()
for (FragmentBlock c : FragmentBlock.values()) System.out.println(c);
public static FragmentBlock valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.