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

java.lang.Object
  extended by com.metamatrix.metadata.runtime.api.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 it.


Field Summary
static short FUNCTION
           
static short STORED_PROCEDURE
           
static short STORED_QUERY
           
 
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
Constructor Detail

MetadataConstants.PROCEDURE_TYPES

public MetadataConstants.PROCEDURE_TYPES()


Copyright © 2009. All Rights Reserved.