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

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

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


Field Summary
static int DELETE_QUERY
           
static int INSERT_QUERY
           
static int SELECT_QUERY
           
static java.lang.String[] TYPE_NAMES
           
static int[] TYPES
           
static int UPDATE_QUERY
           
 
Constructor Summary
MetadataConstants.QUERY_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_QUERY

public static final int SELECT_QUERY
See Also:
Constant Field Values

UPDATE_QUERY

public static final int UPDATE_QUERY
See Also:
Constant Field Values

INSERT_QUERY

public static final int INSERT_QUERY
See Also:
Constant Field Values

DELETE_QUERY

public static final int DELETE_QUERY
See Also:
Constant Field Values

TYPES

public static final int[] TYPES

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES
Constructor Detail

MetadataConstants.QUERY_TYPES

public MetadataConstants.QUERY_TYPES()


Copyright © 2009. All Rights Reserved.