Enum Server.ReservedWord
- java.lang.Object
-
- java.lang.Enum<Server.ReservedWord>
-
- com.aoindustries.aoserv.client.postgresql.Server.ReservedWord
-
- All Implemented Interfaces:
Serializable,Comparable<Server.ReservedWord>
- Enclosing class:
- Server
@Deprecated public static enum Server.ReservedWord extends Enum<Server.ReservedWord>
Deprecated.2019-07-14: Is this still used?
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABORTDeprecated.ALLDeprecated.ANALYSEDeprecated.ANALYZEDeprecated.ANDDeprecated.ANYDeprecated.ASDeprecated.ASCDeprecated.BETWEENDeprecated.BINARYDeprecated.BITDeprecated.BOTHDeprecated.CASEDeprecated.CASTDeprecated.CHARDeprecated.CHARACTERDeprecated.CHECKDeprecated.CLUSTERDeprecated.COALESCEDeprecated.COLLATEDeprecated.COLUMNDeprecated.CONSTRAINTDeprecated.COPYDeprecated.CROSSDeprecated.CURRENT_DATEDeprecated.CURRENT_TIMEDeprecated.CURRENT_TIMESTAMPDeprecated.CURRENT_USERDeprecated.DECDeprecated.DECIMALDeprecated.DEFAULTDeprecated.DEFERRABLEDeprecated.DESCDeprecated.DISTINCTDeprecated.DODeprecated.ELSEDeprecated.ENDDeprecated.EXCEPTDeprecated.EXISTSDeprecated.EXPLAINDeprecated.EXTENDDeprecated.EXTRACTDeprecated.FALSEDeprecated.FLOATDeprecated.FORDeprecated.FOREIGNDeprecated.FROMDeprecated.FULLDeprecated.GLOBALDeprecated.GROUPDeprecated.HAVINGDeprecated.ILIKEDeprecated.INDeprecated.INITIALLYDeprecated.INNERDeprecated.INOUTDeprecated.INTERSECTDeprecated.INTODeprecated.ISDeprecated.ISNULLDeprecated.JOINDeprecated.LEADINGDeprecated.LEFTDeprecated.LIKEDeprecated.LIMITDeprecated.LISTENDeprecated.LOADDeprecated.LOCALDeprecated.LOCKDeprecated.MOVEDeprecated.NATURALDeprecated.NCHARDeprecated.NEWDeprecated.NOTDeprecated.NOTNULLDeprecated.NULLDeprecated.NULLIFDeprecated.NUMERICDeprecated.OFFDeprecated.OFFSETDeprecated.OLDDeprecated.ONDeprecated.ONLYDeprecated.ORDeprecated.ORDERDeprecated.OUTDeprecated.OUTERDeprecated.OVERLAPSDeprecated.POSITIONDeprecated.PRECISIONDeprecated.PRIMARYDeprecated.PUBLICDeprecated.REFERENCESDeprecated.RESETDeprecated.RIGHTDeprecated.SELECTDeprecated.SESSION_USERDeprecated.SETOFDeprecated.SHOWDeprecated.SOMEDeprecated.SUBSTRINGDeprecated.TABLEDeprecated.THENDeprecated.TODeprecated.TRAILINGDeprecated.TRANSACTIONDeprecated.TRIMDeprecated.TRUEDeprecated.UNIONDeprecated.UNIQUEDeprecated.USERDeprecated.USINGDeprecated.VACUUMDeprecated.VARCHARDeprecated.VERBOSEDeprecated.WHENDeprecated.WHEREDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisReservedWord(String value)Deprecated.Case-insensitive check for if the provided string is a reserved word.static Server.ReservedWordvalueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Server.ReservedWord[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ABORT
public static final Server.ReservedWord ABORT
Deprecated.
-
ALL
public static final Server.ReservedWord ALL
Deprecated.
-
ANALYSE
public static final Server.ReservedWord ANALYSE
Deprecated.
-
ANALYZE
public static final Server.ReservedWord ANALYZE
Deprecated.
-
AND
public static final Server.ReservedWord AND
Deprecated.
-
ANY
public static final Server.ReservedWord ANY
Deprecated.
-
AS
public static final Server.ReservedWord AS
Deprecated.
-
ASC
public static final Server.ReservedWord ASC
Deprecated.
-
BETWEEN
public static final Server.ReservedWord BETWEEN
Deprecated.
-
BINARY
public static final Server.ReservedWord BINARY
Deprecated.
-
BIT
public static final Server.ReservedWord BIT
Deprecated.
-
BOTH
public static final Server.ReservedWord BOTH
Deprecated.
-
CASE
public static final Server.ReservedWord CASE
Deprecated.
-
CAST
public static final Server.ReservedWord CAST
Deprecated.
-
CHAR
public static final Server.ReservedWord CHAR
Deprecated.
-
CHARACTER
public static final Server.ReservedWord CHARACTER
Deprecated.
-
CHECK
public static final Server.ReservedWord CHECK
Deprecated.
-
CLUSTER
public static final Server.ReservedWord CLUSTER
Deprecated.
-
COALESCE
public static final Server.ReservedWord COALESCE
Deprecated.
-
COLLATE
public static final Server.ReservedWord COLLATE
Deprecated.
-
COLUMN
public static final Server.ReservedWord COLUMN
Deprecated.
-
CONSTRAINT
public static final Server.ReservedWord CONSTRAINT
Deprecated.
-
COPY
public static final Server.ReservedWord COPY
Deprecated.
-
CROSS
public static final Server.ReservedWord CROSS
Deprecated.
-
CURRENT_DATE
public static final Server.ReservedWord CURRENT_DATE
Deprecated.
-
CURRENT_TIME
public static final Server.ReservedWord CURRENT_TIME
Deprecated.
-
CURRENT_TIMESTAMP
public static final Server.ReservedWord CURRENT_TIMESTAMP
Deprecated.
-
CURRENT_USER
public static final Server.ReservedWord CURRENT_USER
Deprecated.
-
DEC
public static final Server.ReservedWord DEC
Deprecated.
-
DECIMAL
public static final Server.ReservedWord DECIMAL
Deprecated.
-
DEFAULT
public static final Server.ReservedWord DEFAULT
Deprecated.
-
DEFERRABLE
public static final Server.ReservedWord DEFERRABLE
Deprecated.
-
DESC
public static final Server.ReservedWord DESC
Deprecated.
-
DISTINCT
public static final Server.ReservedWord DISTINCT
Deprecated.
-
DO
public static final Server.ReservedWord DO
Deprecated.
-
ELSE
public static final Server.ReservedWord ELSE
Deprecated.
-
END
public static final Server.ReservedWord END
Deprecated.
-
EXCEPT
public static final Server.ReservedWord EXCEPT
Deprecated.
-
EXISTS
public static final Server.ReservedWord EXISTS
Deprecated.
-
EXPLAIN
public static final Server.ReservedWord EXPLAIN
Deprecated.
-
EXTEND
public static final Server.ReservedWord EXTEND
Deprecated.
-
EXTRACT
public static final Server.ReservedWord EXTRACT
Deprecated.
-
FALSE
public static final Server.ReservedWord FALSE
Deprecated.
-
FLOAT
public static final Server.ReservedWord FLOAT
Deprecated.
-
FOR
public static final Server.ReservedWord FOR
Deprecated.
-
FOREIGN
public static final Server.ReservedWord FOREIGN
Deprecated.
-
FROM
public static final Server.ReservedWord FROM
Deprecated.
-
FULL
public static final Server.ReservedWord FULL
Deprecated.
-
GLOBAL
public static final Server.ReservedWord GLOBAL
Deprecated.
-
GROUP
public static final Server.ReservedWord GROUP
Deprecated.
-
HAVING
public static final Server.ReservedWord HAVING
Deprecated.
-
ILIKE
public static final Server.ReservedWord ILIKE
Deprecated.
-
IN
public static final Server.ReservedWord IN
Deprecated.
-
INITIALLY
public static final Server.ReservedWord INITIALLY
Deprecated.
-
INNER
public static final Server.ReservedWord INNER
Deprecated.
-
INOUT
public static final Server.ReservedWord INOUT
Deprecated.
-
INTERSECT
public static final Server.ReservedWord INTERSECT
Deprecated.
-
INTO
public static final Server.ReservedWord INTO
Deprecated.
-
IS
public static final Server.ReservedWord IS
Deprecated.
-
ISNULL
public static final Server.ReservedWord ISNULL
Deprecated.
-
JOIN
public static final Server.ReservedWord JOIN
Deprecated.
-
LEADING
public static final Server.ReservedWord LEADING
Deprecated.
-
LEFT
public static final Server.ReservedWord LEFT
Deprecated.
-
LIKE
public static final Server.ReservedWord LIKE
Deprecated.
-
LIMIT
public static final Server.ReservedWord LIMIT
Deprecated.
-
LISTEN
public static final Server.ReservedWord LISTEN
Deprecated.
-
LOAD
public static final Server.ReservedWord LOAD
Deprecated.
-
LOCAL
public static final Server.ReservedWord LOCAL
Deprecated.
-
LOCK
public static final Server.ReservedWord LOCK
Deprecated.
-
MOVE
public static final Server.ReservedWord MOVE
Deprecated.
-
NATURAL
public static final Server.ReservedWord NATURAL
Deprecated.
-
NCHAR
public static final Server.ReservedWord NCHAR
Deprecated.
-
NEW
public static final Server.ReservedWord NEW
Deprecated.
-
NOT
public static final Server.ReservedWord NOT
Deprecated.
-
NOTNULL
public static final Server.ReservedWord NOTNULL
Deprecated.
-
NULL
public static final Server.ReservedWord NULL
Deprecated.
-
NULLIF
public static final Server.ReservedWord NULLIF
Deprecated.
-
NUMERIC
public static final Server.ReservedWord NUMERIC
Deprecated.
-
OFF
public static final Server.ReservedWord OFF
Deprecated.
-
OFFSET
public static final Server.ReservedWord OFFSET
Deprecated.
-
OLD
public static final Server.ReservedWord OLD
Deprecated.
-
ON
public static final Server.ReservedWord ON
Deprecated.
-
ONLY
public static final Server.ReservedWord ONLY
Deprecated.
-
OR
public static final Server.ReservedWord OR
Deprecated.
-
ORDER
public static final Server.ReservedWord ORDER
Deprecated.
-
OUT
public static final Server.ReservedWord OUT
Deprecated.
-
OUTER
public static final Server.ReservedWord OUTER
Deprecated.
-
OVERLAPS
public static final Server.ReservedWord OVERLAPS
Deprecated.
-
POSITION
public static final Server.ReservedWord POSITION
Deprecated.
-
PRECISION
public static final Server.ReservedWord PRECISION
Deprecated.
-
PRIMARY
public static final Server.ReservedWord PRIMARY
Deprecated.
-
PUBLIC
public static final Server.ReservedWord PUBLIC
Deprecated.
-
REFERENCES
public static final Server.ReservedWord REFERENCES
Deprecated.
-
RESET
public static final Server.ReservedWord RESET
Deprecated.
-
RIGHT
public static final Server.ReservedWord RIGHT
Deprecated.
-
SELECT
public static final Server.ReservedWord SELECT
Deprecated.
-
SESSION_USER
public static final Server.ReservedWord SESSION_USER
Deprecated.
-
SETOF
public static final Server.ReservedWord SETOF
Deprecated.
-
SHOW
public static final Server.ReservedWord SHOW
Deprecated.
-
SOME
public static final Server.ReservedWord SOME
Deprecated.
-
SUBSTRING
public static final Server.ReservedWord SUBSTRING
Deprecated.
-
TABLE
public static final Server.ReservedWord TABLE
Deprecated.
-
THEN
public static final Server.ReservedWord THEN
Deprecated.
-
TO
public static final Server.ReservedWord TO
Deprecated.
-
TRAILING
public static final Server.ReservedWord TRAILING
Deprecated.
-
TRANSACTION
public static final Server.ReservedWord TRANSACTION
Deprecated.
-
TRIM
public static final Server.ReservedWord TRIM
Deprecated.
-
TRUE
public static final Server.ReservedWord TRUE
Deprecated.
-
UNION
public static final Server.ReservedWord UNION
Deprecated.
-
UNIQUE
public static final Server.ReservedWord UNIQUE
Deprecated.
-
USER
public static final Server.ReservedWord USER
Deprecated.
-
USING
public static final Server.ReservedWord USING
Deprecated.
-
VACUUM
public static final Server.ReservedWord VACUUM
Deprecated.
-
VARCHAR
public static final Server.ReservedWord VARCHAR
Deprecated.
-
VERBOSE
public static final Server.ReservedWord VERBOSE
Deprecated.
-
WHEN
public static final Server.ReservedWord WHEN
Deprecated.
-
WHERE
public static final Server.ReservedWord WHERE
Deprecated.
-
-
Method Detail
-
values
public static Server.ReservedWord[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Server.ReservedWord c : Server.ReservedWord.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Server.ReservedWord valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
isReservedWord
public static boolean isReservedWord(String value)
Deprecated.Case-insensitive check for if the provided string is a reserved word.
-
-