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

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

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

These types indicate the type of PROCEDURE it is. The values must be kept consistent with the values referenced in ProcTypeEnumeration.properties in connector.metadata


Field Summary
static short FUNCTION
           
static short STORED_PROCEDURE
           
static short STORED_QUERY
           
static java.lang.String[] TYPE_NAMES
           
 
Constructor Summary
MetadataConstants.PROCEDURE_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTION

public static final short FUNCTION
See Also:
Constant Field Values

STORED_PROCEDURE

public static final short STORED_PROCEDURE
See Also:
Constant Field Values

STORED_QUERY

public static final short STORED_QUERY
See Also:
Constant Field Values

TYPE_NAMES

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

MetadataConstants.PROCEDURE_TYPES

public MetadataConstants.PROCEDURE_TYPES()


Copyright © 2009. All Rights Reserved.