public enum PostgreSQLKeyword extends Enum<PostgreSQLKeyword> implements Keyword
public static final PostgreSQLKeyword SHOW
public static final PostgreSQLKeyword OF
public static final PostgreSQLKeyword IF
public static final PostgreSQLKeyword ONLY
public static final PostgreSQLKeyword TRUE
public static final PostgreSQLKeyword FALSE
public static final PostgreSQLKeyword ARRAY
public static final PostgreSQLKeyword FIRST
public static final PostgreSQLKeyword NEXT
public static final PostgreSQLKeyword LAST
public static final PostgreSQLKeyword ROW
public static final PostgreSQLKeyword LIMIT
public static final PostgreSQLKeyword OFFSET
public static final PostgreSQLKeyword SIBLINGS
public static final PostgreSQLKeyword RESTART
public static final PostgreSQLKeyword RECURSIVE
public static final PostgreSQLKeyword CASCADE
public static final PostgreSQLKeyword CURRENT
public static final PostgreSQLKeyword RESTRICT
public static final PostgreSQLKeyword NOWAIT
public static final PostgreSQLKeyword TYPE
public static final PostgreSQLKeyword UNLOGGED
public static final PostgreSQLKeyword CONTINUE
public static final PostgreSQLKeyword RETURNING
public static final PostgreSQLKeyword ROWS
public static final PostgreSQLKeyword SHARE
public static final PostgreSQLKeyword TEMP
public static final PostgreSQLKeyword TEMPORARY
public static final PostgreSQLKeyword IDENTITY
public static final PostgreSQLKeyword WINDOW
public static PostgreSQLKeyword[] values()
for (PostgreSQLKeyword c : PostgreSQLKeyword.values()) System.out.println(c);
public static PostgreSQLKeyword valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017. All rights reserved.