Package org.teiid.metadata.index
Class MetadataConstants.SQL_TRANSFORMATION_TYPES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.SQL_TRANSFORMATION_TYPES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.SQL_TRANSFORMATION_TYPES extends Object
These types indicate the type of TRANSFORMATION it it.
-
-
Field Summary
Fields Modifier and Type Field Description static short
MAPPING_DEFN
static short
QUERY_PLAN_DELETE_QUERY
static short
QUERY_PLAN_INSERT_QUERY
static short
QUERY_PLAN_SELECT_QUERY
static short
QUERY_PLAN_STORED_QUERY
static short
QUERY_PLAN_UPDATE_QUERY
static String[]
TYPE_NAMES
-
Constructor Summary
Constructors Constructor Description SQL_TRANSFORMATION_TYPES()
-
-
-
Field Detail
-
MAPPING_DEFN
public static final short MAPPING_DEFN
- See Also:
- Constant Field Values
-
QUERY_PLAN_SELECT_QUERY
public static final short QUERY_PLAN_SELECT_QUERY
- See Also:
- Constant Field Values
-
QUERY_PLAN_INSERT_QUERY
public static final short QUERY_PLAN_INSERT_QUERY
- See Also:
- Constant Field Values
-
QUERY_PLAN_UPDATE_QUERY
public static final short QUERY_PLAN_UPDATE_QUERY
- See Also:
- Constant Field Values
-
QUERY_PLAN_DELETE_QUERY
public static final short QUERY_PLAN_DELETE_QUERY
- See Also:
- Constant Field Values
-
QUERY_PLAN_STORED_QUERY
public static final short QUERY_PLAN_STORED_QUERY
- See Also:
- Constant Field Values
-
TYPE_NAMES
public static final String[] TYPE_NAMES
-
-