public enum SQLServerKeyword extends Enum<SQLServerKeyword> implements Keyword
| 枚举常量和说明 |
|---|
APPLY |
AUTO |
BROWSE |
ELEMENTS |
EXTRACT |
IDENTITY |
OFFSET |
ONLY |
OUTPUT |
PARTITION |
PERCENT |
REDISTRIBUTE |
REDUCE |
REPLICATE |
ROW_NUMBER |
TABLESAMPLE |
TIES |
TOP |
TYP |
TYPE |
XML |
XMLSCHEMA |
XSINIL |
public static final SQLServerKeyword TOP
public static final SQLServerKeyword TIES
public static final SQLServerKeyword OFFSET
public static final SQLServerKeyword PERCENT
public static final SQLServerKeyword ROW_NUMBER
public static final SQLServerKeyword PARTITION
public static final SQLServerKeyword ONLY
public static final SQLServerKeyword OUTPUT
public static final SQLServerKeyword AUTO
public static final SQLServerKeyword IDENTITY
public static final SQLServerKeyword BROWSE
public static final SQLServerKeyword TYPE
public static final SQLServerKeyword ELEMENTS
public static final SQLServerKeyword XML
public static final SQLServerKeyword XSINIL
public static final SQLServerKeyword XMLSCHEMA
public static final SQLServerKeyword TYP
public static final SQLServerKeyword TABLESAMPLE
public static final SQLServerKeyword APPLY
public static final SQLServerKeyword REDUCE
public static final SQLServerKeyword REPLICATE
public static final SQLServerKeyword EXTRACT
public static final SQLServerKeyword REDISTRIBUTE
public static SQLServerKeyword[] values()
for (SQLServerKeyword c : SQLServerKeyword.values()) System.out.println(c);
public static SQLServerKeyword valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018. All rights reserved.