com.metamatrix.modeler.core.metadata.runtime
Class MetadataConstants.SQL_TRANSFORMATION_TYPES

java.lang.Object
  extended by com.metamatrix.modeler.core.metadata.runtime.MetadataConstants.SQL_TRANSFORMATION_TYPES
Enclosing class:
MetadataConstants

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

These types indicate the type of TRANSFORMATION it it.


Field Summary
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 java.lang.String[] TYPE_NAMES
           
 
Constructor Summary
MetadataConstants.SQL_TRANSFORMATION_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_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 java.lang.String[] TYPE_NAMES
Constructor Detail

MetadataConstants.SQL_TRANSFORMATION_TYPES

public MetadataConstants.SQL_TRANSFORMATION_TYPES()


Copyright © 2009. All Rights Reserved.