public enum PostgreSQLKeyword extends Enum<PostgreSQLKeyword> implements Keyword
public static final PostgreSQLKeyword SHOW
public static final PostgreSQLKeyword ONLY
public static final PostgreSQLKeyword ARRAY
public static final PostgreSQLKeyword FIRST
public static final PostgreSQLKeyword NEXT
public static final PostgreSQLKeyword LAST
public static final PostgreSQLKeyword LIMIT
public static final PostgreSQLKeyword OFFSET
public static final PostgreSQLKeyword RESTART
public static final PostgreSQLKeyword RECURSIVE
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 IDENTITY
public static final PostgreSQLKeyword WINDOW
public static final PostgreSQLKeyword STATISTICS
public static final PostgreSQLKeyword RESET
public static final PostgreSQLKeyword PLAIN
public static final PostgreSQLKeyword EXTERNAL
public static final PostgreSQLKeyword EXTENDED
public static final PostgreSQLKeyword MAIN
public static final PostgreSQLKeyword VALID
public static final PostgreSQLKeyword REPLICA
public static final PostgreSQLKeyword ALWAYS
public static final PostgreSQLKeyword RULE
public static final PostgreSQLKeyword CLUSTER
public static final PostgreSQLKeyword OIDS
public static final PostgreSQLKeyword INHERIT
public static final PostgreSQLKeyword OWNER
public static final PostgreSQLKeyword DEFERRABLE
public static final PostgreSQLKeyword INITIALLY
public static final PostgreSQLKeyword DEFERRED
public static final PostgreSQLKeyword IMMEDIATE
public static final PostgreSQLKeyword EXTRACT
public static PostgreSQLKeyword[] values()
for (PostgreSQLKeyword c : PostgreSQLKeyword.values()) System.out.println(c);
public static PostgreSQLKeyword valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018. All rights reserved.