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