com.healthmarketscience.jackcess.query
Enum Query.Type
java.lang.Object
java.lang.Enum<Query.Type>
com.healthmarketscience.jackcess.query.Query.Type
- All Implemented Interfaces:
- Serializable, Comparable<Query.Type>
- Enclosing interface:
- Query
public static enum Query.Type
- extends Enum<Query.Type>
SELECT
public static final Query.Type SELECT
MAKE_TABLE
public static final Query.Type MAKE_TABLE
APPEND
public static final Query.Type APPEND
UPDATE
public static final Query.Type UPDATE
DELETE
public static final Query.Type DELETE
CROSS_TAB
public static final Query.Type CROSS_TAB
DATA_DEFINITION
public static final Query.Type DATA_DEFINITION
PASSTHROUGH
public static final Query.Type PASSTHROUGH
UNION
public static final Query.Type UNION
UNKNOWN
public static final Query.Type UNKNOWN
values
public static Query.Type[] values()
- 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 (Query.Type c : Query.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Query.Type valueOf(String name)
- 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 name
NullPointerException - if the argument is null
getObjectFlag
public int getObjectFlag()
getValue
public short getValue()
Copyright © 2005-2015 Health Market Science. All Rights Reserved.