public static enum Query.Type extends Enum<Query.Type>
| Enum Constant and Description |
|---|
APPEND |
CROSS_TAB |
DATA_DEFINITION |
DELETE |
MAKE_TABLE |
PASSTHROUGH |
SELECT |
UNION |
UNKNOWN |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
int |
getObjectFlag() |
short |
getValue() |
static Query.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Query.Type SELECT
public static final Query.Type MAKE_TABLE
public static final Query.Type APPEND
public static final Query.Type UPDATE
public static final Query.Type DELETE
public static final Query.Type CROSS_TAB
public static final Query.Type DATA_DEFINITION
public static final Query.Type PASSTHROUGH
public static final Query.Type UNION
public static final Query.Type UNKNOWN
public static Query.Type[] values()
for (Query.Type c : Query.Type.values()) System.out.println(c);
public static Query.Type 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 int getObjectFlag()
public short getValue()
Copyright © 2005–2025 OpenHMS. All rights reserved.