public enum PostgresSqlPhrase extends Enum<PostgresSqlPhrase>
Enum Constant and Description |
---|
AGE |
AGE_BETWEEN |
EXTRACT |
PLAINTO_TSQUERY |
TO_TSQUERY |
TO_TSVECTOR |
WEBSEARCH_TO_TSQUERY |
Modifier and Type | Method and Description |
---|---|
String |
getSQL() |
boolean |
isAggregate() |
static PostgresSqlPhrase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresSqlPhrase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostgresSqlPhrase AGE
public static final PostgresSqlPhrase AGE_BETWEEN
public static final PostgresSqlPhrase EXTRACT
public static final PostgresSqlPhrase TO_TSQUERY
public static final PostgresSqlPhrase TO_TSVECTOR
public static final PostgresSqlPhrase PLAINTO_TSQUERY
public static final PostgresSqlPhrase WEBSEARCH_TO_TSQUERY
public static PostgresSqlPhrase[] values()
for (PostgresSqlPhrase c : PostgresSqlPhrase.values()) System.out.println(c);
public static PostgresSqlPhrase valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getSQL()
public boolean isAggregate()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.