com.metamatrix.metadata.runtime.api
Class MetadataConstants.QUERY_PLAN_TYPES

java.lang.Object
  extended by com.metamatrix.metadata.runtime.api.MetadataConstants.QUERY_PLAN_TYPES
Enclosing class:
MetadataConstants

public static final class MetadataConstants.QUERY_PLAN_TYPES
extends java.lang.Object

These types indicate the type of PROCEDURE it it.


Field Summary
static short MAPPING_DEFN
           
static short QUERY_PLAN_DELETE_QUERY
           
static short QUERY_PLAN_GROUP
           
static short QUERY_PLAN_INSERT_QUERY
           
static short QUERY_PLAN_STORED_QUERY
           
static short QUERY_PLAN_UPDATE_QUERY
           
 
Constructor Summary
MetadataConstants.QUERY_PLAN_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPING_DEFN

public static final short MAPPING_DEFN
See Also:
Constant Field Values

QUERY_PLAN_GROUP

public static final short QUERY_PLAN_GROUP
See Also:
Constant Field Values

QUERY_PLAN_STORED_QUERY

public static final short QUERY_PLAN_STORED_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
Constructor Detail

MetadataConstants.QUERY_PLAN_TYPES

public MetadataConstants.QUERY_PLAN_TYPES()


Copyright © 2009. All Rights Reserved.