Package org.teiid.metadata.index
Class MetadataConstants.PROCEDURE_TYPES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.PROCEDURE_TYPES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.PROCEDURE_TYPES extends 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
Fields Modifier and Type Field Description static short
FUNCTION
static short
STORED_PROCEDURE
static short
STORED_QUERY
static String[]
TYPE_NAMES
-
Constructor Summary
Constructors Constructor Description PROCEDURE_TYPES()
-
-
-
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 String[] TYPE_NAMES
-
-