org.teiid.connector.metadata.runtime
Class MetadataConstants.PARAMETER_TYPES

java.lang.Object
  extended by org.teiid.connector.metadata.runtime.MetadataConstants.PARAMETER_TYPES
Enclosing class:
MetadataConstants

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

These types indicate the type of PROCEDURE_PARAMETER it is. The values must be kept consistent with the DirectionKind enumeration in the relational metamodel and the values referenced in ProcParamDirectionEnumeration.properties in connector.metadata


Field Summary
static short IN_PARM
           
static short INOUT_PARM
           
static short OUT_PARM
           
static short RESULT_SET
           
static short RETURN_VALUE
           
static java.lang.String[] TYPE_NAMES
           
 
Constructor Summary
MetadataConstants.PARAMETER_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_PARM

public static final short IN_PARM
See Also:
Constant Field Values

OUT_PARM

public static final short OUT_PARM
See Also:
Constant Field Values

INOUT_PARM

public static final short INOUT_PARM
See Also:
Constant Field Values

RETURN_VALUE

public static final short RETURN_VALUE
See Also:
Constant Field Values

RESULT_SET

public static final short RESULT_SET
See Also:
Constant Field Values

TYPE_NAMES

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

MetadataConstants.PARAMETER_TYPES

public MetadataConstants.PARAMETER_TYPES()


Copyright © 2009. All Rights Reserved.